Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: MythTV: Users

MythTV changed my default Apache server

 

 

MythTV users RSS feed   Index | Next | Previous | View Threaded


david at segall

Jun 12, 2012, 7:58 AM

Post #1 of 5 (377 views)
Permalink
MythTV changed my default Apache server

I have recently upgraded one MythTV system and installed another. In
both cases the default web page for the computer is
</var/www/mythweb->/usr/share/mythtv/mythweb/index.html> instead of
/var/www/index.html that I expected Apache to use. I have failed to find
a reference to the new default pages in the Apache configuration files
that I have looked at so far. How do I restore the default to either
/var/www/index.html or to a subdirectory of /var/www that I can choose?
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


scott at scottknight

Jun 12, 2012, 8:40 AM

Post #2 of 5 (362 views)
Permalink
Re: MythTV changed my default Apache server [In reply to]

on 6/12/2012 10:58 AM David Segall carved the following into a picnic
table:
> I have recently upgraded one MythTV system and installed another. In
> both cases the default web page for the computer is
> </var/www/mythweb->/usr/share/mythtv/mythweb/index.html> instead of
> /var/www/index.html that I expected Apache to use. I have failed to find
> a reference to the new default pages in the Apache configuration files
> that I have looked at so far. How do I restore the default to either
> /var/www/index.html or to a subdirectory of /var/www that I can choose?
Not sure what distro or packages you are using, but on Fedora 16 using
atrpms, the mythweb package throws down the nicely behaving file
/etc/httpd/conf.d/mythweb.conf which only has a configuration for the
subdirectory. If I hit the root URL, I get Apache's default test page.
My httpd.conf is unchanged from default:

[root [at] ham ~]# grep ^DocumentRoot /etc/httpd/conf/httpd.conf
DocumentRoot "/var/www/html"

I would look around in whatever httpd/conf.d files exist as well as
httpd.conf some more.

Scott
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


david at segall

Jun 12, 2012, 11:08 PM

Post #3 of 5 (350 views)
Permalink
Re: MythTV changed my default Apache server [In reply to]

On 13/06/2012 01:40, Scott Knight wrote:
> on 6/12/2012 10:58 AM David Segall carved the following into a picnic
> table:
>> I have recently upgraded one MythTV system and installed another. In
>> both cases the default web page for the computer is
>> </var/www/mythweb->/usr/share/mythtv/mythweb/index.html> instead of
>> /var/www/index.html that I expected Apache to use. I have failed to find
>> a reference to the new default pages in the Apache configuration files
>> that I have looked at so far. How do I restore the default to either
>> /var/www/index.html or to a subdirectory of /var/www that I can choose?
> Not sure what distro or packages you are using,

Sorry, that was a foolish omission. I'm using Mythbuntu. The new install
was 12.04. The upgrade was to 10.04.4

but on Fedora 16 using
> atrpms, the mythweb package throws down the nicely behaving file
> /etc/httpd/conf.d/mythweb.conf which only has a configuration for the
> subdirectory. If I hit the root URL, I get Apache's default test page.
> My httpd.conf is unchanged from default:
>
> [root [at] ham ~]# grep ^DocumentRoot /etc/httpd/conf/httpd.conf
> DocumentRoot "/var/www/html"
>
> I would look around in whatever httpd/conf.d files exist as well as
> httpd.conf some more.
>
> Scott
> _______________________________________________
> mythtv-users mailing list
> mythtv-users [at] mythtv
> http://www.mythtv.org/mailman/listinfo/mythtv-users
>

--
David Segall Email david [at] segall
Profectus Pty Ltd Phone +61 3 9830 5026
1 Myrtle Road Mobile +61 417 567 246
Canterbury, VIC, 3126 Web http://www.profectus.com.au
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


nick.rout at gmail

Jun 12, 2012, 11:37 PM

Post #4 of 5 (349 views)
Permalink
Re: MythTV changed my default Apache server [In reply to]

On Wed, Jun 13, 2012 at 6:08 PM, David Segall <david [at] segall> wrote:
>
>
> On 13/06/2012 01:40, Scott Knight wrote:
>>
>> on 6/12/2012 10:58 AM David Segall carved the following into a picnic
>> table:
>>>
>>> I have recently upgraded one MythTV system and installed another. In
>>> both cases the default web page for the computer is
>>> </var/www/mythweb->/usr/share/mythtv/mythweb/index.html> instead of
>>> /var/www/index.html that I expected Apache to use. I have failed to find
>>> a reference to the new default pages in the Apache configuration files
>>> that I have looked at so far. How do I restore the default to either
>>> /var/www/index.html or to a subdirectory of /var/www that I can choose?
>>
>> Not sure what distro or packages you are using,
>
>
> Sorry, that was a foolish omission. I'm using Mythbuntu. The new install was
> 12.04. The upgrade was to 10.04.4
>
>
sudo dpkg-reconfigure mythweb
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users


david at segall

Jun 13, 2012, 5:02 AM

Post #5 of 5 (347 views)
Permalink
Re: MythTV changed my default Apache server [In reply to]

On 13/06/2012 16:37, Nick Rout wrote:
> On Wed, Jun 13, 2012 at 6:08 PM, David Segall<david [at] segall> wrote:
>>
>>
>> On 13/06/2012 01:40, Scott Knight wrote:
>>>
>>> on 6/12/2012 10:58 AM David Segall carved the following into a picnic
>>> table:
>>>>
>>>> I have recently upgraded one MythTV system and installed another. In
>>>> both cases the default web page for the computer is
>>>> </var/www/mythweb->/usr/share/mythtv/mythweb/index.html> instead of
>>>> /var/www/index.html that I expected Apache to use. I have failed to find
>>>> a reference to the new default pages in the Apache configuration files
>>>> that I have looked at so far. How do I restore the default to either
>>>> /var/www/index.html or to a subdirectory of /var/www that I can choose?
>>>
>>> Not sure what distro or packages you are using,
>>
>>
>> Sorry, that was a foolish omission. I'm using Mythbuntu. The new install was
>> 12.04. The upgrade was to 10.04.4
>>
>>
> sudo dpkg-reconfigure mythweb

Thanks. Solved.
_______________________________________________
mythtv-users mailing list
mythtv-users [at] mythtv
http://www.mythtv.org/mailman/listinfo/mythtv-users

MythTV users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.