Page 1 of 1

suggestion,fix "already running"

PostPosted: 29. September 2007 02:30
by beiouwolf
sorry,my english is not good. =.=

i install xampp in my linux,but it will be error, like this:

web server already running.
mysql server already running.

PS: i already start tomcat and mysql on port 80,3306


i modified file :
etc/httpd.conf -> Listen 80 -> Listen 8080
etc/my.cnf -> [server] port = 3306 -> [server] port = 3307

but it's not enough......as also....
./lampp -> if testport 80 -> if testport 8080
./lampp -> if testport 3306 -> if testport 3307

Minor suggestion:
add args in script "lampp"
to change the default port..