svn - Configuring Apache 2 ubuntu default page and Xampp in Ubuntu 14.04? -
i've installed xampp 5.6.11-0 in ubuntu 14.04 os. few days ago install , configure apache subversion.
now, when try run xampp via terminal (with command : sudo /opt/lampp/lampp start), xampp failed run , shows following message in terminal :
starting xampp linux 5.6.11-0... xampp: starting apache...fail. xampp: web server running. xampp: starting mysql...ok. xampp: starting proftpd...fail. xampp: ftp daemon running.
when visit localhost
in browser, display "apache 2 ubuntu default page". how can run xampp again? there missed configuration? help/clue appreciated.
probably used port. 80.
run: netstat -tulpn check ports in use, , free 1 need running kill process number in last column of output of first command.
Comments
Post a Comment