Lines 1-22
Link Here
|
1 |
--- cfg/3proxy.cfg.sample.orig Mon May 30 11:16:19 2005 |
1 |
--- cfg/3proxy.cfg.sample.orig 2015-02-18 13:18:10.602433754 +0300 |
2 |
+++ cfg/3proxy.cfg.sample Mon May 30 11:17:18 2005 |
2 |
+++ cfg/3proxy.cfg.sample 2015-02-18 13:19:50.319430619 +0300 |
3 |
@@ -30,15 +30,15 @@ |
3 |
@@ -30,15 +30,15 @@ |
4 |
# this example shows you how to include passwd file. For included files |
4 |
# this example shows you how to include passwd file. For included files |
5 |
# <CR> and <LF> are treated as field separators. |
5 |
# <CR> and <LF> are treated as field separators. |
6 |
|
6 |
|
7 |
-#daemon |
7 |
-#daemon |
8 |
+daemon |
8 |
+daemon |
9 |
# now we will not depend on any console (daemonize). daemon must be given |
9 |
# now we will not depend on any console (daemonize). daemon must be given |
10 |
# before any significant command on *nix. |
10 |
# before any significant command on *nix. |
11 |
|
11 |
|
12 |
-service |
12 |
-service |
13 |
+#service |
13 |
+#service |
14 |
# service is required under NT if you want 3proxy to start as service |
14 |
# service is required under NT if you want 3proxy to start as service |
15 |
|
15 |
|
16 |
-#log /usr/local/etc/3proxy/logs/3proxy.log D |
16 |
-#log /usr/local/etc/3proxy/logs/3proxy.log D |
17 |
-log c:\3proxy\logs\3proxy.log D |
17 |
-log c:\3proxy\logs\3proxy.log D |
18 |
+log /var/log/3proxy.log D |
18 |
+log /var/log/3proxy.log D |
19 |
+#log c:\3proxy\logs\3proxy.log D |
19 |
+#log c:\3proxy\logs\3proxy.log D |
20 |
# log allows to specify log file location and rotation, D means logfile |
20 |
# log allows to specify log file location and rotation, D means logfile |
21 |
# is created daily |
21 |
# is created daily |
22 |
|
22 |
|