RE: [expert] permissions for a cgi script

2003-02-13 Thread Carter Harris
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Benjamin Pflugmann Sent: Wednesday, February 12, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: Re: [expert] permissions for a cgi script On Thu 2003-02-06 at 22:08:29 -0600, [EMAIL PROTECTED] wrote

Re: [expert] permissions for a cgi script

2003-02-12 Thread Benjamin Pflugmann
On Thu 2003-02-06 at 22:08:29 -0600, [EMAIL PROTECTED] wrote: [...] > > ServerName www.xxx.com > DocumentRoot /usr/www/vtest/htdocs > ScriptAlias /cgi-bin/ "/usr/www/vtest/cgi-bin/" > > Options Indexes MultiViews > AllowOverride None > Order allow,deny > Allow from all > > This looks OK, I thi

Re: [expert] permissions for a cgi script

2003-02-07 Thread Todd Lyons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 H. Carter Harris wrote on Thu, Feb 06, 2003 at 10:08:29PM -0600 : > > > ServerName www.xxx.com > DocumentRoot /usr/www/vtest/htdocs > ScriptAlias /cgi-bin/ "/usr/www/vtest/cgi-bin/" > > Options Indexes MultiViews > AllowOverride None

RE: [expert] permissions for a cgi script

2003-02-07 Thread H. Carter Harris
Sent: Friday, February 07, 2003 1:15 AM To: Expert List Subject: Re: [expert] permissions for a cgi script Try adding ExecCGI to your options list. James On Thu, 2003-02-06 at 20:08, H. Carter Harris wrote: > I have been trying to find the answer to this question and the closest I > have

Re: [expert] permissions for a cgi script

2003-02-06 Thread James Sparenberg
Try adding ExecCGI to your options list. James On Thu, 2003-02-06 at 20:08, H. Carter Harris wrote: > I have been trying to find the answer to this question and the closest I > have come is the O'Reilly book on Apache. But I'm wondering if it is > specific enough. > > I have apache 1.3.23.4mdk

[expert] permissions for a cgi script

2003-02-06 Thread H. Carter Harris
I have been trying to find the answer to this question and the closest I have come is the O'Reilly book on Apache. But I'm wondering if it is specific enough. I have apache 1.3.23.4mdk running. I have virtual hosts configured and they are working correctly with index.html. Now I want to use a c