diff options
Diffstat (limited to 'sapi/cgi/README.FastCGI')
-rw-r--r-- | sapi/cgi/README.FastCGI | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/README.FastCGI b/sapi/cgi/README.FastCGI index c2952c0768..f51ae5686b 100644 --- a/sapi/cgi/README.FastCGI +++ b/sapi/cgi/README.FastCGI @@ -69,7 +69,7 @@ a line in your config like: Don't load mod_php, by the way. Make sure it is commented out! - #LoadModule php4_module /usr/lib/apache/2.0/libphp4.so + #LoadModule php5_module /usr/lib/apache/2.0/libphp5.so Now, we'll create a fcgi-bin directory, just like you would do with normal CGI scripts. You'll need to create a directory somewhere to store your |