
lannings at who
Jan 6, 2009, 10:14 AM
Post #1 of 1
(741 views)
Permalink
|
|
RE : [8395] - put apreq back to apreq2 (fix it better if necessary)
|
|
I'm running Intrepid, so I don't know what to say. I'll put it back tomorrow. -------- Message d'origine-------- De: Paul Orrock [mailto:paulo [at] digitalcraftsmen] Date: mar. 1/6/2009 6:14 À: devel [at] lists Objet : Re: [8395] - put apreq back to apreq2 (fix it better if necessary) Hi Scott, What version of Ubuntu are you running ? > - foreach my $mod (qw(apreq expires perl log_config mime alias apache_ssl ssl)) { > + # xxx: ubuntu has mod_apreq2 - why was apreq here? do we need to check both? > + foreach my $mod (qw(apreq2 expires perl log_config mime alias apache_ssl ssl)) { The last two versions of Ubuntu install it as apreq2 but load it as apreq as well in order to now be backwards compatible (or arguably forwards compatible) with every other OS. So this line needs to be apreq rather than apreq2 otherwise it breaks most sensible installs that install it as only apreq. It's annoying to say the least that they (actually debian) fixed this only to go break it with this horrible environment variables loaded for the user and group, which NO other linux OS does :-( So we need to change this back to apreq. It works for me on Ubuntu 8.04 and 8.10 and currently this will break more installs than it will work on. regards, Paul
|