xsp 4.2-2.4 source package in Ubuntu
Changelog
xsp (4.2-2.4) unstable; urgency=medium * Non-maintainer upload. * Obvious lintian fixes: init.d-script-needs-depends-on-lsb-base * Add debconf template translation - Brazilian Portuguese. Thanks Paulo Henrique de Lima Santana (Closes: #1026412) * Acknowledge the following translations, which are already contained: - Italian. Thanks to Beatrice Torracca (Closes: #807646) - French. Thanks jean-pierre giraud (Closes: #808328) - Japanese. Thanks Takuma Yamada (Closes: #815854) -- Helge Kreutzmann <email address hidden> Sun, 15 Jan 2023 08:17:38 +0100
Upload details
- Uploaded by:
- Debian Mono Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Mono Group
- Architectures:
- any all
- Section:
- web
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | web | |
Lunar | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xsp_4.2-2.4.dsc | 2.6 KiB | e99d809f378de7b1b30f25e5f6a179096a975a91418d60463090239caf4cf568 |
xsp_4.2.orig.tar.gz | 705.4 KiB | 6b8ce6a16e32ba852481700bbf14b1fe0356b4a831ce84845f64ceb8059b3efc |
xsp_4.2-2.4.debian.tar.xz | 45.4 KiB | 6dac45ca516642fdc34760ea22f0117e95f9d73fa5286f62d0ed4cab2ddea44b |
Available diffs
- diff from 4.2-2.3 to 4.2-2.4 (2.5 KiB)
No changes file available.
Binary packages built by this source
- asp.net-examples: demo pages for ASP.NET infrastructure
Sample set of .aspx pages to test the XSP server or the mod_mono Apache
module.
- dh-xsp: debhelper add-on to handle ASP.NET sites
dh-xsp provides a debhelper sequence addon named 'xsp' and the dh_installxsp
command, which allows ASP.NET sites to be automatically configured on
installation.
- libfpm-helper0: ASP.NET backend for FastCGI Process Manager - helper lib
mono-fpm-server contains the backend for FPM. It lets you run ASP.NET
web applications via HTTP servers such as Lighttpd or Apache.
The FastCGI webserver shouldbe configured to run fastcgi-mono-server to
parse and compile the aspx code.
.
This package contains a helper library needed by mono-fpm-server.
- libfpm-helper0-dbgsym: debug symbols for libfpm-helper0
- mono-apache-server: ASP.NET backend for mod_mono Apache module - default version
mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
web applications via Apache. mod_mono will call mono-apache-server to parse
and compile the aspx code.
.
This package pulls in the default version of the Apache backend.
- mono-apache-server4: ASP.NET 4.5 backend for mod_mono Apache module
mono-apache-server contains the backend for mod_mono. It lets you run ASP.NET
web applications via Apache. mod_mono will call mono-apache-server to parse
and compile the aspx code.
.
This package requires you to install libapache2-mod-mono for Apache 2.0.
- mono-fastcgi-server: ASP.NET backend for FastCGI webservers - default version
mono-fastcgi-
server contains the backend for FastCGI. It lets you run
ASP.NET web applications via HTTP servers such as Lighttpd or Apache.
The FastCGI webserver should be configured to run fastcgi-mono-server to
parse and compile the aspx code.
.
This package pulls in the default version of the FastCGI backend.
- mono-fastcgi-server4: ASP.NET 4.0 backend for FastCGI webservers
mono-fastcgi-
server contains the backend for FastCGI. It lets you run
ASP.NET web applications via HTTP servers such as Lighttpd or Apache.
The FastCGI webserver shouldbe configured to run fastcgi-mono-server to
parse and compile the aspx code.
.
This package requires you to install any FastCGI webserver, such as
Lighttpd or Apache (see libapache2-mod-fcgid) .
- mono-fpm-server: ASP.NET backend for FastCGI Process Manager
mono-fpm-server contains the backend for FPM. It lets you run ASP.NET
web applications via HTTP servers such as Lighttpd or Apache.
The FastCGI webserver shouldbe configured to run fastcgi-mono-server to
parse and compile the aspx code.
.
This package requires you to install any FPM webserver, such as
Lighttpd or Apache (see libapache2-mod-fastcgi) .
- mono-xsp: simple web server to run ASP.NET applications - default version
XSP is a simple web server written in C# that can be used to run your
ASP.NET applications.
.
This is a metapackage to pull in the standalone ASP.NET web server.
If you want to run ASP.NET applications with Apache, look at
mono-apache-server.
- mono-xsp4: simple web server to run ASP.NET 4.0 applications
XSP is a simple web server written in C# that can be used to run your
ASP.NET 4.0 applications.
.
This is the standalone ASP.NET web server. If you want to run ASP.NET
applications with Apache, look at mono-apache-server.
- mono-xsp4-base: base libraries for XSP 4.0
This is the core libraries needed to install the XSP4 application,
either through the standalone XSP version (mono-xsp4) or the Apache module
(mono-apache- server4) .