Questions tagged [mod-perl]

57 questions
1
vote
0 answers

Trying to add CPAN Perl Modules to mod_perl on Apache CentOS 7

I am running Apache on Centos 7. Some of the Perl modules that were not available via yum I have installed using CPAN in the custom location /export/home/www/perl5. I have used this custom location specifically to prevent the CPAN modules from…
1
vote
1 answer

Request Tracker 4.2.12 - Cannot create scrips

I recently inherited a RT installation, and after upgrading it to 4.2.12 scrips can no longer be created. This happens if someone is trying to create a scrip local to a specific queue or globally. The standard "An internal error has occurred"…
DavidR
  • 11
  • 2
1
vote
1 answer

Apache mod_perl cannot locate startup script

Running Centos 6.6 with Apache 2.2.15 and mod_perl 2.0.4 I'm trying to add a startup script (startup.pl) but cannot seem to get mod_perl to find it. I've reduced the config down to the bare minimum that still reproduces the issue for me. Apache…
Ex Umbris
  • 804
  • 7
  • 24
1
vote
2 answers

Ideal Dev Environment

We have a linux based development server which we connect to from our windows based desktops (via ssh, scp, samba (mapped network drive), etc) We're doing web development in perl, using apache2, mod_perl and MySQL, and our code base is under SVN…
aidan
  • 615
  • 4
  • 10
  • 23
1
vote
0 answers

Apache keep catching SIGTERM out of the blue

I have apache 2.2.15 server on CentOS release 6.6 (Final). It runs mod_perl and some perl scripts in junction with mysql DB. The problem I'm encountering is that from time to time apache gets SIGTERM (and it is written into its error log).…
Unicorn
  • 111
  • 2
1
vote
2 answers

BugZilla: Adding PerlConfigRequire to apache2 conf generates errors when restarting service

I've been following the BugZilla installation documentation and using mod_perl w/ apache2. Everything has gone fairly smooth and bugzilla pages appear to be getting rendered and served correctly, but I get some error message when restarting apache…
Cedric Bu
  • 11
  • 1
1
vote
1 answer

mod_perl custom configuration directives don't work when placed in .htaccess and there is

I'm trying to complete Redmine's feature request #2693: Use Redmine.pm to authenticate for any directory (1). I have not much knowledge on all these things and need help. Redmine uses mod_perl module Redmine.pm for authentication &…
ayaye
  • 111
  • 1
1
vote
2 answers

Mod_Perl configuration for multiple domains

Reading the Mod_Perl module documentation, can we configure it on per domain basis, what I mean can we configure it to run on every domain or specific domain only. What I see in the docs is: Registry Scripts To enable registry scripts add to…
daliaessam
  • 111
  • 1
1
vote
2 answers

Centos 6, apache mod_perl configured but not working

I just received today my dedi server access, I installed apache: yum install httpd After it, I configured httpd.conf located in /etc/httpd/conf, I modified server name, added server IP, and my email. Perl was installed already, when I type perl -v…
Hamza
  • 264
  • 1
  • 5
  • 15
1
vote
1 answer

mod_perl (2.0.x) on apache 2.2.x on Windows - abandoned?

mod_perl2 on Windows? It's sometimes beneficial (at least for me) to have a recent Apache http server plus mod_perl2 (and PHP) running on the development (desktop) box to try out some ideas. This was straightforward until Perl version 5.10…
rubber boots
  • 145
  • 7
1
vote
1 answer

How to timeout in mod_perl?

I'm looking for a server-wide setting for timeout with mod_perl scripts under Apache 2.2, similar to max_execution_time in php. Timeout can be done with $SIG{ALRM} but it requires modification to every perl script and is incompatible with with…
netvope
  • 2,113
  • 5
  • 25
  • 35
1
vote
2 answers

Memory management in Apache+Perl

I have a web farm that uses Apache 2.2.15 and mod_perl-2.0.4. I need to know if there is a comparable perl module to Apache::GTopLimit for mod_perl-2.x. I have searched Google and other sites, and have not found anything yet. What I need to do is…
QWade
  • 877
  • 1
  • 11
  • 17
1
vote
1 answer

Which version of mod_perl should I install on IHS 7

We have a IHS box that requires me to install mod perl. I'm trying to work out if I should install mod_perl 1 or 2. apachectl -v returns: Server version: IBM_HTTP_Server/7.0.0.11 (Unix) Server built: Mar 23 2010…
chickeninabiscuit
  • 1,094
  • 6
  • 17
  • 33
1
vote
1 answer

Why does apache return a 404 response for a file that exists?

I have an apache server whose main purpose is to handle RPC requests. All such requests hit a url that begins with a fixed prefix (e.g., /rpc) I use a Location directive to set the handler for this URL (e.g., ...). I'd…
John Siracusa
  • 738
  • 7
  • 12
1
vote
1 answer

mod perl in apache 2.2 not parsing perl scripts

I've set up a fresh Apache 2.2.15 server on windows server 2008 R2 with mod_perl (mod perl v2.0.4 / perl v5.10.1). Mod_perl and Perl 5.10 has been installed and loaded without problems. However, despite my configuration, the mod_perl module is…
futureelite7
  • 197
  • 1
  • 3
  • 8