kys3
This commit is contained in:
@@ -55,6 +55,10 @@ if [[ ! -f "$jspath/package.json" ]]; then
|
||||
sudo chown -R $USER:$USER "$jspath"
|
||||
fi
|
||||
|
||||
sudo systemctl stop httpd
|
||||
|
||||
# correr juice shop via npm
|
||||
cd "$jspath"
|
||||
npm start
|
||||
npm start &
|
||||
|
||||
httpd -X
|
||||
@@ -7,8 +7,6 @@ Group apache
|
||||
|
||||
Include conf.modules.d/*.conf
|
||||
Include conf/modsecurity.conf
|
||||
# IncludeOptional modsecurity.d/*.conf
|
||||
# IncludeOptional modsecurity.d/activated_rules/*.conf
|
||||
|
||||
<Directory />
|
||||
AllowOverride none
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
SecRuleEngine Off
|
||||
SecRuleEngine On
|
||||
SecRequestBodyAccess On
|
||||
SecResponseBodyAccess Off
|
||||
#SecDebugLog /var/log/modsecurity/debug.log
|
||||
|
||||
Reference in New Issue
Block a user