Re: [users@httpd] find IP and PORT in use by Apache

2016-06-22 Thread Mahmood N
OK. I found what was the problem. The default httpd.conf only specifies the "Listen" option for port number 80. That means, all interfaces with :80. While I was testing the web server, I commented the "Listen 80". So, uncommenting that line again, resolved the problem. Now, the compute node can

RE: [users@httpd] Issues migrating Weblogic proxies from Sun One 6.1 to Apache 2.4

2016-06-22 Thread Joe Muller
We did some testing hitting the Apache proxy server directly, bypassing the Load Balancer URL and Firewall and we are still seeing errors. There is still a firewall between the client browser and proxy server though. Not sure how we can eliminate that as a possible cause unless we actually g

[users@httpd] Redirect apache proxy 404 request to specific page

2016-06-22 Thread Manish Rangari
Hello Guys, down votefavorite I am trying to specify a page for 404 request but it is not working. Here apache is acting as a reverse proxy which forwards the request to tomcat. I am not using an

Re: [users@httpd] find IP and PORT in use by Apache

2016-06-22 Thread Richard
> Date: Tuesday, June 21, 2016 22:20:20 + > From: Mahmood N > > The folder permission is root:root with 755. > Regarding the symlink option in httpd.conf, I see >     Options FollowSymLinks >     AllowOverride None > > > I looked at the logs, but didn't find any useful error! to follow. >