I would like to have a LAMP server for my website. I have found that there is also a packet XAMPP which offers, probably much more, than the default LAMP server where you have to configure all of them by hand.
What is it you are missing in the LAMP server in openSUSE? It’s just a few minutes to install the PHP modules you want, enable them, set up a virtual host config file and you’re off and running. What’s not to like about that?
I got confused. If XAMPP is for development use what should I use for production? (I suppose that production here means to serve my site through a web server to the Internet)
If you are using mysql properly, it will handle a lot of the security issues; so make sure you have read and understood the fairly comprehensive information in info mysql.
Similarly with Apache.
The openSUSE firewall will give you a lot of protection but isn’t any use if you mess up your mysql permissions, for example, by not removing the anonymous users when you first install mysql.