Re: apache cgi-bin problems (clarified!)

2002-07-17 Thread Jay Daniels
On Wed, Jul 17, 2002 at 11:12:14AM -0700, daniel wrote: > as best i understand > your user pages have nothing to do with your virtual hosts > you can configure them separately > > > ServerNamewww.mydomain.com > ServerAlias mydomain.com > ServerAdmin [EMAIL PROTECTED] > Sc

Re: apache cgi-bin problems (clarified!)

2002-07-17 Thread daniel
--- From: "Chet Nichols III" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 16, 2002 8:03 PM Subject: Re: apache cgi-bin problems (clarified!) Ah..I forgot to mention the key part. I can get/access the cgi-bin through a ~user folder.. the problem occurs with vi

RE: apache cgi-bin problems (clarified!)

2002-07-17 Thread Hahnel William J
Try putting the stanza after your  designation. -Original Message-From: Chet Nichols III [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 16, 2002 11:04 PMTo: [EMAIL PROTECTED]Subject: Re: apache cgi-bin problems (clarified!) Ah..I forgot to mention the key part. I can

Re: apache cgi-bin problems (clarified!)

2002-07-16 Thread Chet Nichols III
t: Tuesday, July 16, 2002 6:08 AM Subject: RE: apache cgi-bin problems First, make sure the "public_html" directory has open enough permissions:   drwxr-xr-x    2 username    usergroup  4096 Apr 19 16:27 public_html   Next, make sure the public_html

Re: apache cgi-bin problems

2002-07-16 Thread Anthony E. Greene
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 15-Jul-2002/23:50 -0500, Chet Nichols III <[EMAIL PROTECTED]> wrote: >Alright here goes.. > >I'm trying to set it up so each user can have a working cgi-bin folder in >their public_html folder. I added the AddHandler thing to allow .cgi as >cgi-scr

RE: apache cgi-bin problems

2002-07-16 Thread Hahnel William J
First, make sure the "public_html" directory has open enough permissions:   drwxr-xr-x    2 username    usergroup  4096 Apr 19 16:27 public_html   Next, make sure the public_html directory is defined in Apache to allow the execution of CGI scripts:   order allow,denyallow fro