[mythtv-users] Mythweb upgrade, rewrite engine issue?

Michael Fox fox.michael at gmail.com
Sat May 13 22:18:54 EDT 2006


On 5/14/06, Shermann Min <shermann at aya.yale.edu> wrote:
> Any ideas? I'm using Suse 10 on an Amd64, php4-4.4.0-6.10,
> apache2-2.0.54-10.3.

Make sure your apache2 has the rewrite.load module loading... on a
debian/ubuntu system this is done by having a symlink in
/etc/apache2/mods-enabled from rewrite.load to the real rewrite.load
in /etc/apache2/mods-available

Then restart apache2.

ie;

root at mythstb:/etc/apache2/mods-enabled# ls -la
total 8
drwxr-xr-x  2 root root 4096 2006-05-11 13:44 .
drwxr-xr-x  8 root root 4096 2006-05-11 22:59 ..
lrwxrwxrwx  1 root root   36 2006-05-11 22:59 cgi.load ->
/etc/apache2/mods-available/cgi.load
lrwxrwxrwx  1 root root   37 2006-05-11 22:59 php4.conf ->
/etc/apache2/mods-available/php4.conf
lrwxrwxrwx  1 root root   37 2006-05-11 22:59 php4.load ->
/etc/apache2/mods-available/php4.load
lrwxrwxrwx  1 root root   40 2006-05-11 13:44 rewrite.load ->
/etc/apache2/mods-available/rewrite.load
lrwxrwxrwx  1 root root   40 2006-05-11 22:59 userdir.conf ->
/etc/apache2/mods-available/userdir.conf
lrwxrwxrwx  1 root root   40 2006-05-11 22:59 userdir.load ->
/etc/apache2/mods-available/userdir.load

Hope this helps.


More information about the mythtv-users mailing list