Article:
 |
|
Apache Web-Serving with Mac OS X, Part 4
|
| Subject: |
|
user conf, subfolder, cgi and 404 |
| Date: |
|
2003-05-02 16:26:41 |
| From: |
|
anonymous2
|
|
|
|
Hi, i follow this wonderful tutorial, and edited mu user httpd.conf. i would like to share only the folder "sitetest" inside my "Site" folder when accessing to http://27.0.0.1/~patrick, so i wrote :
<Directory "/Users/patrick/Sites/">
Options Includes MultiViews Indexes
AllowOverride None
Order allow,deny
Allow from all
</Directory>
Alias /~patrick/ "/Users/patrick/Site/sitetest"
ScriptAlias /~patrick/cgi-bin/ "/Users/patrick/Sites/cgi-bin/"
but i have a 404 error.
As you can see i would like to have a cgi-bin folder at the same level of my sitetest folder so it's more secure.
Do you have any clue about this 404 error ? and how can i do to realize my cgi-bin stuff ?
(of course sitetest is chmod 755)
Thanks !
|
Showing messages 1 through 1 of 1.
-
user conf, subfolder, cgi and 404
2003-05-03 00:51:33
anonymous2
[View]