I''m configuring my Apache 2.0 to run a Non Secure and Secure Server
on the same instance.
How do you configure to separate cgi-bin paths for the secure and
non-secure server?

In the 'httpd.conf" file  there is a ScriptAlias  /cgi-bin
"/var/www/cgi-bin/" so in the "ssl.conf" file
do I need to add a line that says, for example,  
ScriptAlias /cgi-bin/  "/var/www/secure/cgi-bin"

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to