I know Virtualmin supports standard CGI apps, but does it support FastCGI Apps?
Thanks
I know Virtualmin supports standard CGI apps, but does it support FastCGI Apps?
Thanks
Apache (and nginx) support FastCGI. Virtualmin isn’t your web server.
Gotcha, but I meant more that is it configured out of the box, or is just CGI that is configured out of the box
Tar
It generally needs some app-specific configuration, which kinda depends on what language(s) and app server(s) you’re using and how you’re using them. The things Virtualmin knows how to configure with FastCGI it does so (Install Scripts might use FastCGI, for example, and that will get configured). There is no fcgi-bin
directory, though, by default, so there’s nowhere you can just drop a FastCGI application and expect it to magically run.
The necessary Apache module (mod_fcgid) is installed by default, though. mod_fcgid - FastCGI interface module for Apache 2 - The Apache HTTP Server Project
And, a default nginx install also has it.
This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.