terreng / simple-web-server

Create a local web server in just a few clicks with an easy to use interface. Built with Electron.
https://simplewebserver.org
MIT License
240 stars 65 forks source link

FastCGI/PHP-FPM support? #214

Open CodeCanna opened 1 week ago

CodeCanna commented 1 week ago

I actually don't know how realistic this would be for this web server, but I would love to be able to run PHP with this server. The HTML in the PHP displays fine, but the code doesn't run. Other servers are so complicated to get PHP set up on its a bunch of extra steps. I would be amazing if with the simplicity of this server it could also support PHP. Again don't know how realistic it is for this project

terreng commented 1 week ago

I like the suggestion, but you're right that it may not be realistic for this project. I know that PHP setup can be a bit complicated. I'll leave this issue open so that we may consider it in the future, but for now we have no plans to add this unless someone opens a PR for it.