Re: [vox-tech] cgi-bin in user home dirs

2003-02-11 Thread Jim Angstadt
--- Ken Bloom <[EMAIL PROTECTED]> wrote: > > From: Jim Angstadt <[EMAIL PROTECTED]> > > --- Tim Riley <[EMAIL PROTECTED]> wrote: > > > Jim Angstadt wrote: > Tim wasn't quite sure what he was trying to do, and > he said that. He > gave you instructions to access > http://localhost/cgi-ja/ as a cg

Re: [vox-tech] cgi-bin in user home dirs

2003-02-11 Thread Ken Bloom
> ---ORIGINAL MESSAGE--- > Date: Mon, 10 Feb 2003 15:09:07 -0800 (PST) > From: Jim Angstadt <[EMAIL PROTECTED]> > Subject: Re: [vox-tech] cgi-bin in user home dirs > To: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > > > --- Tim Riley <[EMAIL PROTE

Re: [vox-tech] cgi-bin in user home dirs

2003-02-11 Thread Jim Angstadt
--- Tim Riley <[EMAIL PROTECTED]> wrote: > Jim Angstadt wrote: > > Try http://localhost/cgi-ja/test.cgi. Apache should > map "cgi-ja" to "/home/ja/cgi-bin" because of the > ScriptAlias entry. It Works! Tim, thanks for hanging in there with me. I really appreciate the solution. Now I can go fo

Re: [vox-tech] cgi-bin in user home dirs

2003-02-11 Thread Tim Riley
Jim Angstadt wrote: > > > The httpd.conf file contains: > > ScriptAlias /cgi-ja/ "/home/ja/cgi-bin/" > > AllowOverride None > Options None > Order allow,deny > Allow from all > > > httpd has been restarted. > > http://localhost/~ja/cgi-ja/test.cgi is entered into > the b

Re: [vox-tech] cgi-bin in user home dirs

2003-02-11 Thread Jim Angstadt
--- Jeff Newmiller <[EMAIL PROTECTED]> wrote: > On Mon, 10 Feb 2003, Jim Angstadt wrote: > > --- Tim Riley <[EMAIL PROTECTED]> wrote: > > > Jim Angstadt wrote: > > > > --- Tim Riley <[EMAIL PROTECTED]> wrote: > > > > > Jim Angstadt wrote: > > > > > > > > > > Thanks for the help. I added both item

Re: [vox-tech] cgi-bin in user home dirs

2003-02-11 Thread Tim Riley
"Micah J. Cowan" wrote: > > > Hi Tim, > > > > > > Thanks for the help. I added both items to > > > httpd.conf and then restarted httpd. Then I > > > keyed http://localhost/~ja/cgi-ja/test.cgi into > > > the browser location bar and got a "Not Found" > > > response. > > > > > > > This is expect

Re: [vox-tech] cgi-bin in user home dirs

2003-02-11 Thread Micah J. Cowan
> > Hi Tim, > > > > Thanks for the help. I added both items to > > httpd.conf and then restarted httpd. Then I > > keyed http://localhost/~ja/cgi-ja/test.cgi into > > the browser location bar and got a "Not Found" > > response. > > > > This is expected. CGI scripts are not intended to > be calle

Re: [vox-tech] cgi-bin in user home dirs

2003-02-10 Thread Jeff Newmiller
On Mon, 10 Feb 2003, Jim Angstadt wrote: > --- Tim Riley <[EMAIL PROTECTED]> wrote: > > Jim Angstadt wrote: > > > --- Tim Riley <[EMAIL PROTECTED]> wrote: > > > > Jim Angstadt wrote: > > > > > > > Thanks for the help. I added both items to > > > httpd.conf and then restarted httpd. Then I > > >

Re: [vox-tech] cgi-bin in user home dirs

2003-02-10 Thread Jim Angstadt
--- Tim Riley <[EMAIL PROTECTED]> wrote: > Jim Angstadt wrote: > > --- Tim Riley <[EMAIL PROTECTED]> wrote: > > > Jim Angstadt wrote: > > > > Thanks for the help. I added both items to > > httpd.conf and then restarted httpd. Then I > > keyed http://localhost/~ja/cgi-ja/test.cgi into > > the bro

Re: [vox-tech] cgi-bin in user home dirs

2003-02-10 Thread Tim Riley
Jim Angstadt wrote: > --- Tim Riley <[EMAIL PROTECTED]> wrote: > > > > > > Jim Angstadt wrote: > > > > > Hi All, > > > > > > I'm trying to allow user accounts to have their > > own > > > cgi-bin directory on a RH 7.2, apache box at my > > home. > > > > > > For testing, I have file test.cgi. > >

Re: [vox-tech] cgi-bin in user home dirs

2003-02-10 Thread Jim Angstadt
--- Tim Riley <[EMAIL PROTECTED]> wrote: > > > Jim Angstadt wrote: > > > Hi All, > > > > I'm trying to allow user accounts to have their > own > > cgi-bin directory on a RH 7.2, apache box at my > home. > > > > For testing, I have file test.cgi. > > (See below for file and permissions.) > > > >

Re: [vox-tech] cgi-bin in user home dirs

2003-02-10 Thread Tim Riley
Jim Angstadt wrote: > Hi All, > > I'm trying to allow user accounts to have their own > cgi-bin directory on a RH 7.2, apache box at my home. > > For testing, I have file test.cgi. > (See below for file and permissions.) > > When the file is placed in /var/www/cgi-bin it works. > Meaning, when I

[vox-tech] cgi-bin in user home dirs

2003-02-10 Thread Jim Angstadt
Hi All, I'm trying to allow user accounts to have their own cgi-bin directory on a RH 7.2, apache box at my home. For testing, I have file test.cgi. (See below for file and permissions.) When the file is placed in /var/www/cgi-bin it works. Meaning, when I open a browser and key in http://l