I was getting seg faults just recently and I've found that I must compile
everything with the same compiler - by everything I mean
perl + mysql + open_ssl + apache + mod_perl + mod_ssl + Embperl
compiling perl and it's modules with gcc 2.7.2.3 doesn't seem to want to
work with mysql compiled wi
why don't you place your embedded perl that you need in a directory where
the users on your website can not write and alias those scripts to appear
as if they were in the webtree .. eg inside your apache conf somewhere you
would have ..
AliasMatch ^/(.*\.epl) "/web/embperl/$1"
SetHandler
On Fri, 10 Nov 2000, Gerald Richter wrote:
> > I don't know to what extent this is causing problems, but some browsers
> > do seem to be hanging on certain pages, possibly waiting for more data
> > to be downloaded.
> >
> > Has anyone else seen this or something similar?
> >
I've also seen this