Secure XAMPP: only local connections

Veröffentlicht am 25.3.2011, 12:23 Uhr

1) Open file xampp\apache\conf\httpd.conf and replace

Listen 80

with

Listen 127.0.0.1:80

2) Open file xampp\apache\conf\extra\httpd-ssl.conf and replace

Listen 443

with

Listen 127.0.0.1:443

3) Open file xampp\mysql\bin\my.cnf|.ini and put in

bind-address=localhost

directly after [mysqld] (NOT [mysql]!)

Googlebot visited this page Mittwoch, 22. Februar 2012, 02:22:27
13 queries. 0,358 seconds.