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.
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.