mod-perl Questions

4

Solved

I have a webapp that segfaults when the database in restarted and it tries to use the old connections. Running it under gdb --args apache -X leads to the following output: Program received signal ...
Hux asked 8/10, 2008 at 12:58

2

Solved

Right now we have a large perl application that is using raw DBI to connect to MySQL and execute SQL statements. It creates a connection each time and terminates. Were starting to approach mysql's ...
Mindful asked 16/7, 2010 at 17:55

1

Solved

I have an apache2 / mod_perl website. On one page, I need to do some server/server communication via SOAP. The results of this communication are not required for the rendering of the page (but use...
Evanescent asked 18/12, 2009 at 16:14

2

Solved

I'm working on a page which accepts file uploads. In theory, I can detect when the file they're sending me is too big (by looking at the Content-Length of their response), and refuse to accept the ...
Contrabandist asked 11/12, 2009 at 20:15

9

Solved

I've found a few related questions, like Python vs. Perl (now deleted) and Is Perl Worth it? (now deleted), but I can't seem to find anything that directly addresses this question. Is there a legit...
Highpowered asked 15/10, 2009 at 14:26

3

Solved

My web app runs on Apache mod_perl using CGI::Application. I want to provide a download of a generated file. In the past (before we were using mod_perl and CGI::App) I just spooled out a csv file t...
Zeitler asked 28/8, 2009 at 20:20

6

Solved

I've been benchmarking the performance of a framework I'm writing in Perl and I'm getting a 50% decrease in requests per second over our existing codebase (some hit is understandable, because we're...
Bewilder asked 4/12, 2008 at 23:42

2

Solved

I'm using Apache and Perl (modperl), with Handlers to handle requests. I'm new to this, and I'm not quite sure how to lay things out in a sensible way. Right now I have the following: package MyC...
Kilowatthour asked 24/6, 2009 at 19:20

1

Solved

I am writing a web service in Perl that will run under SSL (HTTPS) with client certificates. How can I determine which certificate is being used by the client in the current connection so I can fi...
Electrolyte asked 30/3, 2009 at 11:59

4

I'm using mod perl 1.3.0 with apache 1.3.41 perl version 5.8.6, and the memory size seems to grow about 4k every 3rd or 4th request. The Perl script we are running is simply: print "Content-type:...
Decanter asked 21/1, 2009 at 19:18

3

Solved

I want to use Apple's or RedHat's built-in Apache but I want to use Perl 5.10 and mod_perl. What's the least intrusive way to accomplish this? I want the advantage of free security patching for the...
Fairman asked 17/9, 2008 at 2:59

6

Solved

E.g. Is it more secure to use mod_php instead of php-cgi? Or is it more secure to use mod_perl instead of traditional cgi-scripts? I'm mainly interested in security concerns, but speed might be an...
Sward asked 16/9, 2008 at 22:49

© 2022 - 2024 — McMap. All rights reserved.