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
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
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
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 implemen
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 g