[mythtv-users] mythweb upgrade woes

Nathan Caldwell saintdev at gmail.com
Tue Feb 14 08:34:51 UTC 2006


On 2/14/06, Chris Petersen <lists at forevermore.net> wrote:
> > I'm getting almost the same problem as the OP, but I have everything
> > setup correctly. The <Directory /> has both AllowOverride, and
> > FollowSymLinks, mod_rewrite, and mod_env are enabled. Now I finally
> > found that mythweb/info.php gives me phpinfo() output. Here's what I
> > get for the env vars:
> >
> > _SERVER["REDIRECT_db_server"] localhost
> > _SERVER["REDIRECT_db_name"]   mythconverg
> > _SERVER["REDIRECT_db_login"]  mythtv
> > _SERVER["REDIRECT_db_password"]       **********
> >
> > Anyone know why this would be?
>
> How many times do I have to say this... <Directory /> should have
> AllowOverride set to none.  always.
>
> there is ANOTHER <Directory> call further down (usually for something
> like /var/www/html) that should have the correct settings.

Yes, this I know. I didn't feel like typing the whole thing out (yes
I'm lazy :). Here's the complete <Directory> so that you know we're on
the same page.
>    <Directory "/var/www/localhost/htdocs/mythweb">
>        Options FollowSymLinks
>        AllowOverride All
>    </Directory>


> As for your server vars, looks like something weird set up in your php
> or mod_redirect settings.  But wtf is info.php?  did your distro add it?
>   (if so, I should slap the packager because leaving that kind of thing
> enabled is a nice security hole waiting to be exploited).

Now that you mention it, I did put that there. That was a long time
ago when I was trying to setup the /mythweb directory to use php4 CGI.

> -Chris
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


More information about the mythtv-users mailing list