From 5c79b5579414f2c345880d9fd3fbe8b71b3a73ea Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Mon, 7 Jan 2002 16:59:29 +0000 Subject: [PATCH] WinApache: - Move restart server section after every settings explanation - Add warning about security problems, and add pointer for solutions in the security part git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67228 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/install.xml | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/chapters/install.xml b/chapters/install.xml index d32d4ca79c..3d7dcbe46b 100644 --- a/chapters/install.xml +++ b/chapters/install.xml @@ -1,5 +1,5 @@ - + Installation @@ -3619,12 +3619,18 @@ stop and start: Note that the second line in the list above can be found in the actual versions of httpd.conf, - but it is commented out. After changing the configuration - file, remember to restart the server, for example, - NET STOP APACHE followed by - NET START APACHE, if you run Apache - as a Windows Service, or use your regular shortcuts. + but it is commented out. + + + + By using this CGI setup, your server are open + to several possible attacks. Please also read + our security section + about CGI setups to get some + ideas, about how to defend yourself from attacks. + + If you would like to use PHP as a module in Apache, @@ -3651,6 +3657,14 @@ stop and start: + + After changing the configuration + file, remember to restart the server, for example, + NET STOP APACHE followed by + NET START APACHE, if you run Apache + as a Windows Service, or use your regular shortcuts. + + In Apache 1.3.22 for Windows, the default configuration file