3 upvotes·509.6K views
Replies (3)
XAMPP is not designed for production use, I highly recommend you read this thread: https://community.apachefriends.org/f/viewtopic.php?p=192464 and other threads relating to this. You mentioned your deployment would be on a local network however if the web application will handle company secrets or sensitive information you should not use XAMPP unless every user is trustworthy. If you do use XAMPP, the company should know in advance they will need to port to a production ready web server to expose any part of the system online. If you are limited to Windows hardware you could use WSL2 to install Ubuntu (or other Linux distros) on a Windows system. https://docs.microsoft.com/en-us/windows/wsl/install
3 upvotes·563 views
View all (3)