A program like “easy php” that start on windows startup. Apache + PHP + Mysql only for local computer

StackOverflow https://stackoverflow.com/questions/8113502

  •  28-02-2021
  •  | 
  •  

Question

I need a program that create a web-like environment (like easyphp does) but without requiring user interaction to start (easyphp requires you to press "start").

The most important part is that it doesn't expose apache over the web but it must be available only to 127.0.0.1 (lan is allowed too but not required).

It must work with php and mysql.

I can't configure an apache server correctly by myself because there are a lot of options and security things that I think I really don't know enough well to set it up by myself.

Any suggestion?

Was it helpful?

Solution

I think you can do it with wampserver by adding a shortcut to wampserver in the startup folder (Start Menu) or using the "Windows service manager"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top