I agree that it is most likely an apache problem, but I do not know where. Here is the virtual host container for hobbit from my apache config. Maybe someone with more experience/knowledge might be able to pinpoint it. I'll continue to RTFM and google :)
I did not use the Alias that was provided by hobbit's apache-config example. I instead used the DocumentRoot definition for this vhost. Is this not a good idea? The only other "websites" on this server are internal for my team only, documentation and such. Nothing is being presented to the web from this server.
Thanks
--- Snip --- <VirtualHost *:80> ServerAdmin e-mail address DocumentRoot "/hobbit/server/www/" ServerName hobbit <Directory "/hobbit/server/www/"> Options Indexes FollowSymLinks Includes MultiViews Order allow,deny Allow from all </Directory>
ScriptAlias /hobbit-cgi/ "/hobbit/cgi-bin/" <Directory "/hobbit/cgi-bin"> AllowOverride None Options ExecCGI Includes Order allow,deny Allow from all </Directory>
Al Jeffcoat
---> Previously
I think it is a configuration issue in the apache. By Default /hobbit/ is an Alias to the hobbit's www dir. I guess in your case you can make the main server's doc root as hobbit's www dir. However that won't be a good idea if you have other virtual webservers running from this same system
This e-mail message and any attached files are confidential and are intended solely for the use of the addressee(s) named above. If you are not the intended recipient, any review, use, or distribution of this e-mail message and any attached files is strictly prohibited. This communication may contain material protected by Federal privacy regulations, attorney-client work product, or other privileges. If you have received this confidential communication in error, please notify the sender immediately by reply e-mail message and permanently delete the original message. To reply to our email administrator directly, send an email to: postmaster at orlandoregional.org . If this e-mail message concerns a contract matter, be advised that no employee or agent is authorized to conclude any binding agreement on behalf of Orlando Regional Healthcare by e-mail without express written confirmation by an officer of the corporation. Any views or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of Orlando Regional Healthcare.
On Tue, Feb 15, 2005 at 09:52:31AM -0500, Jeffcoat, Al wrote:
I agree that it is most likely an apache problem, but I do not know where.
Your apache config looks OK. Most likely it's a configuration issue in your server/etc/hobbitserver.cfg file. Could you post these settings from your configuration:
Near the top of the file:
BBSERVERWWWNAME="some.host.name" # The name used for this hosts' webserver BBSERVERWWWURL="/hobbit" # The top URL for the Hobbit webpages BBSERVERCGIURL="/hobbit-cgi" # The URL for the Hobbit CGI scripts.
and further down:
BBWEBHOST="http://$BBSERVERWWWNAME" # Just the host part of the URL - http://www.foo.com BBWEBHOSTURL="$BBWEBHOST$BBSERVERWWWURL" # Prefix for all static Hobbit pages - http://www.foo.com/bb BBWEBHTMLLOGS="$BBWEBHOSTURL/html" # Prefix for the Hobbit HTML logs (only if BBLOGSTATUS=STATIC) BBWEB="$BBSERVERWWWURL" # Hobbit URL prefix without the host part
Regards, Henrik
participants (2)
-
ajeffco@orhs.org
-
henrik@hswn.dk