Yes , here it is :
DocumentRoot /srv/www/htdocs/share
ServerName www.example/share/
ProxyRequests Off
Order deny,allow
Allow from all
ProxyPass / http://internal-ip-server
2010/9/23 Eric Covener :
> On Thu, Sep 23, 2010 at 1:52 PM, wrote:
>> I've added NameVirtualHost *:80 to
Hi,
I have a very common problem.
I'm running one Apache 2.2.0 server on the Dmz. I have another Apache
server on the Lan.
I need to have my Lan Apache accesible on internet.
My vhosts configuration on the Dmz Apache is :
DocumentRoot /srv/www/htdocs/
ServerName host2.example.com
allow from all