зеркало из https://github.com/mono/mail-archives.git
111 строки
3.7 KiB
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!
|
|
<IfModule mod_mono.c>
|
|
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 "/home/max/ASPNET"
|
|
<Directory /home/max/ASPNET>
|
|
SetHandler mono
|
|
<IfModule mod_dir.c>
|
|
DirectoryIndex index.aspx
|
|
</IfModule>
|
|
</Directory>
|
|
# 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 "/usr/share/asp.net-demos/asp"
|
|
<Directory /usr/share/asp.net-demos/asp>
|
|
SetHandler mono
|
|
<IfModule mod_dir.c>
|
|
DirectoryIndex index.aspx
|
|
</IfModule>
|
|
|
|
|
|
|
|
<apps>
|
|
<web-application>
|
|
<name>PaginaTest.aspx</name>
|
|
<vpath>/PaginaTest.aspx</vpath>
|
|
<path>/home/max/ASPNET</path>
|
|
<vhost>localhost</vhost>
|
|
<port>80</port>
|
|
</web-application>
|
|
<web-application>
|
|
<name>samples</name>
|
|
<vpath>/samples</vpath>
|
|
<path>/usr/share/asp.net-demos/asp</path>
|
|
<vhost>localhost</vhost>
|
|
<port>80</port>
|
|
</web-application>
|
|
<web-application>
|
|
<name>monodoc</name>
|
|
<vpath>/monodoc</vpath>
|
|
<path>/usr/share/dotnet/monodoc/web</path>
|
|
<vhost>localhost</vhost>
|
|
<port>80</port>
|
|
</web-application>
|
|
</apps>
|
|
|
|
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>
|