From dfb41e6ac3dd232ee5d7286ffcf1fb1e9c64646f Mon Sep 17 00:00:00 2001 From: robs Date: Sat, 25 Nov 2000 03:15:09 +0000 Subject: [PATCH] Eliminate the eroneous 'copy Makefile.sample' instruction --- INSTALL | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 8cdb7d9..44edcdd 100644 --- a/INSTALL +++ b/INSTALL @@ -89,22 +89,17 @@ Introduction AddModule modules/fastcgi/libfastcgi.a - 3. Copy the Makefile.sample to Makefile and edit if/as appropriate. - - /src$ cd modules/fastcgi - /src$ cp Makefile.sample Makefile - - 4. From the /src directory, reconfigure and rebuild Apache. + 3. From the /src directory, reconfigure and rebuild Apache. /src$ ./Configure /src$ make Install the new httpd. - 5. Edit the httpd configuration files to enable your FastCGI + 4. Edit the httpd configuration files to enable your FastCGI application(s). See docs/mod_fastcgi.html for details. - 6. Stop and start the server. + 5. Stop and start the server. $ kill -TERM `cat /logs/httpd.pid` $ /bin/httpd -f /conf/httpd.conf -- 2.11.4.GIT