apache cgi-bin problem solved!

2002-07-17 Thread Chet Nichols
Hey there, Basically what was happening was, since I forgot to define a ScriptAlias within the thing, it was trying to use the default cgi-bin of /var/www/cgi-bin. Obviously, the scripts I wanted weren't in there. So it's working great now..thank you everyone for helping out! I used a bit of web

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
on the filesystem: ServerNamewww.mydomain.com ServerAlias mydomain.com ServerAdmin [EMAIL PROTECTED] ScriptAlias /cgi-bin/ "/usr/local/apache/cgi-bin/username/" DocumentRoot /usr/local/apache/htdocs/username ... $ cd /home/username $ ln -s /usr/local/apache/htdocs/user

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
ssage-From: Chet Nichols III [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 16, 2002 12:50 AMTo: [EMAIL PROTECTED]Subject: apache cgi-bin problems 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 adde

apache cgi-bin problems

2002-07-15 Thread Chet Nichols III
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-script or whatever it was, but every time I try and run a script, it says it doesn't exist, and then it says the cgi-bin

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

Apache Cgi-Bin

2002-04-22 Thread Greg Robertson
    I have Apache all set-up on RH 7.2.  I have each user with their own private_html folder and the webpages work fine.  However, I want to allow certain indiviuals a cgi-bin.  Can I create a symbolic link to the real cgi-bin in their directory?  If so how?  Basically I am wondering can I c

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

apache cgi-bin in ~user ?

2000-01-12 Thread Claudiu Balciza
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 accomplish that ? TIA Claudiu -- To unsubscribe: mail [E