
paulo at digitalcraftsmen
Mar 6, 2009, 9:15 AM
Post #4 of 5
(1228 views)
Permalink
|
|
Re: [8454] Added more documentation to inst/htprobe_apache2.pl and fixed
[In reply to]
|
|
David E. Wheeler wrote: > On Mar 6, 2009, at 2:36 AM, paulo [at] bricolage wrote: > >> - (map { "\tmod_$_\n" } @missing), "\n") >> - if @missing; >> + (map { "\tmod_$_\n" } @missing), "\n", >> + "Please install them or, if they are installed, you may >> need to enable them in\n", >> + "the mods-enabled directory of your apache2 >> installation or use a2enmod <module>,\n", >> + "if you have that installed on your operating system.\n") >> + if @missing; >> > > We should do the same for ht_probe_apache.pl, no? > > Thanks! > > David > No, because Apache 1 uses a completely different way of loading modules so this isn't a problem for Apache 1. Regards, Paul
|