Yes. And you don't need a Windows Server to do it.

If you maintain legacy Classic ASP systems, you know the infrastructure friction. You have modern applications running on Linux with Apache or Nginx, but that one legacy ASP system forces you to maintain a separate Windows/IIS environment.

AxonASP solves this natively. It is an open-source cross-platform server (created by Lucas Guimarães in Brazil and backed by over 10 active contributors from the World) designed specifically to process Classic ASP code directly on Linux. By configuring AxonASP FPM (FastCGI Process Manager) behind Apache, you can run legacy ASP alongside modern code on the exact same server.

This architecture provides distinct structural advantages. It allows shared hosting environments (like cPanel) to support ASP securely, because AxonASP FPM isolates each application into its own FastCGI pool running under specific Linux UIDs and GIDs.

Here is the exact technical deployment to get AxonASP FPM running with Apache on a Debian/Ubuntu system.