summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Parpart <trapni@gentoo.org>2005-02-17 02:28:59 +0000
committerChristian Parpart <trapni@gentoo.org>2005-02-17 02:28:59 +0000
commit5ea356594b65f400b21120237076b16a9297c457 (patch)
tree486584c58a974d62b1fa78f680d4ee397eb6fc74 /www-apache/mod_mono/files
parent- filtering pic is no longer needed (diff)
downloadgentoo-2-5ea356594b65f400b21120237076b16a9297c457.tar.gz
gentoo-2-5ea356594b65f400b21120237076b16a9297c457.tar.bz2
gentoo-2-5ea356594b65f400b21120237076b16a9297c457.zip
imported 1.0.5 ebuild thats been adapted to new apache-module eclass - see bug 79431
(Portage version: 2.0.51-r15)
Diffstat (limited to 'www-apache/mod_mono/files')
-rw-r--r--www-apache/mod_mono/files/digest-mod_mono-1.0.5-r11
-rw-r--r--www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf25
2 files changed, 26 insertions, 0 deletions
diff --git a/www-apache/mod_mono/files/digest-mod_mono-1.0.5-r1 b/www-apache/mod_mono/files/digest-mod_mono-1.0.5-r1
new file mode 100644
index 000000000000..4d89c0a9667e
--- /dev/null
+++ b/www-apache/mod_mono/files/digest-mod_mono-1.0.5-r1
@@ -0,0 +1 @@
+MD5 7454dca19953abbc951d87d08d9b0935 mod_mono-1.0.5.tar.gz 319349
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
new file mode 100644
index 000000000000..80908aff6e82
--- /dev/null
+++ b/www-apache/mod_mono/files/mod_mono-1.0.5-70_mod_mono.conf
@@ -0,0 +1,25 @@
+<IfDefine MONO>
+ <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>
+
+ 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>
+