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

Bug#441447: marked as done (apache: Add <IfModule> directives in httpd.conf)



Your message dated Tue, 11 Sep 2007 10:11:26 +0200
with message-id <20070911081126.GB29896@test-scsi>
and subject line Bug#441447: apache: Add <IfModule> directives in httpd.conf
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
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/



--- End Message ---
--- Begin Message ---
On Mon, Sep 10, 2007 at 08:56:07PM +0200, Stefan Fritsch wrote:
> On Sunday 09 September 2007, Gregory Colpart wrote:
> > Package: apache
> > Severity: wishlist
> 
> Apache 1 has been removed from unstable and will be removed from 
> testing soon. It is still in stable and oldstable, but will get only 
> updates for critical security issues.
> 
> You should consider upgrading to apache2 (which is 2.2.x now).

Ok. In fact, I report this wishlist bug because I had this errors
during a sarge->etch migration with an old (and unused)
apache-ssl package with disabled modules:
---8<---
Syntax error on line 75 of /etc/apache-ssl/httpd.conf:
Invalid command 'TypesConfig', perhaps mis-spelled or defined by
a module not included in the server configuratio
---8<---

Then I report this bug because this errors give me an idea how
to improve httpd.conf. But I apologize, I forget that apache
package is now removed from unstable for major architectures. And
this idea is already in apache2 (TypesConfig in <IfModule
mod_mime.c>, etcetera.). Then I close this bug.

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


--- End Message ---

Reply to: