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 <[email protected]>:
> On Thu, Sep 23, 2010 at 1:52 PM, <[email protected]> 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: [email protected]
> " from the digest: [email protected]
> For additional commands, e-mail: [email protected]
>
>
---------------------------------------------------------------------
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]