[mythtv-users] apache2 mythweb mythweb.pl not being run

Tom Dexter digitalaudiorock at gmail.com
Mon Jun 27 22:24:50 UTC 2011


On Tue, May 31, 2011 at 7:23 AM, Rob Davis <rob at davis-family.info> wrote:
> On 31/05/11 01:44, Tom Wright wrote:
>> On Tuesday 31 May 2011 04:30:22 Rob Davis wrote:
>>> Any apache2 guru's that can help with the config?  I have just installed
>>> mod_perl and it appears to be being run, but am not sure what to do..
>>
>> I'm pretty far from being an apache2 guru, but have just checked my default
>> debian install and found this near the end of
>> /etc/apache2/conf.d/mythweb.conf:
>>
>>      # Set up the perl handler so we can stream properly.  Do not use mod_perl
>>      # because it has a tendency to hold onto child processes, which causes
>>      # problems if the browser closes on an in-progress stream.
>>      #
>>          <Files *.pl>
>>              SetHandler cgi-script
>>              Options +ExecCGI
>>          </Files>
>>
>>
>> (this comes just before the</Directory>)
>>
>> Just a thought, and don't know if it'll help.
>>
>
> Yup, I have and saw that too.  Doesn't seem to make a difference..
>
>
>
> --
>
> Rob Davis

I just noticed this (somewhat old) post.  I'm still running 0.23.1 on
Gentoo.  I've noticed that after installing mythweb (which installs
mythweb with webapp-config), I needed to fix the ownership and
permissions of mythweb.pl:

chown apache.apache /var/www/localhost/htdocs/mythweb/mythweb.pl
chmod u+x /var/www/localhost/htdocs/mythweb/mythweb.pl

Tom


More information about the mythtv-users mailing list