Tagged Questions
2
votes
1answer
118 views
What do these numbers before and after mason responses mean?
I am using mod_perl 2, mason, and apache 2.2 on Ubuntu 10.10 (x86) (standard packages from apt). When I send a HTTP request to my server, I get the following:
$ nc localhost 80 < ...
2
votes
1answer
416 views
Why am I getting a panic with Perl 5.10, Mason, and Apache?
I'm developing an application using Perl 5.10, HTML::Mason, and apache 2.2. This is the first time I've used Perl 5.10 for a big project. I get a strange behavior every once in a while. The ...
1
vote
1answer
35 views
Clash Between Multiple Locales in a mod_perl Setting?
I'm currently working on internationalizing a large Perl/Mason web application (Perl 5.8.0, Mason 1.48, mod_perl & Apache). In choosing a localization module, I decided to go with ...
1
vote
1answer
415 views
Using Apache::Session::Memcached with MasonX::Request::WithApacheSession
I'm trying to use Apache::Session::Memcached in an HTML::Mason project where I'm using MasonX::Request::WithApacheSession to handle my sessions. Unfortunately Apache will not launch when I plug in ...
0
votes
0answers
66 views
why am i getting a Expected token not present in my apache log?
this problem is very weird , i am not using any authentication system or any sessions in my website , but very randomly sometimes i get this error
Internal Server Error
The server encountered ...
0
votes
1answer
58 views
Managing session state with html::mason
I'm using HTML::Mason with Apache2 mod_perl2 for a project and am unsure what's a good way to manage session state easily.
Please don't say, use Catalyst. I do normally but am not on this occasion.