Hello All,
I added mod_proxy support on my existing Apache2 installation using 'apxs'.
This is what i did:
prompt> apxs -c -i mod_proxy.c
Then I loaded the module in my httpd.conf.
When I restart Apache i get following error:
Syntax error on line 235 of /home/apache2/httpd/prefork/conf/httpd.
Hello,
How do I configure the module order inside Apache. I have a mod_perl
module and also a mod_jserv module. I want the mod_prl module to run
before mod_jserv.
Any help would be appreciated.
Thanks
Sumit
-
The official User-
Hello all,
I am using Apache 1.3, Mod_perl 1 on HP-UX. I have Apache jserv as the
interface to jsp/servlets.
Is anyone aware of how to setup request cascading within Apache (not
necessarily MOD_PERL).
I have a file filter setup as
SetHandler perl-script
PerlHan