[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
SV: How do I get a cgi-bin for a user
- From: "K.A.Rochstad" <bevern online no>
- To: <redhat-install-list redhat com>
- Cc: <jonas netwood net>
- Subject: SV: How do I get a cgi-bin for a user
- Date: Thu, 30 Dec 1999 11:39:28 +0100
>I wonder if someone could be so kind and tell me how I can get a cgi-bin
>working in a users directory. When I create a new user, their web pages will
>be served correctly if they create a public_html subdirectory and put the
>html pages in there. However, when I create a cgi-bin in the users
>directory, set the correct permissions and run a functioning Perl script, it
>will not run.
Try edit these files. It's some explanation in file(s) itself, but if you point your browser to the defailt startup page in RH, you will find some significant documents in the Apache documentation which has been included with this distribution.
A *hint* is that you need edit the srm.conf where the directive about public_html reside. You can also make new directory here...
look at this example below that I find in the book "Matering Linux" by Arman Danesh.
# Enabling cgi-bin in an user directory
<Directory /home/user/cgi-bin>
AllOverride None
Options None
</Directory>
If this did'nt work. Try edit the access.conf and/or httpd.conf and make the proper change.
I hope this help you a step forward. I have use this and it work for me.
Greeting Karl
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]