ExtFilterDefine persistency
am 20.05.2010 00:36:32 von davidThis is a multi-part message in MIME format.
------=_NextPart_000_017D_01CAF782.342F1370
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
If I haven't sent this to the correct place please inform me.
I've look through the assorted documentation, both mod_perl and Apache, =
and haven't found a solution to my situation. I've also given the =
internet a try with no luck. I admit I'm new to mod_perl.
I've installed mod_perl onto an Apache server, version 2.2.15, Windows =
XP, and have it running. I'm running Perl 5.8.8
I've inserted the following line into my httpd.conf file:
ExtFilterDefine IpCount mode=3Dinput cmd=3D"C:/perl/bin/perl.exe =
C:/Apache22/cgi-bin/ip_count.pl".
The file ip_count.pl will execute just fine but because I have to load =
the Perl interpreter each time, and I can't specify a URL, the =
performance is less than desired. No persistency.
Is there a way to have mod_perl handle its execution by specifying =
something other than "C:/perl/bin/perl.exe"?
Thank You
------=_NextPart_000_017D_01CAF782.342F1370
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
charset=3Diso-8859-1">
place please=20
inform me.
documentation, both mod_perl and Apache, and haven't found a =
solution to my=20
situation. I've also given the internet a try with no luck. I admit I'm =
new to=20
mod_perl.
Apache server,=20
version 2.2.15, Windows XP, and have it running. I'm running Perl=20
5.8.8
my httpd.conf=20
file:
cmd=3D"C:/perl/bin/perl.exe =
C:/Apache22/cgi-bin/ip_count.pl".
fine but because I have to load the Perl interpreter each time, and =
I can't=20
specify a URL, the performance is less than desired. No=20
persistency.
mod_perl handle=20
its execution by specifying something other than=20
"C:/perl/bin/perl.exe"?
You
------=_NextPart_000_017D_01CAF782.342F1370--