Skip to main content

All Questions

Tagged with
0 votes
1 answer
63 views

Trouble compiling libapreq2

Our app is a monolithic perl app that currently runs on RHEL 6 and I'm trying to get it built on RHEL 7. We run with perlbrew on Perl 5.18.2 threaded. It is installed into our /opt/prism dir but is ...
Keith Shannon's user avatar
0 votes
0 answers
203 views

How can I determine if these perl processes are malicious?

Our Suse Linux web server has been running quite sluggish of late and rebooting relieves the issue temporarily. After some further checks, I found that the firewall is blocking some outbound traffic ...
Red-Roo's user avatar
3 votes
1 answer
566 views

Is it possible to get the apache server-status page without sending a GET request to one of the workers?

I have the server-status page setup and can access it through http://localhost/server-status and commands like apache2ctl status. Is there a way to access the infromation in the server-status page ...
Boyan Atanasov's user avatar
0 votes
1 answer
353 views

Why might a perl CGI script fail to connect to MySQL, when it works from console?

I'm migrating to new server hardware, which also means learning the idiosyncrasies of a new Linux distribution (Debian buster). I've got a Perl CGI script which when run from the console runs, but ...
Rowland Shaw's user avatar
0 votes
1 answer
208 views

Perl.cgi soap request HTTP ERROR 411

I'm trying to learn SoapUI, but when running the code below I'm getting HTTP ERROR 411 all files are in /var/www/html/ not sure what's the issue. #!/usr/bin/perl use SOAP::Transport::HTTP; SOAP::...
Driven's user avatar
  • 11
1 vote
2 answers
946 views

Convert Excel file to PDF using Perl CGI

I'm trying to convert an xlsx file to pdf using Perl CGI (Mason). Since I did not find a way to convert a file using pure perl, I'm using soffice to perform the job. This works fine until I do it ...
Bart's user avatar
  • 2,266
0 votes
0 answers
38 views

Script can not write into dierectory

I have configured apache web server on fedora 29 , perl script that generates web page with current NIC information (state , speed , mac , etc.) and traffic graph. Script generates the web page and ...
Angel's user avatar
  • 340
0 votes
2 answers
461 views

Apache 2.4.10 page not displayed

I'm not a big expert in Apache and I facing with a particular problem. I have 2 server where in the first I run Debian 7.9 with Apache/2.2.22, in the other one I have Debian Apache/2.4.10. In both ...
Federi's user avatar
  • 963
1 vote
1 answer
3k views

AWStats on Debian Jessie forbidden from browser / unresponsive from CLI

I asked this on Stack Overflow a day or two ago and haven't gotten any response yet. Hoping for some insight here in getting AWStats configured and running on Debian Jessie. Installed AWStats with ...
MikeiLL's user avatar
  • 247
0 votes
3 answers
3k views

Cannot run Perl code as CGI script

I am using Arch Linux with httpd web server and webpage works ok. I had to add "Reboot" button on webpage and now I want to run a Perl CGI script, reboot.cgi, which so far only contains "Hello world" ...
KernelPanic's user avatar
  • 1,246
-1 votes
2 answers
16k views

how to run perl cgi script on apache [closed]

I Successfully installed Apache web server in my local machine. My question is how to run perl cgi script on this server Actully I don't have any Idea that's why posted question here. my sample cgi ...
user3021349's user avatar
  • 16.7k
1 vote
1 answer
630 views

Why wouldn't Perl CGI script run

I'm using Apache on CentOS and am trying to run a Perl CGI script as directory index so it will run automatically as a subdomain. I added DirectoryIndex script.cgi and added a Directory stanza noting ...
mike's user avatar
  • 11
3 votes
1 answer
10k views

Apache cannot fork: cannot allocate memory

I am running apache on Fedora with mod_perl. The server forks a process to send an email frequently - and the fork exits. Suddenly, I got: Cannot fork: Cannot allocate memory. There was plenty of ...
KateYoak's user avatar
  • 735
1 vote
1 answer
858 views

How can I get mod_perl running in Arch Linux?

I've installed mod_perl, and even tried enabling it, unfortunately it seems to be preventing apache from starting. LoadModule perl_module modules/mod_perl.so here's the error. /usr/sbin/apachectl: ...
xenoterracide's user avatar