Hello,
I don't seem to be able to make CGI work within <VirtualHost>.
Here is my VirtualHost block:
<VirtualHost *:80>
<Directory "/home/shop1/cgi-bin/">
Options ExecCGI
SetHandler cgi-script
</Directory>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /home/shop1/htdocs
ScriptAlias /cgi-bin/ /home/shop1/cgi-bin/
ServerName www.mydomain.com
ErrorLog /home/shop1/htdocs/stats/httpd-error.log
CustomLog /home/shop1/htdocs/stats/httpd-access.log combined
</VirtualHost>
The test-cgi script works fine from the command line. However, I get a
"Forbidden" message, and the log file entry is "client denied by
server configuration: /home/shop1/cgi-bin/test-cgi"
What am I missing?
I use apache-2.0.59 on FreeBSD 6.2.
---------------------------------------------------------------------
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]