~ubuntu-branches/ubuntu/hardy/squirrelmail/hardy-updates

« back to all changes in this revision

Viewing changes to config/apache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Thijs Kinkhorst
  • Date: 2006-11-13 16:29:33 UTC
  • Revision ID: james.westby@ubuntu.com-20061113162933-paxp641zk4wdjvd4
Tags: 2:1.4.8-3
* Add note to README.Debian about server side sorting (Closes: #394286)
  and regular_globals not being supported.
* Add IfModule conditionals for register_globals setting in
  apache.conf (Closes: #398173).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Alias /squirrelmail /usr/share/squirrelmail
2
2
 
3
3
<Directory /usr/share/squirrelmail>
4
 
  php_flag register_globals off
5
4
  Options Indexes FollowSymLinks
 
5
  <IfModule mod_php4.c>
 
6
    php_flag register_globals off
 
7
  </IfModule>
 
8
  <IfModule mod_php5.c>
 
9
    php_flag register_globals off
 
10
  </IfModule>
6
11
  <IfModule mod_dir.c>
7
12
    DirectoryIndex index.php
8
13
  </IfModule>