On Fri, Sep 16, 2016 at 1:20 AM, megha chauhan <megha...@gmail.com> wrote:
> The same code is working for apache 2.2.

Did you compile this code properly against 2.4 headers? ap_log_error
is a macro in 2.4.  Your binary should only show ap_log_error_ as
undefined with nm otherwise something is fishy.

Also "r" is a very confusing variable name for a server_rec.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to