in reply to Re(6): Apache and HTML::Mason::CGIHandler, Not being called?
in thread Apache and HTML::Mason::CGIHandler, Not being called?
where foo is something like proxy, digest, usertrack etc. At the end of this list add the line:#LoadModule foo_module modules/mod_foo.so
In the section after that you'll see something like:LoadModule perl_module modules/mod_perl.so
add the following line to the end of the list:ClearModuleList ... AddModule mod_foo.c ...
Note: the capitalisation is important. You should have a working mod_perl installation after this.AddModule mod_perl.c
When your Apache server starts you should see somthing like:
I'll update my original instructions appropriately so that the next monk who wanders along with a mod_perl/win32 install problem doesn't have to go through all of your frustrations.Apache/1.3.26 (Win32) mod_perl/1.27_01-dev running...
BTW, you're welcome.
rdfield
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re:(9): Apache and HTML::Mason::CGIHandler, Not being called?
by Flame (Deacon) on Nov 01, 2002 at 20:06 UTC |