mail-archives/mono-list/2005-February/025969.html

111 строки
3.7 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mono-list] mono and apache2
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:millemille1000%40tiscali.it">
<META NAME="robots" CONTENT="index,nofollow">
<LINK REL="Previous" HREF="025971.html">
<LINK REL="Next" HREF="025975.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mono-list] mono and apache2
</H1>
<B>Massimiliano Vella
</B>
<A HREF="mailto:millemille1000%40tiscali.it"
TITLE="[Mono-list] mono and apache2">millemille1000@tiscali.it
</A><BR>
<I>Wed, 23 Feb 2005 21:17:55 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="025971.html">[Mono-list] Problems compiling on FreeBSD
</A></li>
<LI> Next message: <A HREF="025975.html">[Mono-list] mono and apache2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#25969">[ date ]</a>
<a href="thread.html#25969">[ thread ]</a>
<a href="subject.html#25969">[ subject ]</a>
<a href="author.html#25969">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Sorry for my late! Dear Gonzalo, I think that you refer to my
mono-server-hosts.conf and debian.webapp:
# Default configuration, don't edit it!
&lt;IfModule mod_mono.c&gt;
MonoUnixSocket /tmp/.mod_mono_server
MonoServerPath /usr/share/dotnet/bin/mod-mono-server.exe
AddType
application/x-asp-net .aspx .ashx .asmx .ascx .asax .config .ascx
MonoApplicationsConfigDir /etc/mono-server
MonoPath /usr/share/dotnet/lib:/usr/lib:/usr/share/dotnet/lib:
# start /etc/mono-server/conf.d/PaginaTest.aspx/10_PaginaTest.aspx
Alias /PaginaTest.aspx &quot;/home/max/ASPNET&quot;
&lt;Directory /home/max/ASPNET&gt;
SetHandler mono
&lt;IfModule mod_dir.c&gt;
DirectoryIndex index.aspx
&lt;/IfModule&gt;
&lt;/Directory&gt;
# end /etc/mono-server/conf.d/PaginaTest.aspx/10_PaginaTest.aspx
# start /etc/mono-server/conf.d/asp.net-examples/10_asp.net-examples
Alias /samples &quot;/usr/share/asp.net-demos/asp&quot;
&lt;Directory /usr/share/asp.net-demos/asp&gt;
SetHandler mono
&lt;IfModule mod_dir.c&gt;
DirectoryIndex index.aspx
&lt;/IfModule&gt;
&lt;apps&gt;
&lt;web-application&gt;
&lt;name&gt;PaginaTest.aspx&lt;/name&gt;
&lt;vpath&gt;/PaginaTest.aspx&lt;/vpath&gt;
&lt;path&gt;/home/max/ASPNET&lt;/path&gt;
&lt;vhost&gt;localhost&lt;/vhost&gt;
&lt;port&gt;80&lt;/port&gt;
&lt;/web-application&gt;
&lt;web-application&gt;
&lt;name&gt;samples&lt;/name&gt;
&lt;vpath&gt;/samples&lt;/vpath&gt;
&lt;path&gt;/usr/share/asp.net-demos/asp&lt;/path&gt;
&lt;vhost&gt;localhost&lt;/vhost&gt;
&lt;port&gt;80&lt;/port&gt;
&lt;/web-application&gt;
&lt;web-application&gt;
&lt;name&gt;monodoc&lt;/name&gt;
&lt;vpath&gt;/monodoc&lt;/vpath&gt;
&lt;path&gt;/usr/share/dotnet/monodoc/web&lt;/path&gt;
&lt;vhost&gt;localhost&lt;/vhost&gt;
&lt;port&gt;80&lt;/port&gt;
&lt;/web-application&gt;
&lt;/apps&gt;
Thanks for the help!
Max
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="025971.html">[Mono-list] Problems compiling on FreeBSD
</A></li>
<LI> Next message: <A HREF="025975.html">[Mono-list] mono and apache2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#25969">[ date ]</a>
<a href="thread.html#25969">[ thread ]</a>
<a href="subject.html#25969">[ subject ]</a>
<a href="author.html#25969">[ author ]</a>
</LI>
</UL>
</body></html>