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 allow,deny Allo

Re: [EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread William A. Rowe, Jr.
Joshua Slive 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 allow,deny >>

Re: [EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joshua Slive
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 allow,deny Allow from all I assumed that this d

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 implied by the

Re: [EMAIL PROTECTED] cgi-bin in VirtualHost

2007-05-07 Thread Joshua Slive
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 implied by the ScriptAlias: ScriptAlia

[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