https://bz.apache.org/bugzilla/show_bug.cgi?id=65158

--- Comment #42 from hp4everyth...@googlemail.com ---
Sorry for the confusion. When I followed your recommendation to simplify the
configuration as much as possible, the problem disappeared.

So I reactivated parts of the original conf-tree step by step and eventually
was able to get a very short myhttpd.conf which produces the error, which seems
to be induced by a "forgotten LogLevel debug" statement down the conf-tree (see
attached myhttpd.conf).

So the situation seems to me : 

- delete the "LogLevel debug" from myhttpd.conf => there is no problem at all
- activate the "LogLevel debug" in myhttpd.conf => problem with normal
httpd-binary, but problem compensated by running strace

I'm not sure whether this is really an "ARM-architecture"-problem, since I
don't have an apache on Intel.

Probably it's not even a problem at all, since nobody activates debug in
productive environments. But the strace-dependency seems very strange to me and
might point to some potential problem. 

I'll attach the conf- and log-files. The commands I've used in this very simple
environment:  

/usr/local/httpd/bin/httpd -X -f /usr/local/httpd/conf/myhttpd.conf -k start
strace -o strace.out /usr/local/httpd/bin/httpd -X -f 
/usr/local/httpd/conf/myhttpd.conf

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to