I'm trying to bring up a server with mod_perl configuration original
created for an Apache 2.0 server but on an Apache 1.3 server.  The
problem is that "PerlSwitches" isn't available on the mod_perl running
on the 1.3 server.  How can I get this library path included on a 1.3
server?



PerlSwitches -I /var/www/foo/bar/lib 
PerlModule  BAR
    
<Location /bar>
     SetHandler          modperl
     PerlResponseHandler BAR
</Location>

Thanks in advance,
Tony

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to