logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: PCRE Mismatch Warning: Should I be concerned?
Author
MonteVista23



Joined: 25 Mar 2014
Posts: 2
Location: USA, Los Angeles

PostPosted: Wed 26 Mar '14 0:28    Post subject: PCRE Mismatch Warning: Should I be concerned? Reply with quote

I am running Apache on a Windows server and it is up and running.
I downloaded and installed: Apache 2.4.9 Win32 [Apache VC11 Binary] httpd-2.4.9-win32-VC11.zip and included ModSecurity from download: modules-2.4-win32-VC11.zip
The version of ModSecurity is mod_security-2.7.7 . It is up and running, but I get a warning: ModSecurity: Loaded PCRE do not match with compiled!
Here's the difference in the PCRE from the logs: PCRE compiled version="8.33 "; loaded version="8.34 2013-12-15"
The compiled version does not match the loaded version. Is this something I should be concerned about and try to find compiled versions that match?

Thanks for any insight.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 692

PostPosted: Wed 26 Mar '14 0:41    Post subject: Reply with quote

No worry, all works as it should. There are no API changes and you have advantage that eventually bug fixes in pcre are solved.

I build the next version of mod_security against the newer pcre.
Back to top
MonteVista23



Joined: 25 Mar 2014
Posts: 2
Location: USA, Los Angeles

PostPosted: Wed 26 Mar '14 0:45    Post subject: Reply with quote

Thank you!
Back to top


Reply to topic   Topic: PCRE Mismatch Warning: Should I be concerned? View previous topic :: View next topic
Post new topic   Forum Index -> Apache