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