- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Create Virtual Host - Linux
Visit my web: www.duncancomputer.com
My environment: Lampp / Linux Mint - Rebecca
Only 4 steps:
Remember use nano or gedit
1. Open the httpd.conf file, type
sudo gedit /opt/lampp/etc/httpd.conf
uncomment the line
# Virtual hosts
#Include etc/extra/httpd-vhosts.conf [this line]
2. Open the file httpd-vhosts.com
sudo gedit /opt/lampp/etc/extra/httpd-vhosts.conf
use the vhost example script as the video
VirtualHost *:80
DocumentRoot "/opt/lampp/htdocs/aplication"
ServerName aplication.ad
ServerAlias www.aplication.ad
/ VirtualHost
3. Open the hosts file
sudo nano /etc/hosts
and add: 127.0.0.1 www.aplication.ad
4. restart lampp
sudo /opt/lampp/lampp/ start
or
sudo /opt/lampp/lampp/ restart
Thats all.
Видео Create Virtual Host - Linux канала Sinclair Duncan
My environment: Lampp / Linux Mint - Rebecca
Only 4 steps:
Remember use nano or gedit
1. Open the httpd.conf file, type
sudo gedit /opt/lampp/etc/httpd.conf
uncomment the line
# Virtual hosts
#Include etc/extra/httpd-vhosts.conf [this line]
2. Open the file httpd-vhosts.com
sudo gedit /opt/lampp/etc/extra/httpd-vhosts.conf
use the vhost example script as the video
VirtualHost *:80
DocumentRoot "/opt/lampp/htdocs/aplication"
ServerName aplication.ad
ServerAlias www.aplication.ad
/ VirtualHost
3. Open the hosts file
sudo nano /etc/hosts
and add: 127.0.0.1 www.aplication.ad
4. restart lampp
sudo /opt/lampp/lampp/ start
or
sudo /opt/lampp/lampp/ restart
Thats all.
Видео Create Virtual Host - Linux канала Sinclair Duncan
Комментарии отсутствуют
Информация о видео
29 апреля 2015 г. 21:40:55
00:08:29
Другие видео канала
