mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2026-02-04 07:40:48 +00:00
first Pivivlion config and scripts
This commit is contained in:
parent
e046535f8c
commit
1599a2b753
61 changed files with 7014 additions and 0 deletions
14
etc/lighttpd/conf-available/91-phpexecdenial.conf
Normal file
14
etc/lighttpd/conf-available/91-phpexecdenial.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# disable php exec #
|
||||
$HTTP["url"] =~ "^/ul/upload0911/uploads" {
|
||||
fastcgi.server = ()
|
||||
}
|
||||
|
||||
# disable php excec 2#
|
||||
$HTTP["url"] =~ "^/ul/sfpg/images" {
|
||||
fastcgi.server = ()
|
||||
}
|
||||
|
||||
# disable url post
|
||||
#$HTTP["request-method"] =~ "^(PUT|POST|HEAD|PATCH|DELETE)$" {
|
||||
# url.access-deny = ("")
|
||||
#}
|
||||
Loading…
Add table
Add a link
Reference in a new issue