]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/commitdiff
- set socket dir to /var/run/apache as webserver has no permissions to logdir
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 26 Jun 2005 15:34:09 +0000 (15:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_fastcgi-socketdir.patch -> 1.1

apache1-mod_fastcgi-socketdir.patch [new file with mode: 0644]

diff --git a/apache1-mod_fastcgi-socketdir.patch b/apache1-mod_fastcgi-socketdir.patch
new file mode 100644 (file)
index 0000000..d514b1c
--- /dev/null
@@ -0,0 +1,11 @@
+--- mod_fastcgi-2.4.2/mod_fastcgi.h~   2003-11-25 02:02:19.000000000 +0200
++++ mod_fastcgi-2.4.2/mod_fastcgi.h    2005-06-26 17:59:38.000000000 +0300
+@@ -140,7 +140,7 @@
+ #else /* !WIN32 && !APACHE2 */
+ /* Default dir for Unix/Domain sockets */
+-#define DEFAULT_SOCK_DIR "logs/fastcgi"
++#define DEFAULT_SOCK_DIR "/var/run/apache/fastcgi"
+ #endif
This page took 0.072974 seconds and 4 git commands to generate.