in reply to Re: mod_perl- am I safe?
in thread mod_perl- am I safe?
Thanks! My next step was to set up the virtual server, copy the database, and use ab (apache benchmark) to slam the server with requests and see what happens. Not very elegant, I suppose, but it should work well enough for testing.
I just wanted to know beforehand if I might be free and clear with mod_perl. I am using Apache::Registry as my mod_perl handler.
Here's the appropriate code from httpd.conf. I assume "UseStrict 1" helps protect variables? Sorry for what are probably basic questions, I'm figuring this stuff out gradually.
<Location /perl-bin> PerlSendHeader On SetHandler perl-script PerlHandler Apache::Registry PerlSetVar UseStrict 1 Options +ExecCGI </Location>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: mod_perl- am I safe?
by Masem (Monsignor) on Mar 23, 2001 at 20:35 UTC |