Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Eric Covener
On Thu, Nov 10, 2016 at 6:21 PM, Lou DeGenaro wrote: > On Thu, Nov 10, 2016 at 7:05 AM, Daniel wrote: >> >> when you visit localhost/degenaro.com it will be delivered to >> (/etc/apache2/sites-enabled/000-default.conf:1) >> >> if you want to be delivered to >> (/etc/apache2/sites-enabled/degenar

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
Why? I see: port 80 namevhost degenaro.com (/etc/apache2/sites-enabled/ degenaro.com.conf:1) On Thu, Nov 10, 2016 at 7:05 AM, Daniel wrote: > when you visit localhost/degenaro.com it will be delivered to > (/etc/apache2/sites-enabled/000-default.conf:1) > > if you want to be delivered to > (/e

[users@httpd] Health Check is not working, always shows a node up.

2016-11-10 Thread Vladimir L
I am testing with 3backend nodes, 1st returns 404, the third is not responding at all, but Apache seems never tries to send a health check there. All nodes are shown Init OK in Balancer Manager all the time. Apache 2.4.23 RHEL ProxyHCExpr ok234 {%{REQUEST_STATUS} =~ /^[23]/} ProxyHCTemplate acut h

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Daniel
when you visit localhost/degenaro.com it will be delivered to (/etc/apache2/sites-enabled/000-default.conf:1) if you want to be delivered to (/etc/apache2/sites-enabled/degenaro.com.conf:1) you must request using the appropiate name. 2016-11-10 11:38 GMT+01:00 Lou DeGenaro : > root@HAL9000:/etc/

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
root@HAL9000:/etc/apache2/sites-enabled# apachectl -S VirtualHost configuration: *:80 is a NameVirtualHost default server 192.168.1.80 (/etc/apache2/sites-enabled/000-default.conf:1) port 80 namevhost 192.168.1.80 (/etc/apache2/sites-enabled/000-default.conf:1)

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
It is enabled. See immediately preceding reply. On Wed, Nov 9, 2016 at 7:03 PM, Yehuda Katz wrote: > I hit send too fast. > > Also, Ubuntu/Debian by default load config from /etc/apache2/sites-enabled. > You can use a2ensite or just create a symlink from sites-available. > > - Y > > On Wed, Nov

Re: [users@httpd] ProxyPass not working?

2016-11-10 Thread Lou DeGenaro
I did have a typo...how embarrassing. But fixing it, restarting apache did not help. root@HAL9000:/etc/apache2/sites-enabled# cat degenaro.com.conf ProxyRequests off ProxyPreserveHost on ServerName degenaro.com ServerAdmin lou@localhost ProxyPass /degenaro.com ajp://localhos