Mark James wrote:
Stas Bekman wrote:
Mark James wrote:
1. In http://perl.apache.org/docs/1.0/guide/getwet.html , use of x.x.x
for both the Apache and mod_perl version numbers made me think that
the version numbers had to be matched. Maybe y.y.y should be used
for one.
Please get used
Stas Bekman wrote:
Mark James wrote:
1. In http://perl.apache.org/docs/1.0/guide/getwet.html , use of x.x.x
for both the Apache and mod_perl version numbers made me think that
the version numbers had to be matched. Maybe y.y.y should be used
for one.
Please get used to x.x.x meaning any
Perrin Harkins wrote:
You should be able to do the SetHandler inside a Files directive just
like you did with ForceType. Have you tried that?
Thanks Perrin, that worked. I didn't think SetHandler directives
were allowed in Files sections, because it's not listed in the SetHandler
docs (http://htt
Mark James wrote:
Hello All,
Took me a day, but I think I've finally been able to move my
scripts from plain cgi perl to mod_perl2. The extensive documention
on perl.apache.org was invaluable, though I have some comments below.
One question: Prior to using mod_perl I was able to have
unsuffixed s
On Wed, 2003-02-26 at 23:16, Mark James wrote:
> One question: Prior to using mod_perl I was able to have
> unsuffixed scripts and .html files residing together in the
> server root directory by using Apache's "Files" directive to
> force the scripts to be executed: e.g.
>
>
> F