Hi,
I am using a 3rd party compiled apache module that implements a
response handler, but DECLINES all the other handlers with no
processing.
I want to do authentication in mod_perl before calling the handler,
based on some custom HTTP headers sent by the client. I understand
that mod_perl lets
On Sat, 27 Nov 2004, Torsten Foertsch wrote:
$r->the_request() is read only and returns the request line.
Perfect. Thank you very much.
--
Digital photo printing:
http://www.fotoserve.com/?affiliate_id=1093871459
--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.or
On Saturday 27 November 2004 17:53, [EMAIL PROTECTED] wrote:
> Using MP1 and I have a really small niggling problem that I can't seem to
> find the answer for. We've written our own content handler. There are
> several rewrite rules in the format of the following example in the apache
> config:
>
>
Hi,
Using MP1 and I have a really small niggling problem that I can't seem to
find the answer for. We've written our own content handler. There are
several rewrite rules in the format of the following example in the apache
config:
RewriteRule ^/page_(.+).html$ /page.pl?page_id=$1 [passthrough]
Hi !
I am using Apache/1.3.33 and Mod-Perl 1.29. I have following httpd.conf file.
ServerRoot "/home/pvnaik/lab/mp1"
Timeout 300
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 15
DocumentRoot "/home/pvnaik/lab/mp1/htdocs"
ErrorLog logs/error_log
Port 50505
*0 = "MyApache::Parent";