Questions tagged [mod-perl]
57 questions
0
votes
2 answers
Apache2 won't start due to locate-error
I am running Apache/2.2.9 on SLES 10 and want to use Apache2::REST.
I installed it using cpan and added the Handler and the configuration stuff.
When I try to start Apache (apache2ctl start), it says:
[Thu Sep 01 11:13:30 2011] [warn] module…

Skyline
- 3
- 4
0
votes
1 answer
Apache 1.3 load increases until restart/graceful on CentOS/EC2. CPU usage climbs, and memcached access speed drops
When running a large mod_perl application on EC2, we've noticed that the CPU usage on the instance climbs gradually between restarts or graceful restarts.
Current setup: CentOS 5.4, m2.4xlarge instances, apache 1.3 with mod_perl.
We first noticed…

d5ve
- 131
- 2
0
votes
3 answers
finding out server-status from apache2 when at MaxClients
Im trying to debug why an app server of ours all of its apache children lockup and stop serving requests. These are mod_perl app servers.
The problem is that to find out what the current requests are you need to make a http request to find out the…

Brendan
- 934
- 6
- 5
0
votes
1 answer
OpenWebmail on Debian 5 (Perl 5.10)
I've upgraded server running OpenWebmail from Debian 4.0 to Debian 5.0. Perl was upgraded to 5.10 as well. I have issues with some functions of OpenWebmail (attachments are 0 bytes size, HTML-formatted e-mails are broken), may be there is some patch…

artvolk
- 309
- 2
- 10
0
votes
3 answers
Dynamically generating constructs in Apache using mod_perl
I need to have my Apache web-server serve a lot of sites through structures. The last thing I want is a massive file with every single structure for every single site in there (not even a generated one). I've been looking…

Luke
- 3,826
- 8
- 36
- 40
0
votes
2 answers
Install mod_perl2 on Apache 2.2.14 (Ubuntu10.04)
I have installed via synaptic package ibapache2-mod-perl2.
I tried this line in httpd.conf:
"LoadModule perl_module modules/mod_perl.so"
Apache tells me when I reload the server :
"[warn] module perl_module is already loaded, skipping".
Well ok,…

ZheFrench
- 131
- 1
- 4
0
votes
1 answer
getting mod_perl working on a plain ubuntu 10.04 server install,
I am attempting to enable mod_perl on a fresh install of Lucid Lynx (ubuntu 10.04).
I have the libapache2-mod-perl2 installed, but I can't seem to get the .pl file to run instead of being downloaded.
-Perl 5.10.1
-Apache 2
I installed the "LAMP"…

Paul Nathan
- 285
- 5
- 12
0
votes
2 answers
How can I install both mod-perl2 and mod-php5 on Ubuntu?
From Ubuntu's package libary, I find the two modules I need. However:
mod-perl2 requires apache2-mpm-worker
mod-php5 requires apache2-mpm-prefork
The two apache modules are mutually exclusive and ask me to un-install the other in order to install…

RickMeasham
- 153
- 2
- 6
0
votes
0 answers
Empty response of nginx with ngx_http_perl_module
I have to run a very simplistic piece of perl code in response to HTTP request.
The nginx config is:
http {
perl_modules perl/lib;
perl_require errors.pm;
server {
listen 80;
server_name _;
root …

sotona
- 101
- 3
-1
votes
1 answer
How can i get rid of “apache2 : Depends: perl but it is not going to be installed” in ubuntu 14.04 desktop?
This is the error message i have at console when running
$sudo apt-get install apache2
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you…

user376832
- 9
- 1
-1
votes
1 answer
Stablist / easiest to maintain free OS to run SAMBA 4, PostgreSQL, mod_perl2 on?
This is just for a 20-client network of XP Pro machines: a file/print share server, possibly a domain controller unless I can get by without it, and a db and intranet app host. I need to be able to administer it remotely; GUI or CLI is fine. What…

Kev
- 984
- 4
- 23
- 46
-1
votes
4 answers