xsp 4.2-2.3 source package in Ubuntu
Changelog
xsp (4.2-2.3) unstable; urgency=medium * Non-maintainer upload. [ Clint Adams ] * Use mktemp instead of tempfile (Closes: #961364) -- Sebastian Ramacher <email address hidden> Mon, 30 Aug 2021 23:40:29 +0200
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 | |
---|---|---|---|---|
Kinetic | release | universe | web | |
Jammy | release | universe | web |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
xsp_4.2-2.3.dsc | 2.6 KiB | 94a9b62250615770ffa3d485d95e4481c0256e24fde67df2c8cc64f104bb47fd |
xsp_4.2.orig.tar.gz | 705.4 KiB | 6b8ce6a16e32ba852481700bbf14b1fe0356b4a831ce84845f64ceb8059b3efc |
xsp_4.2-2.3.debian.tar.xz | 44.7 KiB | b3f771f21df0143f96ba2c06df9ea77d907a11b032ffd2c951c7e2efb99f8a16 |
Available diffs
- diff from 4.2-2.2 to 4.2-2.3 (582 bytes)
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) .