From 59c205935c956c2664f038238c24d9365764d8c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sun, 26 Jun 2005 15:34:09 +0000 Subject: [PATCH] - set socket dir to /var/run/apache as webserver has no permissions to logdir Changed files: apache1-mod_fastcgi-socketdir.patch -> 1.1 --- apache1-mod_fastcgi-socketdir.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 apache1-mod_fastcgi-socketdir.patch diff --git a/apache1-mod_fastcgi-socketdir.patch b/apache1-mod_fastcgi-socketdir.patch new file mode 100644 index 0000000..d514b1c --- /dev/null +++ b/apache1-mod_fastcgi-socketdir.patch @@ -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 + -- 2.43.0