mono-xsp-admin

Langue: en

Version: 2009-02-25 (debian - 07/07/09)

Section: 8 (Commandes administrateur)

NAME

mono-xsp-admin.conf - mono-xsp hosts file creator

SYNOPSIS

mono-xsp-admin.conf [action] [args]

OPTIONS

   Actions:
     
     add        Use 'add' if you want to create an application and want mono-xsp scripts to manage it
     del        If you want to remove an application
 
   Args:
 
     --path     The path where you have your aspx files, MUST EXISTS!, required only with add action
     --app      The name of your application
 
 

DESCRIPTION

  mono-xsp-admin.conf is a perl tool to adminstrate your ASP.NET webapps that will be executed with 
  xsp.
 
  When you try to add an application, admin.conf will verify that your path exists, if it is, it will 
  add a directory inside /etc/xsp/conf.d with the name of your app, and also as a file with the 
  filename format: 10_appname. This file will have the information (path, app).
 
  So, when mono-xsp-update.conf is executed it will read those dirs and create a debian.webapp in
  /etc/xsp that the xsp daemon will read.
 
 

AUTHOR

  Pablo Fischer <pablo@pablo.com.mx>