<IFModule alias_module> problem

hehachris

Verified User
Joined
Nov 24, 2004
Messages
534
Location
Hong Kong
I have setup a new DA server with Apache 2.0

in httpd.conf, I see:

<IFModule alias_module>
<IFModule dir_module> (similar)

I have to change them back to

<IfModule mod_alias.c>
<IfModule mod_dir.c>

otherwise they dont work.
 
today Ive ran into the same issue, thanks for the info
I've also changed:

<IfModule mod_mime.c> ==> <IfModule mime_module>
<IfModule mod_ssl.c> ==> <IfModule ssl_module>
<IfModule mod_log_config.c> ==> <IfModule log_Config_module>

WHy should we manualy change it?
 
Back
Top