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
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
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
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
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
-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
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
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
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
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
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
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
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
13 matches
Mail list logo