Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
svn path=/trunk/xsp/; revision=29405
  • Loading branch information
gonzalop committed Jun 12, 2004
1 parent b60d7ef commit e55d88e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 17 deletions.
15 changes: 0 additions & 15 deletions TESTED

This file was deleted.

3 changes: 3 additions & 0 deletions doc/xsp.1.in
Expand Up @@ -82,6 +82,9 @@ The virtual /blog is mapped to ../myblog
.B '/:.,/blog:../myblog'
Two applications like the above ones are handled.
.TP
.B myhost.someprovider.net:/blog:../myblog
The virtual /blog at myhost.someprovider.net is mapped to ../myblog.
.TP
.I \-\-nonstop
This applies only to xsp.exe: by default xsp will stop processing
requests when the return key is pressed. Use this to avoid this
Expand Down
6 changes: 4 additions & 2 deletions server/server.cs
Expand Up @@ -38,7 +38,7 @@ static void ShowVersion ()
static void ShowHelp ()
{
#if MODMONO_SERVER
Console.WriteLine ("mod-mono-server.exe is a ASP.NET server used from mod_mono_unix.");
Console.WriteLine ("mod-mono-server.exe is a ASP.NET server used from mod_mono.");
Console.WriteLine ("Usage is:\n");
Console.WriteLine (" mod-mono-server.exe [--root rootdir] [--applications APPS] [--filename file]");
Console.WriteLine (" [--appconfigdir DIR] [--appconfigfile FILE]");
Expand Down Expand Up @@ -78,13 +78,15 @@ static void ShowHelp ()
Console.WriteLine (" '.webapp' extension");
Console.WriteLine (" AppSettings key name: MonoApplicationsConfigDir");
Console.WriteLine ();
Console.WriteLine (" --applications APPS: This argument is DEPRECATED.");
Console.WriteLine (" --applications APPS:");
Console.WriteLine (" a comma separated list of virtual directory and");
Console.WriteLine (" real directory for all the applications we want to manage");
Console.WriteLine (" with this server. The virtual and real dirs. are separated");
Console.WriteLine (" by a colon. Optionally you may specify virtual host name");
Console.WriteLine (" and a port.");
Console.WriteLine ();
Console.WriteLine (" [[hostname:]port:]VPath:realpath,...");
Console.WriteLine ();
Console.WriteLine (" Samples: /:.");
Console.WriteLine (" the virtual / is mapped to the current directory.");
Console.WriteLine ();
Expand Down

0 comments on commit e55d88e

Please sign in to comment.