make log filename similiar to suexec
This commit is contained in:
parent
96ac12b1e8
commit
4459d0cb4a
@ -1,5 +1,5 @@
|
||||
--- patch-1.5.1-1.3.17.orig Tue Feb 20 18:42:01 2001
|
||||
+++ patch-1.5.1-1.3.17 Sat Feb 24 10:53:39 2001
|
||||
+++ patch-1.5.1-1.3.17 Sat Jun 16 22:21:18 2001
|
||||
@@ -1,405 +1,3 @@
|
||||
-diff -rNu ../apache_1.3.17.orig/Makefile.tmpl ./Makefile.tmpl
|
||||
---- ../apache_1.3.17.orig/Makefile.tmpl Mon Jan 15 17:26:17 2001
|
||||
@ -406,7 +406,7 @@
|
||||
diff -rNu ../apache_1.3.17.orig/src/modules/frontpage/fpexec.c ./src/modules/frontpage/fpexec.c
|
||||
--- ../apache_1.3.17.orig/src/modules/frontpage/fpexec.c Thu Jan 1 01:00:00 1970
|
||||
+++ ./src/modules/frontpage/fpexec.c Wed Feb 21 00:35:27 2001
|
||||
@@ -1260,7 +858,7 @@
|
||||
@@ -1260,7 +858,7 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
+ * for fpEXEC. For most systems, 500 or 100 is common.
|
||||
+ */
|
||||
+#ifndef FP_UID_MIN
|
||||
@ -415,7 +415,7 @@
|
||||
+#endif
|
||||
+
|
||||
+/*
|
||||
@@ -1268,7 +866,7 @@
|
||||
@@ -1268,7 +866,7 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
+ * for fpEXEC. For most systems, 100 is common.
|
||||
+ */
|
||||
+#ifndef FP_GID_MIN
|
||||
@ -424,16 +424,16 @@
|
||||
+#endif
|
||||
+
|
||||
+/*
|
||||
@@ -1277,7 +875,7 @@
|
||||
@@ -1277,7 +875,7 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
+ * debugging purposes.
|
||||
+ */
|
||||
+#ifndef FP_LOG_EXEC
|
||||
-+#define FP_LOG_EXEC "/usr/local/apache/logs/cgi.log" /* Need me? */
|
||||
++#define FP_LOG_EXEC "/var/log/fp_exec.log" /* Need me? */
|
||||
++#define FP_LOG_EXEC "/var/log/fpexec_log" /* Need me? */
|
||||
+#endif
|
||||
+
|
||||
+/*
|
||||
@@ -1285,7 +883,7 @@
|
||||
@@ -1285,7 +883,7 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
+ *
|
||||
+ */
|
||||
+#ifndef FP_SAFE_PATH
|
||||
@ -442,7 +442,7 @@
|
||||
+#endif
|
||||
+
|
||||
+/*
|
||||
@@ -1338,7 +936,7 @@
|
||||
@@ -1338,7 +936,7 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
+ * that can be used for fpEXEC behavior.
|
||||
+ */
|
||||
+#ifndef FP_DOC_ROOT
|
||||
@ -451,7 +451,7 @@
|
||||
+#endif
|
||||
+
|
||||
+/*
|
||||
@@ -1371,7 +969,7 @@
|
||||
@@ -1371,7 +969,7 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
diff -rNu ../apache_1.3.17.orig/src/modules/frontpage/mod_frontpage.c ./src/modules/frontpage/mod_frontpage.c
|
||||
--- ../apache_1.3.17.orig/src/modules/frontpage/mod_frontpage.c Thu Jan 1 01:00:00 1970
|
||||
+++ ./src/modules/frontpage/mod_frontpage.c Wed Feb 21 00:35:27 2001
|
||||
@ -460,7 +460,7 @@
|
||||
+/* ====================================================================
|
||||
+ * Copyright (c) 1996-1999 The Apache Group. All rights reserved.
|
||||
+ *
|
||||
@@ -1466,8 +1064,12 @@
|
||||
@@ -1466,8 +1064,12 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
+module MODULE_VAR_EXPORT frontpage_module;
|
||||
+
|
||||
+typedef int boolean;
|
||||
@ -473,7 +473,7 @@
|
||||
+
|
||||
+typedef struct
|
||||
+{
|
||||
@@ -2001,7 +1603,7 @@
|
||||
@@ -2001,7 +1603,7 @@ diff -rNu ../apache_1.3.17.orig/src/modu
|
||||
+#define _VTI_PVT "/_vti_pvt"
|
||||
+
|
||||
+#ifndef FPEXEC_BIN
|
||||
|
Loading…
Reference in New Issue
Block a user