Yes , here it is : <VirtualHost *:80> DocumentRoot /srv/www/htdocs/share ServerName www.example/share/ ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://internal-ip-server </VirtualHost> 2010/9/23 Eric Covener <covener@xxxxxxxxx>: > On Thu, Sep 23, 2010 at 1:52 PM, <augustocasagrande@xxxxxxxxx> wrote: >> I've added NameVirtualHost *:80 to the listen.conf file. > >> But still it is not working. Same as before , only shows my "share" >> directory. > > > Did you add a VirtualHost with *:80 and put your proxy directives in it? > > --------------------------------------------------------------------- > 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: users-unsubscribe@xxxxxxxxxxxxxxxx > " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > > --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
![]() |