How do I enable an authentication prompt for certain URLs?
For example one way is to use htaccess. You must be the user root to do this. Do the following command as a single line: /opt/hpws/apache/bin/htpasswd -c /opt/hpws/apache/.passwd me At the prompt enter the following: secret secret Edit or create /opt/hpws/apache/htdocs/.htaccess Add lines: AuthUserFile /opt/hpws/apache/.passwd AuthType Basic AuthName Test