in reply to Perl Apache Mason Problem

OK, we can close this one. Operator error. My httpd.conf file did not have the following;

<LocationMatch "(\.html|\.txt|\.pl)$"> SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler PerlSetVar MasonArgsMethod mod_perl PerlSetVar MasonRequestClass MasonX::Request::WithApac +heSession PerlSetVar MasonSessionCookieDomain xx.xx.xx.xx.domain.com PerlSetVar MasonSessionClass Apache::Session::File PerlSetVar MasonSessionDirectory /tmp/sessions/data PerlSetVar MasonSessionLockDirectory /tmp/sessions/locks PerlSetVar MasonSessionUseCookie 1 PerlSetVar MasonSessionCookieExpires 1209600 </LocationMatch>

We are running better.

Replies are listed 'Best First'.
Re^2: Perl Apache Mason Problem
by Anonymous Monk on Aug 15, 2013 at 08:28 UTC

    OK, we can close this one. Operator error. My httpd.conf file did not have the following;

    Quick, save httpd.conf in your version control with the rest of the code :)