Hi Neil,
> > I am trying out Embperl 2.0 again. It appears (at first glance) to
> > work with most of existing code, but it will take quite a lot more
> > testing before I commit it to my production box. The big problem so
> > far is the startup.pl file. I preload all the html and epl files to
Hi,
Looks like something is broken with your Perl installation, especially the
xsubpp Preprocessor.
Anyway Embperl 1.3.6 does not really support Perl 5.8.5, so if possible use
Embperl 2.0 (you can still use Apache 1.3 and mod_perl 1.x)
I send a copy to the Embperl Mailinglist (where a better pla
Gerald Richter wrote:
Is mod_perl staticly compiled into Apache or loaded as module?
I think I am building it statically into Apache. I wrote a script to help
automate the process:
#!/bin/sh
# First time:
# 1. Unpack mod_security-1.x.x.tar.gz into /usr/src
# 2. Rename dir as mod_security
#