[users@httpd] Questions on getting Remote Address of client via Apache

2016-03-20 Thread Abernathy, Don
We are running Apache behind an F5 fronting JAVA Container (WebSphere) and the JAVA code makes an HttpServletRequest.getRemoteAddr() request to get IP. The IP I am told is the one that the CGI REMOTE_ADDR server parameter of Apache provides, but when I try to log that value to see what it is, I

Re: [users@httpd] Club two or more httpd status page in a single page

2016-03-20 Thread Kees Nuyt
On Sun, 20 Mar 2016 10:29:26 +0530, you wrote: > Hello, > > I have 4 apache servers with each having separate status page. I can see > the status page by opening 4 different web page. Now I need a solution to > open this all the status pages in a single web page. Does anyone know how > to

Re: [users@httpd] Address already in use in Apache on Mac

2016-03-20 Thread Kees Nuyt
On Sat, 19 Mar 2016 13:29:02 +0100, you wrote: > Looks like a nice idea ! To this end, I edited "Listen 80" to > "Listen 8080" in httpd.conf, but then I got a more laconic and > surprising behavior : > > $ sudo bin/apachectl -k restart > httpd not running, trying to start > $ sudo bin/apachectl

Re: [users@httpd] ProxyPass ! directive seems to have no effect

2016-03-20 Thread Matthew Broadhead
FYI server: centos-release-7-2.1511.el7.centos.2.10.x86_64 httpd: httpd-2.4.6-40.el7.centos.x86_64 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-20 Thread Luca Toscano
Hello! My understanding from the error message is that you have the wrong dynamic library loaded. Try the following command (with your http path): otool -L /usr/sbin/httpd /usr/sbin/httpd: /usr/lib/libpcre.0.dylib (compatibility version 1.0.0, current version 1.1.0) /usr/lib/libaprutil-1.0.dylib