A
A
Alexis178422015-08-08 16:27:36
LAMP
Alexis17842, 2015-08-08 16:27:36

Is it possible to install both lamp and xampp (ubuntu) at the same time?

Recently switched to ubuntu. Installed lamp (a bunch of apache2, mysql, phpmyadmin), but it's not very convenient to restart it and, most importantly, set up new local hosts.
As I understand it, with xampp this process is much easier. So I wonder if it is possible to install lamp and xampp at the same time on ubuntu? Will this cause some conflicts in Ubuntu (for example, both servers - apache2 and xampp's - will stop starting, etc.) or do I need to remove lamp first?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
sim3x, 2015-08-08
@sim3x

It is worth weaning from Windows habits
, use nginx - php-fpm - mysql / postgres

V
Vasily Pechersky, 2015-08-11
@Vasily_Pechersky

Actually, there is such a thing as Virtualmin. Web interface, which greatly facilitates the work with Hosting. It has everything and is comfortable to work with.

E
Evgeny Elchev, 2015-08-09
@rsi

You are not asking the right question.
To begin with, why is the consciousness of virtual hosts in Apache less convenient than in Apache, which is in XAMP? the settings are the same, just that Apache recommends throwing different hosts into different files, and in xampp they are in one, so I will tell you a secret, you can do the same here.
Secondly, what are the problems with the restart? sudo service apache2 restart (and you can also press the tab after the first letters of each word, the system will auto-complete for you, or you can write a bash script in general and throw a shortcut on the desktop if you can’t move away from Windows at all). Mysql does not need to be restarted, especially phpmyadmin.
I could write a lot more about nginx, about vagrant, about ready-made boxes, but apparently you haven't matured yet.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question