Hello,
We have to do a project at college and I've chosen to write an apache
module which should handle xslt-transformation (server-side).
Now tutorials about apache modules are a very rare as far as I see and
although the documentation at perl.apache.org is well written I want to know
if my a
> > I tried to set PerlSetEnv/PerlPassEnv variables as described in the
guide.
> > It was difficult for me to do it properly as I did it for the first
time. I
> > even could set them incorrectly. Besides that, my mod_perl2 was
installed
> > and set up properly (it works excellently); but saying abo
Arne Skjaerholt wrote:
> Hi all,
> I'm trying to write a system that writes its own config data to
> httpd.conf using Apache2::ServerRec->add_config from
> Apache2::ServerUtil, but I'm running into some troubles with
> directives.
Posting a short code sample might be usefull to better explain
wha
Hi,
I am using HTML::Mason and use the perl handler method of configuring it. I
occasionally get this error in error log (it causes a 500):
[Fri Nov 18 20:29:12 2005] [error] Caught a SIGPIPE at /etc/mason.pl line 52
Line 52 is where I get the Apache::Request object. Here is my handler:
...
su