Luca,

the ApJServMount directive can be put inside <VirtualHost> directives.
so:

# This is for your main server

ApJServMount /servlets ajpv11://main.server.com:8007/zone.name

#this is for your vhost

<VirtualHost virtual.server.com>
        ApJServMount /servlets ajpv11://virtual.server.com:8007/zone.name
        ApJServMount /appl     ajpv11://virtual.server.com:8007/zone2.name
</VirtualHost>

Luca Domenella wrote:
> 
> Hi,
> 
>   10x for the tip... but how can i specify to jserv to which virtualserver
>   bind ??? i have to modify httpd.conf of jserv.conf ???
> 
>   better... how to tell to the ZONE to which virtual server bind !
> 
>   TIA,
> Luca Domenella
> 
> *---------------------------------------------------------------*--------*
> | Luca Domenella                       Email: [EMAIL PROTECTED] | even   |
> | Responsabile RETI (Network Manager) Office: +39 735 782021    | little |
> | Satori Network Solutions snc           Fax: +39 735 787042    | get    |
> | http: // www.satorins.com           Mobile: +39 347 3220989   | Mads   |
> *---------------------------------------------------------------*--------*
> 
> On Wed, 17 Mar 1999, [iso-8859-1] Rogério Meneguelli Gatto wrote:
> 
> > Luca,
> >
> > change your httpd.conf as this:
> >
> >   ApJServMountCopy off
> >
> > If it's set on, mount points will be "global".
> >
> > []'s
> > Rogério Gatto
> >
> >
> > ----------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Archives and Other:  <http://www.working-dogs.com/>
> > Problems?:           [EMAIL PROTECTED]
> >
> 
> ----------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://www.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]


----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to