Changes between Version 31 and Version 32 of ServerIntro
- Timestamp:
- Aug 3, 2007, 11:41:55 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v31 v32 93 93 94 94 To limit denial-of-service attacks, we recommend turning off directory indexing by adding `-Indexes` to the [http://httpd.apache.org/docs/2.0/mod/core.html#options Options] directive. 95 96 Make sure that the filename extensions used by your application or data files 97 aren't handled in undesired way by Apache. 98 For example, if some of your files have a '.map' extension, 99 remove the line 100 {{{ 101 AddHandler imap-file map 102 }}} 103 from httpd.conf 95 104 96 105 === PHP notes === #PHP-notes