Changes between Version 31 and Version 32 of ServerIntro


Ignore:
Timestamp:
Aug 3, 2007, 11:41:55 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v31 v32  
    9393
    9494To 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
     96Make sure that the filename extensions used by your application or data files
     97aren't handled in undesired way by Apache.
     98For example, if some of your files have a '.map' extension,
     99remove the line
     100{{{
     101AddHandler imap-file map
     102}}}
     103from httpd.conf
    95104
    96105=== PHP notes === #PHP-notes