Skip to content

Commit

Permalink
2004-05-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
Browse files Browse the repository at this point in the history
	* NEWS: updated
	* configure.in:
	* man/Makefile.am:
	* man/mod_mono.8.in: updated man page.

	* man/mod_mono.8: Removed.

svn path=/trunk/mod_mono/; revision=27634
  • Loading branch information
gonzalop committed May 19, 2004
1 parent 44d0ffb commit 10f3c80
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 8 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2004-05-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* NEWS: updated
* configure.in:
* man/Makefile.am:
* man/mod_mono.8.in: updated man page.

* man/mod_mono.8: Removed.

2004-05-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* src/mod_mono.c: support for MonoApplicationsConfigFile and
Expand Down
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
May 19, 2004 - Gonzalo Paniagua
---------------------------------------
Added MonoApplicationsConfigFile and MonoApplicationsConfigDir
directives that use the new --appconfigfile and --appconfigdir
options of mod-mono-server to support virtual hosts.

April 16, 2004 - Gonzalo Paniagua
---------------------------------------
More existing installation breakage. From now on, mod_mono is able to
Expand Down
9 changes: 7 additions & 2 deletions configure.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_INIT(src/mod_mono.c)
AM_INIT_AUTOMAKE(mod_mono, 0.9)
AM_INIT_AUTOMAKE(mod_mono, 0.9.99)
AM_CONFIG_HEADER(include/mod_mono_config.h:config.in)

AC_PROG_CC
Expand Down Expand Up @@ -276,7 +276,12 @@ AC_SUBST(CFLAGS)
AC_SUBST(MONO_CFLAGS)
AC_SUBST(MONO_LIBS)

AC_OUTPUT(Makefile src/Makefile man/Makefile)
AC_OUTPUT(
Makefile
src/Makefile
man/mod_mono.8
man/Makefile
)

echo "---"
echo "Configuration summary for mod_mono"
Expand Down
2 changes: 1 addition & 1 deletion man/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
man_MANS = mod_mono.8
EXTRA_DIST = mod_mono.8
EXTRA_DIST = mod_mono.8.in
23 changes: 18 additions & 5 deletions man/mod_mono.8 → man/mod_mono.8.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
.if t .sp .5v
.if n .sp
..
.TH mod_mono 0.x "mod_mono 0.x"

.TH mod_mono "8" "19 May 2004" "mod_mono @VERSION@" "ASP.NET Support for Apache"
.SH NAME
mod_mono \- apache module that enables ASP.NET pages. Works together with mod-mono-server.exe
.SH DESCRIPTION
Expand Down Expand Up @@ -47,7 +48,7 @@ Default value: "/usr/bin/mod-mono-server.exe"
.I "MonoApplications (used only when MonoRunXSP is True)"
This value will be passed to mod-mono-server.exe in the
--applications option. It is
.I mandatory
.B mandatory
if MonoRunXSP is True.
.TP
.I "MonoWapiDir"
Expand All @@ -57,6 +58,14 @@ Default value: "/tmp"
.TP
.I "MonoDocumentRootDir (used only when MonoRunXSP is True)"
The directory passed in --root argument when launching mod-mono-server.
.TP
.I "MonoApplicationsConfigFile (used only when MonoRunXSP is True)"
The argument passed in --appconfigfile argument to mod-mono-server.
Default value: NULL.
.TP
.I "MonoApplicationsConfigDir (used only when MonoRunXSP is True)"
The argument passed in --appconfigdir argument to mod-mono-server.
Default value: NULL.
.SH SAMPLE CONFIGURATION
For Apache 1.3, with mod-mono-server.exe from package xsp installed in
prefix=/usr:
Expand All @@ -83,15 +92,19 @@ prefix=/usr:
</Directory>
.fi
.SH ENVIRONMENT VARIABLES
.TP
It may modify MONO_PATH, PATH and MONO_SHARED_DIR.
.PP
It may modify MONO_PATH, PATH and MONO_SHARED_DIR when starting
mod-mono-server.
.SH FILES
.PP
httpd.conf
.SH AUTHORS
mod_mono was written by Daniel Ridruejo (daniel rawbyte com) and Gonzalo
Paniagua Javier (gonzalo@ximian.com).
.SH MAILING LISTS
Visit http://mail.ximian.com/mailman/mono-list for details.
.SH WEB SITE
Visit: http://www.go-mono.com for details
.SH SEE ALSO
.BR mcs(1), mono(1), xsp(1)
.BR xsp (1), mod-mono-server (1), mono (1), mcs (1)

0 comments on commit 10f3c80

Please sign in to comment.