mount nfsd on /proc/fs/nfsd
[openwrt/svn-archive/archive.git] / net / apache / patches / 005-httpd_conf.patch
1 --- a/docs/conf/httpd.conf.in
2 +++ b/docs/conf/httpd.conf.in
3 @@ -51,7 +51,6 @@ Listen @@Port@@
4 # Example:
5 # LoadModule foo_module modules/mod_foo.so
6 #
7 -@@LoadModule@@
8
9 <IfModule !mpm_netware_module>
10 <IfModule !mpm_winnt_module>
11 @@ -63,8 +62,8 @@ Listen @@Port@@
12 # It is usually good practice to create a dedicated user and group for
13 # running httpd, as with most system services.
14 #
15 -User daemon
16 -Group daemon
17 +User nobody
18 +Group nogroup
19
20 </IfModule>
21 </IfModule>
22 @@ -191,7 +190,7 @@ ErrorLog "@rel_logfiledir@/error_log"
23 # Possible values include: debug, info, notice, warn, error, crit,
24 # alert, emerg.
25 #
26 -LogLevel warn
27 +LogLevel debug
28
29 <IfModule log_config_module>
30 #
31 @@ -336,7 +335,7 @@ DefaultType text/plain
32 # contents of the file itself to determine its type. The MIMEMagicFile
33 # directive tells the module where the hint definitions are located.
34 #
35 -#MIMEMagicFile @rel_sysconfdir@/magic
36 +MIMEMagicFile @rel_sysconfdir@/magic
37
38 #
39 # Customizable error responses come in three flavors:
40 @@ -358,7 +357,7 @@ DefaultType text/plain
41 # broken on your system.
42 #
43 #EnableMMAP off
44 -#EnableSendfile off
45 +EnableSendfile off
46
47 # Supplemental configuration
48 #
49 @@ -404,7 +403,7 @@ DefaultType text/plain
50 # starting without SSL on platforms with no /dev/random equivalent
51 # but a statically compiled-in mod_ssl.
52 #
53 -<IfModule ssl_module>
54 -SSLRandomSeed startup builtin
55 -SSLRandomSeed connect builtin
56 -</IfModule>
57 +#<IfModule ssl_module>
58 +#SSLRandomSeed startup builtin
59 +#SSLRandomSeed connect builtin
60 +#</IfModule>