30 May
2007
30 May
'07
6:28 p.m.
On Wed, May 30, 2007 14:16, Manocchia, Robert wrote:
Bob:
The bb-hostsvc.sh file and others are in /usr/local/cgi-bin all owner by hobbit:users with 755 as the permissions mask.
Bob's not here. ;)
Perhaps the ScriptAlias for /hobbit-cgi/ is pointed somewhere other than /usr/local/cgi-bin where you have the scripts. In the rpm distribution built for Fedora 5, this is done in the hobbit-apache.conf file I mentioned earlier. It could also be done directly in the the httpd.conf file.
Looks something like: ScriptAlias /hobbit-cgi/ "/usr/lib/hobbit/cgi-bin/" <Directory "/usr/lib/hobbit/cgi-bin"> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory>