Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
2005-07-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
	* mod_mono.conf.in: use <IfModule>


svn path=/trunk/mod_mono/; revision=47374
  • Loading branch information
gonzalop committed Jul 18, 2005
1 parent 30b28ed commit cda7c19
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2005-07-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* mod_mono.conf.in: use <IfModule>

2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/Makefile.am: no need to set PREFIX for apxs.
Expand Down
4 changes: 3 additions & 1 deletion mod_mono.conf.in
Expand Up @@ -4,5 +4,7 @@
# Use 'include mod_mono.conf' from other configuration file
# to load mod_mono module.

LoadModule mono_module @APXS_LIBEXECDIR@/mod_mono.so
<IfModule !mod_mono.c>
LoadModule mono_module @APXS_LIBEXECDIR@/mod_mono.so
</IfModule>

0 comments on commit cda7c19

Please sign in to comment.