RE: Use of .htaccess files

2000-11-20 Thread Chris Strom

You will need to use StatINC.  mod_perl does not re-read modules that it has
already loaded.

-Original Message-
From: Kevin Beckford [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 17, 2000 11:06 PM
To: [EMAIL PROTECTED]
Subject: Use of .htaccess files


Hello all,  
I'm a newbie to mod_perl, and I have a question. We have mod_perl on
our 
server, but it is a standard out of the box install (Only PerlHandler is 
enabled.) Now, I'd like to use .htaccess files to test some stuff out 
(no dev server either) and I don't want to be constantly restarting the 
server. Am I correct in thinking that since .htaccess files are read by 
the server every request, I do not need to use techniques like 
Apache::StatINC to ensure that the libs get read every request. What 
Perl directives can I not put in .htaccess? I plan on testing this stuff 
in a directory, and if it works, moving it into the main server.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Use of .htaccess files

2000-11-17 Thread Kevin Beckford

Hello all,  
I'm a newbie to mod_perl, and I have a question. We have mod_perl on our 
server, but it is a standard out of the box install (Only PerlHandler is 
enabled.) Now, I'd like to use .htaccess files to test some stuff out 
(no dev server either) and I don't want to be constantly restarting the 
server. Am I correct in thinking that since .htaccess files are read by 
the server every request, I do not need to use techniques like 
Apache::StatINC to ensure that the libs get read every request. What 
Perl directives can I not put in .htaccess? I plan on testing this stuff 
in a directory, and if it works, moving it into the main server.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]