to znaczy
mam skonfigurowany plik sites-enabled/default
Kod: Zaznacz cały
<VirtualHost *:80>
ServerName www.novabook.pl
DocumentRoot /home/nova/
<Directory /home/nova/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/oskarek_error.log
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/oskarek_access.log combined
</VirtualHost>
Kod: Zaznacz cały
sudo service apache2 start
Kod: Zaznacz cały
[Tue Jan 15 15:09:14 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
[Tue Jan 15 15:09:14 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
httpd (pid 17794) already running