Skip to content

Commit a77fa75

Browse files
author
max.leiwig
committed
Jetzt nginx umgeschrieben und fuzzbar gemacht
1 parent 393fe7c commit a77fa75

File tree

658 files changed

+260198
-2776
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

658 files changed

+260198
-2776
lines changed

Makefile

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
default: build
3+
4+
clean:
5+
rm -rf Makefile objs
6+
7+
.PHONY: default clean
8+
9+
build:
10+
$(MAKE) -f objs/Makefile
11+
12+
install:
13+
$(MAKE) -f objs/Makefile install
14+
15+
modules:
16+
$(MAKE) -f objs/Makefile modules
17+
18+
upgrade:
19+
./sbin/nginx -t
20+
21+
kill -USR2 `cat ./logs/nginx.pid`
22+
sleep 1
23+
test -f ./logs/nginx.pid.oldbin
24+
25+
kill -QUIT `cat ./logs/nginx.pid.oldbin`
26+
27+
.PHONY: build install modules upgrade
-1.36 KB
Binary file not shown.
-853 Bytes
Binary file not shown.
-2.33 KB
Binary file not shown.
-2.61 KB
Binary file not shown.
-613 Bytes
Binary file not shown.
-686 Bytes
Binary file not shown.
-40.6 KB
Binary file not shown.
-3.28 KB
Binary file not shown.
-16.4 KB
Binary file not shown.
-2.24 KB
Binary file not shown.
-53.5 KB
Binary file not shown.
-49.5 KB
Binary file not shown.
-675 KB
Binary file not shown.
-31 Bytes
Binary file not shown.
-1.43 KB
Binary file not shown.
-55.3 KB
Binary file not shown.
-947 Bytes
Binary file not shown.
-66.7 KB
Binary file not shown.
-9.74 KB
Binary file not shown.
-1.45 KB
Binary file not shown.
-63 Bytes
Binary file not shown.
-2.84 KB
Binary file not shown.
-52 Bytes
Binary file not shown.
-2.85 KB
Binary file not shown.

MemoryDump/6770638cf9c6ae08df859911f051a45b.bin

-2
This file was deleted.
-839 Bytes
Binary file not shown.
-17.3 KB
Binary file not shown.
-435 Bytes
Binary file not shown.
-3.32 KB
Binary file not shown.
-705 Bytes
Binary file not shown.
-1.47 KB
Binary file not shown.
-31.8 KB
Binary file not shown.
-225 Bytes
Binary file not shown.

MemoryDump/8984042c0d3bb4ba0f37df86cb006e97.bin

-2
This file was deleted.
-6.68 KB
Binary file not shown.
-1.29 KB
Binary file not shown.
-1.31 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)