public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_mono/files/1.2.6: 70_mod_mono.conf
@ 2007-12-14 20:14 Jurek Bartuszek (jurek)
  0 siblings, 0 replies; 3+ messages in thread
From: Jurek Bartuszek (jurek) @ 2007-12-14 20:14 UTC (permalink / raw
  To: gentoo-commits

jurek       07/12/14 20:14:48

  Added:                70_mod_mono.conf
  Log:
  www-apache/mod_mono-1.2.6: version bump
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.1                  www-apache/mod_mono/files/1.2.6/70_mod_mono.conf

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_mono/files/1.2.6/70_mod_mono.conf?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_mono/files/1.2.6/70_mod_mono.conf?rev=1.1&content-type=text/plain

Index: 70_mod_mono.conf
===================================================================
# For more information on the Mono* directives, see the man page for
# mod_mono(8)

<IfDefine MONO>
	# Set this to False if you manage your ASP.Net server manually through
	# /etc/init.d/mod-mono-server
	MonoRunXSP True

	# Set this to Enabled if you want to enable AutoHosting.
	# See http://www.mono-project.com/AutoConfiguration for more info.
	# Note that if you want your automatically hosted applications
	# handled by ASP.NET 2.0 engine you have to enable the aspnet2 USE flag.
	MonoAutoApplication Enabled

	<IfModule !mod_mono.c>
		LoadModule mono_module modules/mod_mono.so
	</IfModule>

	<IfModule mod_mime.c>
		AddType application/x-asp-net .aspx
		AddType application/x-asp-net .asmx
		AddType application/x-asp-net .ashx
		AddType application/x-asp-net .asax
		AddType application/x-asp-net .ascx
		AddType application/x-asp-net .soap
		AddType application/x-asp-net .rem
		AddType application/x-asp-net .axd
		AddType application/x-asp-net .cs
		AddType application/x-asp-net .config
		AddType application/x-asp-net .Config
		AddType application/x-asp-net .dll
			
		DirectoryIndex index.aspx
		DirectoryIndex Default.aspx
		DirectoryIndex default.aspx
	</IfModule>

### Please also add "-D MONO_DEMO" in order to activate out-of-the-box mono demo
###

	# Note that the test application runs on a separate mod-mono-server
	# instance named "testinst". Athought this is not mandatory, it shows how to
	# distribute workload between multiple mod-mono-servers. For more info see:
	# http://www.mono-project.com/Mod_mono

	<IfDefine MONO_DEMO>
		<IfModule mod_alias.c>
			Alias /mono "/usr/lib/xsp/test"
		</IfModule>

		# You might want to specify the version of mod-mono-server
		# instance that will handle your application. The default
		# value depends on whether the aspnet2 USE flag was set
		# during compilation
		#MonoServerPath testinst /usr/lib/mono/1.0/mod-mono-server.exe
		#MonoServerPath testinst /usr/lib/mono/2.0/mod-mono-server2.exe
		
		AddMonoApplications testinst "/mono:/usr/lib/xsp/test"

		<Directory /usr/lib/xsp/test>
			SetHandler mono
			MonoSetServerAlias testinst

			<IfModule mod_access.c>
				Order allow,deny
				Allow from all
			</IfModule>
			<IfModule mod_dir.c>
				# Sample ASP.NET 1.1/2.0 applications can be accessed
				# via index2.aspx.
				DirectoryIndex index.aspx
				#DirectoryIndex index2.aspx
			</IfModule>
		</Directory>
	</IfDefine>
### MONO_DEMO end.

</IfDefine>



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_mono/files/1.2.6: 70_mod_mono.conf
@ 2008-01-11 20:41 Jurek Bartuszek (jurek)
  0 siblings, 0 replies; 3+ messages in thread
From: Jurek Bartuszek (jurek) @ 2008-01-11 20:41 UTC (permalink / raw
  To: gentoo-commits

jurek       08/01/11 20:41:54

  Modified:             70_mod_mono.conf
  Log:
  www-apache/mod_mono-1.2.6-r1: updated config file so it works with apache 2.2 (bug #205163)
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.2                  www-apache/mod_mono/files/1.2.6/70_mod_mono.conf

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_mono/files/1.2.6/70_mod_mono.conf?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_mono/files/1.2.6/70_mod_mono.conf?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_mono/files/1.2.6/70_mod_mono.conf?r1=1.1&r2=1.2

Index: 70_mod_mono.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_mono/files/1.2.6/70_mod_mono.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 70_mod_mono.conf	14 Dec 2007 20:14:47 -0000	1.1
+++ 70_mod_mono.conf	11 Jan 2008 20:41:54 -0000	1.2
@@ -61,7 +61,7 @@
 			SetHandler mono
 			MonoSetServerAlias testinst
 
-			<IfModule mod_access.c>
+			<IfModule mod_authz_host.c>
 				Order allow,deny
 				Allow from all
 			</IfModule>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_mono/files/1.2.6: 70_mod_mono.conf
@ 2010-10-07 20:45 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2010-10-07 20:45 UTC (permalink / raw
  To: gentoo-commits

pacho       10/10/07 20:45:28

  Removed:              70_mod_mono.conf
  Log:
  Remove old.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-10-07 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 20:45 [gentoo-commits] gentoo-x86 commit in www-apache/mod_mono/files/1.2.6: 70_mod_mono.conf Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-11 20:41 Jurek Bartuszek (jurek)
2007-12-14 20:14 Jurek Bartuszek (jurek)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox