Request 159 was acted upon.
_________________________________________________________________________

         URL: https://rt.openpkg.org/id/159
      Ticket: [OpenPKG #159]
     Subject: apache/mod_fastcgi: Default dir for Unix/Domain sockets hardcoded
  Requestors: [EMAIL PROTECTED]
       Queue: openpkg
       Owner: Nobody
      Status: new
 Transaction: Ticket created by [EMAIL PROTECTED]
        Time: Mon Jun 16 12:43:22 2003
_________________________________________________________________________

This is what the apache error log says (/opt/sw is l_prefix):

[Sun Jun 15 16:42:30 2003] [error] (2)No such file or directory: FastCGI: can't create 
dynamic directory "/opt/sw/logs/fastcgi/dynamic": doesn't exist and can't be created: 
No such file or directory

It seems to be hardcoded in mod_fastcgi.h:

#define DEFAULT_SOCK_DIR "\\\\.\\pipe\\FastCGI\\"

#elif defined(APACHE2)

/* Default dir for Unix/Domain sockets */
#define DEFAULT_SOCK_DIR  DEFAULT_REL_RUNTIMEDIR "/fastcgi"

#else /* !WIN32 && !APACHE2 */

/* Default dir for Unix/Domain sockets */
#define DEFAULT_SOCK_DIR "logs/fastcgi"

Replacing "logs/fastcgi" by "var/apache/fastcgi" and creating the directory on install 
resolved the problem. Maybe its also an issue with apache2?

regards Peter Duschau

Reply via email to