Page 2 of 2

Re: securing XAMPP in CENTOS 6

PostPosted: 19. November 2015 22:59
by Altrea
logtech wrote:is there any way to limit the connection from that server IP only? I have used bind-address=serverIP in # The MySQL server
[mysqld], I have both on the same serevr

Use 127.0.0.1 as IP for the bind-address setting. But as already said, you should install and secure up the single component if you want to use a Webstack in production or as live server. XAMPP cannot achieve that without a big amount of time for customation and securing.

Re: securing XAMPP in CENTOS 6

PostPosted: 29. December 2015 21:16
by logtech
Thank You for your help, I think I have sort out most of security concerns, indeed it took me a long time. THX