Re: [users@httpd] Help: Vhost default whit other IP.

2018-02-03 Thread Frank Gingras
First step to troubleshoot vhosts is to run the apachectl -S command. It'll expose your current vhost configuration. For name-based vhosts, you always want to specify the port, and avoid IP:PORT unless you know exactly what you're doing. When in doubt, define all vhosts as *:PORT, and make sure th

[users@httpd] Help: Vhost default whit other IP.

2018-02-03 Thread Rodrigo Cunha
Hi, i've http(apache2) in debinan 8 and my setup a second vhost( www.hostB.com) with ip: 192.168.1.51:8000 but my default host in apache is www.hostA.com. My apache with received request from browser in 192.168.1.51:8000, redirect my request for www.hostA.com I need help []'s -- Atenciosamente, R

[users@httpd] Retry connection to reverse proxy backend

2018-02-03 Thread Yves Goergen
Hello, I've configured Apache as a reverse proxy for my application server. When the backend server isn't available, Apache quickly responds the browser with an error 503. There are short downtimes while I'm upgrading the application server. But Apache doesn't even care to retry and make the