Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: vdradmin + apache2 mod_proxy problem



Hi,
On Wednesday 15 October 2003 19:24, you wrote:

> I now also loaded the module "proxy_http" and now I got the
> login-window where I logged in, but afterwards I get the
> message of a gateway failure.
>
> vdradmin crashes and I got following line on stdout (don' t know
> from which program):
> can't find mime-type ''

Perhaps this will help you:
find the line in vdradmin.pl

  if(!$mimehash{$2}) { die("can't find mime-type \'$2\'\n"); }

and replace it with

  if(!$mimehash{$2}) { return(header("200", "text/html", $buf, 1)); }

this should be in line 713 in vdradmin 0.93

regards
 Chris
 



-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index