Tagged Questions

0
votes
1answer
30 views

mod_perl and inheriting STDIN in child process

Hi everyone, I have this old Perl script that is supposed to act as a proxy of sorts between HTTP-based clients and non-HTTP Java server: the client POSTs some data to this Perl s …
0
votes
2answers
44 views

How do I suppress the default apache error document in mod_perl?

I'm developing a RESTful API and I wrote a mod_perl2 handler that takes care of the request. My handler deals with error codes by setting $r->status($http_code) and return $htt …
0
votes
1answer
18 views

Why does Apache mod_perl build using APACI lose CFLAGS?

I am trying to build Apache 1.3.41 with mod_perl 1.31 for deployment to a Solaris 8 SPARC server. We must use 1.3 for now because of a number of essential applications currently de …
3
votes
1answer
73 views

Why does my script use so much more memory when run with mod_perl?

I'm trying to learn how to profile perl memory. I have a very simple Perl hello-world script and I want to know its size in memory. I use GTop utility to measure the memory (reco …
0
votes
0answers
53 views

How do I have mod_perl reload source files on change?

I am using mod_perl for web development. I do not want to restart mod_perl every time I modify a Perl module. I came across solution about Apache::Reload. I install this module …
0
votes
1answer
53 views

Can I measure memory taken by mod_perl?

Problem: my mod_perl leaks and I cannot control it. I run mod_perl script under Ubuntu (production code). Usually there are 8-10 script instances running concurrently. According …
9
votes
9answers
513 views

The future of Perl? (Perl 6, Employability)

I've found a few related questions, like Python V Perl and Is Perl Worth it?, but I can't seem to find anything that directly addresses this question. Is there a legitimate future …
4
votes
4answers
122 views

What is the easiest way in pure Perl to stream from another HTTP resource?

What is the easiest way (without opening a shell to curl and reading from stdin) in Perl to stream from another HTTP resource? I'm assuming here that the HTTP resource I'm reading …
0
votes
1answer
30 views

How to minimize memory allocation of mod_perl script?

I have created a simple perl script. The only thing it does is waiting for 5 seconds. When I spawn the script on the server through mod_perl, it takes a lot of memory. The instanc …
1
vote
4answers
118 views

Why does my mod_perl script freeze my server?

Hi! I cannot make my Perl script run stable on the server. Here is the problem. When the script is accessed more than 5 times a second, the server freezes. And some time later th …
1
vote
1answer
42 views

How do I use Apache::Reload under ActiveState Perl on Windows?

I work with Activestate Perl on Windows and Apache. I want to run my scripts under mod_perl. To prevent Apache from caching modules during development I want to use Apache::Reload …
2
votes
2answers
163 views

How do I have a persistent DBIx::Class in CGI::Application with mod_perl?

I am using CGI::Application on mod_perl with DBIx::Class and I'd like to have something like new define a new dbic schema on instantiation. So far I haven't been able to get it t …
1
vote
5answers
95 views

Does the -f file test operator work in mod_perl?

I'm trying to use the Tenjin module but it fails because it can't find the template file but it exists. I've added some debug statements into the module and it's not passing retu …
0
votes
0answers
19 views

Apache/2.2.9, mod_perl/2.0.4: status_line doesn’t seem to work

Response is prepared this way: my $r = Apache2::RequestUtil->request; $r->status_line('500 Internal Server Error'); $r->send_cgi_header("Content-Type: text/html; charset= …
0
votes
2answers
65 views

How do I get mod_perl to recognize changes to my application?

I'm running an apache2 / mod_perl2 combo on our development server. When I'm developing, my changes are instantly reflected in the webpage I'm working on. I assumed mod_perl was b …

1 2 3 4 next
15 30 50 per page