On Sat, 28 Oct 2000, Fred Lovine wrote:
> Hi,
>
> Though I'm no Apache pro (yet) it seems that there is a problem with the
> mod_perl for Win32 ActiveState Perl. I'm using Apache 1.3.14 and am getting
> server errors when running the sample code for Apache::ASP.
>
> The problem seems to be when a .htaccess file is involved. When the settings
> in .htaccess are moved to httpd.conf, the problem goes away. (And I have
> "AllowOverride All" for the given directory.)
>
> This problem should be easy for anyone to duplicate, just try running the
> Apache::ASP examples. Also, I did some tracing to verify my config and the
> Apache::ASP handler is being called, but the request object is not quite
> right.
>
> I am also running Windows 2000 Server, if that matters.
>
> Anyway, thanks for all the hard work every one has done on apache and perl.
> Both are excellent products.
>
> Fred Lovine
> [EMAIL PROTECTED]
>
Hi,
What sort of errors are you getting? And with what script(s)?
I just tried the site/eg scripts in Apache-ASP-2.03 with the
ActivePerl ppm package (on apache_1.3.14), and they all seemed to
work. My httpd.conf has the entries
<Directory "/Apache/htdocs/asp">
AllowOverride All
Option None
</Directory>
with the default .htaccess file included in site/eg placed
in /Apache/htdocs/asp.
best regards,
randy kobes