After moving my mod_perl site from Linux hosting to FreeBSD, I have this error in the logfile: Your vendor has no开发者_如何转开发t defined POSIX macro SIGRTMIN, used at ../../lib/POSIX.pm (autospl
I have the following in a script that runs under mod_perl Logger::log(\"\\$1 = \'$1\'\"); Logger::log(\"\\$ 1 = \'$1\'\");
I\'ve got this project running under mod_perl shows some information on a host. On this page is a text box with a dropdown that allows users to ping/nslookup/traceroute the host. The output is shown i
I\'m having issues with getting DBI\'s IBM DB2 driver to work with mod_perl. My test script is: #!/usr/bin/perl
Can I run my mod_perl aplication as an ordinary user similar to running a plain vanilla CGI a开发者_开发问答pplication under suexec?From the source:
I have an Apache2/mod_perl2 system up and running. I\'m using GD to create an image on the fly, and I\'m then printing it like this:
I want to learn DOCUMENT_ROOT in startup.pl, but the best I can do is to learn server_root: use Apach开发者_StackOverflowe2::ServerUtil ();
I\'m trying to use a Perl module from CPAN (AuthCookieDBI.pm to be specific) in a shared hosting environment.
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
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 $http_code;