Page 1 of 1

How to configure XAMPP for production?

PostPosted: 30. October 2015 15:19
by johnmorado
Is there in anyway I could use XAMPP for production? Will it be secured?

Re: How to configure XAMPP for production?

PostPosted: 30. October 2015 15:39
by Altrea
Short answer:
Don't do it.

Long answer:
XAMPP is preconfigured secure enough as local test and development environment, not for production purposes.

XAMPP bundles very well known webserver software, so if you have the knowledge how to secure and harden each of them it is possible to use it in production too.
But because this topic is way to complex we don't provide any support for how to do this.

Re: How to configure XAMPP for production?

PostPosted: 02. November 2015 19:02
by johnmorado
Thanks for the advice!