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

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -