Handler is preventing redirects on missing trailing / ?

2000-10-11 Thread Clayton Mitchell
I installed a handler as such: httpsd.conf: - PerlModule Tofu::Tofuhandler Location /userfiles SetHandler perl-script PerlHandler Tofu::Tofuhandler /Location Location / AddHandler perl-script *.html PerlHandler Tofu::Tofuhandler /Location I then noticed that URI's of

Where's the filehandle in a PerlHandler module?

2000-09-27 Thread Clayton Mitchell
Sorry to ask such a newbie question, but I can't figure this out. In a handler I want to process all requests and parse the document requested and spit it out after marking it up. I have put in place this code, but I don't see how to access the actual requested document. I'm hoping there's

Apache.pm failed to load

2000-08-21 Thread Clayton Mitchell
I think I followed the directions, and I also added "PerlModule Apache" in httpd.conf, but I still get the error "Apache.pm failed to load!." when trying to start httpsd. I am on Sol 2.7, gcc 2.8.1 apache-1.3.12 and openssl_0.9.5 and mod_perl-1.24. I have performed the steps outlined in this