]> git.pld-linux.org Git - packages/apache1-mod_fastcgi.git/blame - apache1-mod_fastcgi-socketdir.patch
- set socket dir to /var/run/apache as webserver has no permissions to logdir
[packages/apache1-mod_fastcgi.git] / apache1-mod_fastcgi-socketdir.patch
CommitLineData
59c20593
ER
1--- mod_fastcgi-2.4.2/mod_fastcgi.h~ 2003-11-25 02:02:19.000000000 +0200
2+++ mod_fastcgi-2.4.2/mod_fastcgi.h 2005-06-26 17:59:38.000000000 +0300
3@@ -140,7 +140,7 @@
4 #else /* !WIN32 && !APACHE2 */
5
6 /* Default dir for Unix/Domain sockets */
7-#define DEFAULT_SOCK_DIR "logs/fastcgi"
8+#define DEFAULT_SOCK_DIR "/var/run/apache/fastcgi"
9
10 #endif
11
This page took 0.060998 seconds and 4 git commands to generate.