Tony Spencer wrote:
>
> Sat May 6 22:40:02 2000] [alert] [client 194.117.133.4]
> /var/web/cerbernet/htdocs/eg/.htaccess:
> Invalid command 'PerlSetVar', perhaps mis-spelled or defined by a module not
> included in the serve
> r configuration
>
> Have I done something wrong?
> Can I not install Apache ASP in this way with a httpd binary that has had
> modules compiled within it?
>
mod_perl is probably included with your distribution, but you
will have to activate it in the httpd.conf file. Find the
section that lists the modules, and comment in the mod_perl module.
Restart the web server, and PerlSetVar should work fine, as well
as the rest.
--Joshua