Date: Wed, 24 Mar 1999 15:03:35 -0600 From: "Darin Spence" <darin@radio-inc.com> To: <freebsd-questions@freebsd.org> Subject: Apache SymLink problem... Message-ID: <000501be7639$c8c13030$2048f0c7@medianet.net>
next in thread | raw e-mail | index | archive | help
I keep seeing this in my error log:
[error] [client 206.52.136.50] Symbolic link not allowed:
/usr/local/www/cgi-bin/pmmon/
Here is what I have in my httpd.conf file:
#
Options Indexes FollowSymLinks Includes ExecCGI
#
# This controls which options the .htaccess files in directories can
# override. Can also be "All", or any combination of "Options", "FileInfo",
# "AuthConfig", and "Limit"
#
AllowOverride AuthConfig
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
<Directory /usr/local/www/cgi-bin>
AllowOverride None
Options FollowSymLinks
</Directory>
<Directory /usr/home/pmmon/public_html>
AllowOverride All
Options Includes ExecCGI FollowSymLinks
</Directory>
Also, when I head out to http://206.52.136.50/cgi-bin/pmmon/pmshow the
server tells me:
Forbidden
You don't have permission to access /cgi-bin/pmmon/pmshow on this server.
How can that be? Here are the permissions for the user 'pmmon' in the
/usr/home/pmmon/cgi-bin/ directory:
-rwxr-xr-x 1 pmmon pmmon 12288 Mar 19 10:23 pmshow
Any ideas?
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Darin Spence
darin@radio-inc.com
Director of Information Technology > R A D I O, INC
(785) 628-1064, ext. 22 > Phone
http://www.media-net.net
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000501be7639$c8c13030$2048f0c7>
