RE: [expert] permissions for a cgi script

2003-02-13 Thread Carter Harris
. Carter -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: [...] VirtualHost 192.168.1.103 ServerName www.xxx.com DocumentRoot /usr/www/vtest/htdocs ScriptAlias /cgi-bin/ /usr/www/vtest/cgi-bin/ Directory /usr/www/vtest/htdocs Options Indexes MultiViews AllowOverride None Order

RE: [expert] permissions for a cgi script

2003-02-07 Thread H. Carter Harris
: 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 come

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 : VirtualHost 192.168.1.103 ServerName www.xxx.com DocumentRoot /usr/www/vtest/htdocs ScriptAlias /cgi-bin/ /usr/www/vtest/cgi-bin/ Directory /usr/www/vtest/htdocs

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