Re: [EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joe Demeny
At 01:39 PM 5/7/2007, you wrote: On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote: It never occurred to me that I needed to add these permissions in the section. In the main configuration part I have user directories defined as: AllowOverride None Order allo

Re: [EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joe Demeny
At 01:24 PM 5/7/2007, you wrote: On 5/7/07, Joe Demeny <[EMAIL PROTECTED]> wrote: Hello, I don't seem to be able to make CGI work within . Here is my VirtualHost block: Options ExecCGI SetHandler cgi-script Everything inside the section is redundant because it is

[EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joe Demeny
Hello, I don't seem to be able to make CGI work within . Here is my VirtualHost block: Options ExecCGI SetHandler cgi-script ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/shop1/htdocs ScriptAlias /cgi-bin/ /home/shop1/cgi-bin/ ServerName www.mydomain.com Er