[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with some hobbit manpages
- To: hobbit (at) hswn.dk
- Subject: Problem with some hobbit manpages
- From: Frédéric Mangeant <frederic.mangeant (at) steria.com>
- Date: Mon, 14 Feb 2005 17:38:44 +0100
- Organization: Steria
- Thread-index: AcUSs6X6sS/NKbskSbuzkEIA4vKw2A==
Hi all
I'm not allowed to access any hobbit manpage whose name include "cgi" (for
example bb-hostsvc.cgi.1.html); it results in
[Mon Feb 14 17:21:48 2005] [error] [client 10.50.8.55] Options ExecCGI is
off in this directory:
/home/hobbit/hobbit/server/www/help/manpages/man1/bb-hostsvc.cgi.1.html,
referer: http://10.50.8.10/hobbit/help/manpages/
in my access_log. I'm running Apache 2.0.52 with the following lines added
after installing Hobbit (4.0-rc1 updated to 4.0-rc2) :
Alias /hobbit/ "/home/hobbit/hobbit/server/www/"
<Directory "/home/hobbit/hobbit/server/www/">
Options Indexes FollowSymLinks Includes MultiViews
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-cgi/ "/home/hobbit/hobbit/cgi-bin/"
<Directory "/home/hobbit/hobbit/cgi-bin">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
ScriptAlias /hobbit-seccgi/ "/home/hobbit/hobbit/cgi-secure/"
<Directory "/home/hobbit/hobbit/cgi-secure">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
AuthUserFile /home/hobbit/hobbit/server/etc/hobbitpasswd
AuthType Basic
AuthName "Hobbit Administration"
Require valid-user
</Directory>
What can I change besides adding "Options ExecCGI" for my /hobbit/ alias ?
Thanks in advance.
Regards,
--
Frédéric Mangeant