-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# VMod ModSecurity | ||
|
||
This Vmod allows you to interface modsecurity with varnish | ||
|
||
## How to Install | ||
Requires: libmodsecurity3, rules | ||
|
||
`./bootstrap; make; sudo make install` | ||
|
||
To get more doc, man vmod_sec, or check the vcl in vcl/example.vcl | ||
|
||
# See Also | ||
|
||
https://varnish-cache.org/ | ||
|
||
https://github.com/varnishcache/varnish-cache | ||
|
||
https://modsecurity.org/ | ||
|
||
https://github.com/SpiderLabs/ModSecurity/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,16 +7,16 @@ | |
Name: @PACKAGE@ | ||
Version: @PACKAGE_VERSION@ | ||
Release: 1%{?dist} | ||
Summary: XXX: put your summary here | ||
Summary: ModSecurity : This is a ModSecurity binding for varnish | ||
|
||
License: XXX: put your license here | ||
URL: XXX://put.your/url/here | ||
License: BSD-3-Clause: https://opensource.org/licenses/BSD-3-Clause | ||
URL: https://github.com/xdecock/vmod-modsecurity | ||
Source: %{name}-%{version}.tar.gz | ||
|
||
BuildRequires: pkgconfig(varnishapi) >= 6.0.0 | ||
|
||
%description | ||
XXX: put your long description here | ||
ModSecurity: Provides way to configure and interface with modsecurity | ||
|
||
%prep | ||
%setup -q | ||
|
@@ -37,5 +37,5 @@ rm -f %{buildroot}%{vmoddir}/*.la | |
%{vmoddir}/libvmod_sec.so | ||
|
||
%changelog | ||
* Sat Jun 29 2019 XXX: author <your@email> - 0.1 | ||
- Initial spec | ||
* Sat Jun 29 2019 : Xavier De Cock <[email protected]> - 0.9 | ||
- Initial Version of the package, Body handling is still a poc and should be reimplement as VFP/VDP. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.