[mythtv-users] Changed hostname, now Mythweb doesn't work...

Nate Thompson natet at buckeye-express.com
Mon Apr 12 12:30:25 EDT 2004


For this to be an issue though, wouldn't the httpd service itself still load
correctly? At startup I get a failed response when it Fedora tries to start
the httpd service.
 
Nate

  _____  

From: mythtv-users-bounces at mythtv.org
[mailto:mythtv-users-bounces at mythtv.org] On Behalf Of Skavoovie
Sent: Monday, April 12, 2004 11:07 AM
To: Discussion about mythtv
Subject: Re: [mythtv-users] Changed hostname, now Mythweb doesn't work...


Are you using name-based VirtualHosting within Apache?
 
If you are, then comment out your ServerName entry in the main area (what
you just added), and create a ServerName entry in your name-based
<VirtualHost> entry. Don't add the :80 port specification when including the
ServerName tag in a VirtualHost entry -- it will already be configured in
the name-based hosting.
 
For example:
 
NameVirtualHost www.domain.com:80
 
...
 
<VirtualHost www.domain.com:80>
        ServerName www.domain.com
        ServerAlias domain.com
        DocumentRoot /var/www/html
        AccessFileName .htaccess
        ServerAdmin webmaster at domain.com
        DirectoryIndex index.htm index.html index.php
        LogLevel warn
</VirtualHost>

 
 
--Skavoovie
 
 

----- Original Message ----- 
From: Nate Thompson <mailto:natet at buckeye-express.com>  
To: 'Discussion about mythtv' <mailto:mythtv-users at mythtv.org>  
Sent: Monday, April 12, 2004 12:38 AM
Subject: [mythtv-users] Changed hostname, now Mythweb doesn't work...



I recently changed my hostname from the default 'localhost.localdomain' to
something a bit more descriptive. I followed the steps in the Mythtv.org
documenatation to do this, and believe everything went smoothly. However,
whenever the httpd service tries to start now, it fails. I edited my
/etc/httpd/conf/httpd.conf file and declared ServerName to be mythfront:80.
Now it does not give me an error about not being able to determine the
server's domain name, but it still fails to load. Does anyone have any
ideas? I'm sure its just an Apache configuration problem somewhere.

Nate Thompson 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20040412/1eb5f1b6/attachment.html


More information about the mythtv-users mailing list