[mythtv-users] MythWeb error? require_once

cal cal at graggrag.com
Mon Jan 28 01:24:59 UTC 2008


A JM wrote:
> I figured out the original error was due to a copy that was not 
> recursive so in fact the supporting directory's were not present in 
> /var/www.
> 
> However, I'm getting the mod_env error when trying to launch the web 
> page. I realize mod_env and mod_rewrite are supposed to be enabled but 
> the strange thing is that Ubuntu by default doesn't have them listed as 
> available???

No idea how closely Ubuntu follows Debian here, but with Debian you have 
two subdirectories in /etc/apache2/, mods-available and mods-enabled.

In mods-available there's
   env.load
   rewrite.load

Those two aren't enabled by default, so you need to create sym links 
from the mods-enabled directory to the relevant files in the 
mods-available directory.

In mods-enabled ...
   ln -s ../mods-available/env.load env.load
   ln -s ../mods-available/rewrite.load rewrite.load
then restart apache.

Cheers.





More information about the mythtv-users mailing list