SOAP API: do not try to unserialize an invalid filter
[mantis.git] / packages / mantis-httpd.conf
blobece1b44319277ef22ec99d9d297924b042d14db7
1 Alias /mantis           /usr/share/mantis
3 <Directory /usr/share/mantis>
4         # As passwords will be sent over the line do not allow plaintext
5         # communication
6         SSLRequireSSL
8         Options None
10         # Do not change this unless the default administrator
11         # login was removed; see documentation for details
12         Order   allow,deny
13         Allow   from localhost
15         php_flag "register_globals" "off"
16 </Directory>
18 <Directory /usr/share/mantis/admin>
19         Order   allow,deny
20         # Every access is disabled by default; do not change this
21         # without good reasons and reading the documentation
22         Deny    from all
23         Allow   from localhost
24 </Directory>