[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Installed, having one problem
- To: hobbit (at) hswn.dk
- Subject: Installed, having one problem
- From: Wes Neal <wes.neal (at) mci.com>
- Date: Wed, 10 Aug 2005 11:56:38 -0400
- Thread-index: AcWdpCPBpB5DpG4cQH6Yp146oasBQAAH02zg
Ok I have everything installed and my bb-hosts file migrated over.
Everything seems to be working except for one thing. I can not get any of
the scripts in cgi-bin to run.
Hobbitserver.cfg says
BBSERVERCGIURL="/hobbit-cgi"
BBSERVERSECURECGIURL="/hobbit-cgi"
The cgi directory is /export/home/bb/cgi-bin and this was added to my
httpd.conf file:
ScriptAlias /hobbit-cgi/ "/export/home/bb/cgi-bin/"
<Directory "/export/home/bb/cgi-bin">
AllowOverride None
Options ExecCGI Includes
Order allow,deny
Allow from all
</Directory>
If I try to just browse to that directory I get permission denied and any
scripts I try and call I get:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
The web page comes up fine with the alias I used for it. Any ideas what
would be causing the CGI stuff to not work?
Oh yeah Solaris 2.8 and Apache 2.0.54
Thanks
Wes