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

Tom Wright tom-mythtv at tomonica.net
Tue May 31 06:44:05 UTC 2011


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.

Tom


More information about the mythtv-users mailing list