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

Re: Apache Cgi-Bin

2002-04-22 Thread daniel
i believe what you're looking for is called ScriptAlias: http://httpd.apache.org/docs/mod/mod_alias.html#scriptalias most people will include it in their i've got all my cgi scripts here: /usr/local/apache/cgi-bin/site1 /usr/local/apache/cgi-bin/site2 ... and each user's home directory looks

Re: apache cgi-bin in ~user ?

2000-01-13 Thread Bill Carlson
On Thu, 13 Jan 2000, Claudiu Balciza wrote: > There is a UserDir apache config option which maps [www.myserver.com]/~user > into some directory where users may keep public html docs. > I would like to allow them execution of cgi-bin scripts from > www.myserver.com/~user/cgi-bin > You can do wil

Re: apache cgi-bin in ~user ?

2000-01-13 Thread Mihai Ibanescu
On Thu, 13 Jan 2000, Claudiu Balciza wrote: > There is a UserDir apache config option which maps [www.myserver.com]/~user > into some directory where users may keep public html docs. > I would like to allow them execution of cgi-bin scripts from > www.myserver.com/~user/cgi-bin > > How can I acc