Joao Assad wrote:Heya,
>
> ####### httpd.conf #######
> <IfModule mod_jserv.so>
> ApJServSecretKey "/usr/local/etc/apache/jserv.secret.key"
>
> Include /usr/local/etc/apache/jserv.conf
> ApJServMount /example /example
> </IfModule>Hi,
I noticed in your previous post that you have used "AddModule
mod_jserv.c" and then later you use "<IFModule mod_jserv.so>". Shouldn't
you use "<IFModule mod_jserv.c>" or is this just a typo in your email?
Im not sure, but right now when I comment out the AddModule and
LoadModule lines the tag
<IfModule mod_jserv.so> works perfectly.
-- João Assad