Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having all the configurations set in the Apache fashion. #26

Open
zimmerle opened this issue Nov 27, 2017 · 2 comments
Open

Having all the configurations set in the Apache fashion. #26

zimmerle opened this issue Nov 27, 2017 · 2 comments
Assignees
Milestone

Comments

@zimmerle
Copy link
Contributor

The Apache configuration directives are available in v2 here:
https://github.com/SpiderLabs/ModSecurity/blob/v2/master/apache2/apache2_config.c#L3180-L3923

This functionality have to be mimic-ed into something related on version 3. In case of an error, the error message could differ a little bit but to logic should prevail. Run time errors should be treated in run time. Startup error should be handled into startup phase.

A feature that is not supported in v3 any longer, should generate a warning but it should not block the web server startup.

A special note on memory consumption. Memory consumption to load the configurations was proved to be a critical point in may use case. Therefore it should be treated with special attention.

@zimmerle zimmerle added this to the v2 conf style milestone Nov 27, 2017
@zimmerle zimmerle self-assigned this Nov 27, 2017
@misilot
Copy link

misilot commented Jan 11, 2019

Hi, I was wondering if there was any progress on having documentation for Apache and ModSecurity 3?

Thanks!

@victorhora
Copy link
Collaborator

Hi @misilot

We added some updates to documentation as of: 7a8c78f

If you have any comments or suggestions regarding documentation, please add them at #53 or some other related issue.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants