summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2005-02-17 05:07:16 +0000
committerChristian Parpart <trapni@gentoo.org>2005-02-17 05:07:16 +0000
commit6474b56e7b2551ab5112eb7620dda693d32d5ee6 (patch)
tree90d0ebd0ec8aec76b6c9e61284f6aa64634d2b56 /www-apache/mod_mono/files
parentbe honest to comments in bug #81671 (diff)
downloadgentoo-2-6474b56e7b2551ab5112eb7620dda693d32d5ee6.tar.gz
gentoo-2-6474b56e7b2551ab5112eb7620dda693d32d5ee6.tar.bz2
gentoo-2-6474b56e7b2551ab5112eb7620dda693d32d5ee6.zip
module .conf cleanup
(Portage version: 2.0.51-r15)
Diffstat (limited to 'www-apache/mod_mono/files')
-rw-r--r--www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf43
1 files changed, 23 insertions, 20 deletions
diff --git a/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf b/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf
index 80908aff6e82..c5ea8532822d 100644
--- a/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf
+++ b/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf
@@ -1,25 +1,28 @@
<IfDefine MONO>
- <IfModule !mod_mono.c>
- LoadModule mono_module modules/mod_mono.so
- </IfModule>
+ <IfModule !mod_mono.c>
+ LoadModule mono_module modules/mod_mono.so
+ </IfModule>
- <IfModule mod_mime.c>
- AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
- </IfModule>
+ <IfModule mod_mime.c>
+ AddHandler mono .aspx .ashx .asmx .ascx .asax .config .ascx
+ </IfModule>
+
+ MonoUnixSocket /tmp/mod_mono_server
+
+#### Uncomment this block to enable the xsp samples
+####
+# <IfModule mod_alias.c>
+# Alias /mono "/usr/share/doc/xsp/test"
+# </IfModule>
+# MonoApplications "/mono:/usr/share/doc/xsp/test"
+# <Directory /usr/share/doc/xsp/test>
+# #SetHandler mono
+# <IfModule mod_access.c>
+# Order allow,deny
+# Allow from all
+# </IfModule>
+# </Directory>
- MonoUnixSocket /tmp/mod_mono_server
-
- # Uncomment this block to enable the xsp samples
- #<IfModule mod_alias.c>
- # Alias /mono "/usr/share/doc/xsp/test"
- #</IfModule>
- #MonoApplications "/mono:/usr/share/doc/xsp/test"
- #<Directory /usr/share/doc/xsp/test>
- # #SetHandler mono
- # <IfModule mod_access.c>
- # Order allow,deny
- # Allow from all
- # </IfModule>
- #</Directory>
</IfDefine>
+# vim:syntax=apache:ts=4