Re: Fwd: Re: Re: Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread J. Greenlees
augustocasagra...@gmail.com wrote: Done , but still the same. host2:~ # w3m www.example.com/share/ Index of /share Icon Name Last modified Size Description[DIR] Parent Directory - Apache/2.2.0 (Linux/SUSE) Server at www.example.com Port 8 What Eric was saying is ServerName is the domain part

Fwd: Re: Re: Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread augustocasagrande
Done , but still the same. host2:~ # w3m www.example.com/share/ Index of /share Icon Name Last modified Size Description[DIR] Parent Directory - Apache/2.2.0 (Linux/SUSE) Server at www.example.com Port 80 El , Eric Covener cove...@gmail.com> escribió: > On Thu, Sep 23, 2010 at 8:23 PM wrot

Re: Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 8:23 PM, wrote: >> ServerName is just a domain name. > It's actually www.example.com/share/ The path at the end is the problem. It should just be www.example.com. - The official User-To-User support foru

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 8:10 PM, Augusto Casagrande wrote: > Yes , here it is : > > > DocumentRoot /srv/www/htdocs/share > ServerName www.example/share/ ServerName is just a domain name. - The official User-To-User support foru

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Augusto Casagrande
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

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
On Thu, Sep 23, 2010 at 1:52 PM, 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? --

Re: Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread augustocasagrande
I've added NameVirtualHost *:80 to the listen.conf file. But still it is not working. Same as before , only shows my "share" directory. Thanks! El 23/09/2010 07:41, Eric Covener escribió: > > > The VirtualHost you added would only be selected when the more specific matches (p

Re: [us...@httpd] Redirect public server to internal server

2010-09-23 Thread Eric Covener
> > > The VirtualHost you added would only be selected when the more specific matches (port 80, port 443) were not applicable. You should make sure you have one NameVirtualHost *:80 and just add a second with the proper ServerName. -- Eric Covener cove...@gmail.com ---

[us...@httpd] Redirect public server to internal server

2010-09-22 Thread Augusto Casagrande
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