Apache startuje - napisałem, że da się uruchomić www:
jest pusty.
W plikach logów jedyne błędy jakie widzę to:
ale to nie ma nic wspólnego z sytuacją, ponieważ odnosi się to do pliku:
Zapewne chcielibyście zobaczyć pliki konfiguracyjne:
STRONA1.PL
Kod: Zaznacz cały
NameVirtualHost STRONA1.PL:80
<VirtualHost STRONA1.PL:80>
ServerAdmin [email protected]
ServerName STRONA1.PL
ServerAlias www.STRONA1.PL
# Indexes + Directory Root.
DirectoryIndex index.php index.html
DocumentRoot /home/services/www/webapps/STRONA1.PL
# Logfiles
ErrorLog /var/log/apache2/STRONA1.PL-error.log
CustomLog /var/log/apache2/STRONA1.PL-access.log combined
</VirtualHost>
STRONA2.PL
Kod: Zaznacz cały
NameVirtualHost STRONA2.PL:80
<VirtualHost STRONA2.PL:80>
ServerAdmin [email protected]
ServerName STRONA2.PL
ServerAlias www.STRONA2.PL
# Indexes + Directory Root.
DirectoryIndex index.php index.html
DocumentRoot /home/services/www/webapps/STRONA2.PL
# Logfiles
ErrorLog /var/log/apache2/STRONA2.PL-error.log
CustomLog /var/log/apache2/STRONA2.PL-access.log combined
</VirtualHost>
Myślałem, że jest problem z portami, bo obie strony na porcie 80 się znajdują na jednym IP ale po przeładowaniu apache2, wszystko działa aż do restartu całej maszyny. Po zaniku zasilania serwer uruchamia się i niestety muszę wejść i z palca przeładować serwer www.