|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
|||
|
|||
|
My VHOST entry (below) Each Virtual host has its own cgi-bin. Should each vhost have a <Directory "pathtovhosts/cgi-bin"> AllowOverride None Options ExecCGI Order allow,deny Allow from all </Directory> as well? <VirtualHost (ommitted):80> SSLDisable RedirectMatch 301 (.*) https://host.domain Servername host.domain ServerAlias contacts </VirtualHost> <VirtualHost (ommitted):443> SSLEnable Port 443 SSLVerifyClient 0 SSLVerifyDepth 10 SSLCertificateKeyFile /usr/local/certs/vhost.key SSLCertificateFile /usr/local/certs/vhost.crt SSLCACertificateFile /usr/local/certs/ca.crt Servername host.domain ServerAlias contacts DocumentRoot /var/www/vhosts/rms/htdocs/ ScriptAlias /cgi-bin/ /var/www/vhosts/rms/cgi-bin/ ... DIR IN HERE? ErrorLog /var/www/vhosts/rms/logs/error.log TransferLog /var/tmp/rms.access </VirtualHost> |
|
#2
|
|||
|
|||
|
>> Should each vhost have a ... as well
Start here -> http://httpd.apache.org/docs/mod/mo...tualscriptalias >> DIR IN HERE? If you haven't defined that globally, then define it there. |
![]() |
| Viewing: Dev Shed Forums > System Administration > Apache Development > Virtual Hosts and ExecCGI |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|