shim
A small web server that hosts ASP.NET
Install
- All systems
-
curl cmd.cat/shim.sh
- Debian
-
apt-get install libfpm-helper0
- Ubuntu
-
apt-get install libfpm-helper0
- Kali Linux
-
apt-get install libfpm-helper0
- Fedora
-
dnf install xsp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libfpm-helper0
- Raspbian
-
apt-get install libfpm-helper0
- Dockerfile
- dockerfile.run/shim
xsp
A small web server that hosts ASP.NET
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.