htaccess files

2003-05-30 Thread John Michael
Is it possible to configure an htaccess file to call a script using apache registry and use it in the PerlAccessHandler. I have written one pretty large perl script in mod-perl using the apache registry to serve out picture gallery pages. I would like to do some validation of my own on a

Re: htaccess files

2003-05-30 Thread Stas Bekman
John Michael wrote: Is it possible to configure an htaccess file to call a script using apache registry and use it in the PerlAccessHandler. I have written one pretty large perl script in mod-perl using the apache registry to serve out picture gallery pages. I would like to do some validation

htaccess files and modules

2001-02-20 Thread Robert Landrum
the configuration for every directory. My goal is to place the configuration information into the .htaccess files within said directories. However, when I do this, I get the following error: /www/test/.htaccess: RefBlockMimeTypes not allowed here I'm not 100% sure how Apache::ModuleConfig works

RE: htaccess files and modules

2001-02-20 Thread Geoffrey Young
Apache::RefererBlock is forbidding all of its configuration directive from being in .htaccess files with this: req_override = 'RSRC_CONF' take a look at Makefile.PL to see it. you will want to change this to something that enables you to call it from .htaccess files, like ACCESS_CONF. Keep

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

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