Hi I am running apache 2 version 2.50.0 on SuSE SLES 9.
I have a modularised httpd.conf setup whereby I have mod_example.conf
mod_xslt.conf and mod_info.conf files etc etc
with the DSO modules that are residing in /usr/lib/apache2 are loaded with
the Include directive.
Thus how do I load the mod_xslt as I have tried in my default-server.conf file
# mod_xslt stuff
Include /etc/apache2/mod_xslt.conf
Thus in etc/apache2/mod_xslt.conf I have the following:
<IfModule mod_xslt.c>
Include /etc/apache2/mod_xslt.conf
</IfModule>
Thus I have stopped and restarted apache2 and was expecting to view running
less sysconfig.d/loadmodule.conf the mod_xslt.so and it's loaded .