fastcgi-mono-server
ASP.NET backend for FastCGI webservers - default version
Install
- All systems
-
curl cmd.cat/fastcgi-mono-server.sh
- Debian
-
apt-get install mono-fastcgi-server
- Ubuntu
-
apt-get install mono-fastcgi-server
- Kali Linux
-
apt-get install mono-fastcgi-server
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mono-fastcgi-server
- Raspbian
-
apt-get install mono-fastcgi-server
- Dockerfile
- dockerfile.run/fastcgi-mono-server
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.