Надо установить apache под xubuntu и создать виртуальный хост.
Конфиг: magento.loc.conf
Цитата |
<VirtualHost *:80> ServerAdmin magento@magento.loc ServerName magento.loc ServerAlias www.magento.loc DocumentRoot /home/zzepish/web ErrorLog /home/zzepish/web/error.log CustomLog /home/zzepish/web/access.log combined </VirtualHost> # vim: syntax=apache ts=4 sw=4 sts=4 sr noet |
Цитата |
127.0.0.1 localhost 127.0.1.1 Anarchy 127.0.0.1 magento.loc |
Цитата (Zzepish @ 2.02.2016 - 20:17) |
Теперь вопрос- как приделать к апачу php |
sudo apt-get install libapache2-mod-php5