From 6dd6e5e9887de487928b695e4e1e7d6cee8fd1c5 Mon Sep 17 00:00:00 2001 From: robs Date: Wed, 9 Aug 2000 19:20:00 +0000 Subject: [PATCH] Note that mod_fastcgi can't reliably identify the suexec path when built as a DSO. --- INSTALL | 4 ++++ docs/mod_fastcgi.html | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index e944084..8cdb7d9 100644 --- a/INSTALL +++ b/INSTALL @@ -112,6 +112,10 @@ Introduction 3) Installing mod_fastcgi as a DSO ================================== + + NOTE: If you use FastCgiSuexec, mod_fastcgi cannot reliably + determine the suexec path when built as a DSO. To workaround + this, provide the full path in the FastCgiSuexec directive. 1. From the mod_fastcgi directory, compile the module. diff --git a/docs/mod_fastcgi.html b/docs/mod_fastcgi.html index 35ba662..94c6f52 100644 --- a/docs/mod_fastcgi.html +++ b/docs/mod_fastcgi.html @@ -1,6 +1,6 @@ - + Apache module mod_fastcgi @@ -549,9 +549,10 @@ The -socket and  -port options are mutually exclusive.

The FastCgiSuexec directive is used to enable support for an suexec-wrapper.  FastCgiSuexec requires suexec be enabled in Apache (for - CGI).  To use the same suexec-wrapper in use by Apache, set FastCgiSuexec - to On.  To use a different suexec-wrapper, specify the filename of - the suexec-wrapper.  If the filename does not begin with a slash (/) then it is + CGI).  To use the same suexec-wrapper used by Apache, set FastCgiSuexec + to On (NOTE - mod_fastcgi cannot reliably determine the suexec-wrapper + used by Apache when built as a DSO).  To use a specific suexec-wrapper, specify + a filename.  If the filename does not begin with a slash (/) then it is assumed to be relative to the ServerRoot.

When FastCgiSuexec is enabled, the location of static or external FastCGI -- 2.11.4.GIT