Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Perl Apache Mason Problem

by EEddieEmm (Initiate)
on Aug 14, 2013 at 20:44 UTC ( [id://1049474]=note: print w/replies, xml ) Need Help??


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 :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1049474]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-25 21:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found