[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#441447: apache: Add <IfModule> directives in httpd.conf



Package: apache
Severity: wishlist

Hello,

It could be useful to add <IfModule> directives to improve
httpd.conf file for apache/apache-ssl/apache-perl packages like
that:

---8<---
<IfModule mod_mime.c>
    TypesConfig /etc/mime.types
---8<---

---8<---
<IfModule mod_log_configssl.c>

LogFormat [...]
CustomLog [...]
---8<---

---8<---
<IfModule mod_perl.c>
<IfModule mod_mime.c>
  Alias /perl/ /var/www/perl/
  <Location /perl>
    SetHandler perl-script
---8<---


Regards,
-- 
Gregory Colpart <reg@evolix.fr>  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/




Reply to: