Skocz do zawartości
mickulek

Vhost Prawidłowy?

Polecane posty

Czy ten vhost jest prawidłowy dla apache2?

Jeżeli nie mógłby go ktoś poprawić? Z góry dziękuje.

<VirtualHost 80.86.84.103:80>
ServerName efora.pl
ServerAlias www.efora.pl efora.pl *.efora.pl
ServerAdmin webmaster@efora.pl
DocumentRoot /srv/www/vhosts/efora.pl/htdocs
ErrorLog /home/forka.us/efora.pl/user/logfiles/error_log
TransferLog /home/forka.us/efora.pl/user/logfiles/access_log
php_admin_value open_basedir /tmp:/home/forka.us/efora.pl
ErrorDocument 404 /index.php

ScriptAlias /cgi-bin/ /srv/www/vhosts/efora.pl/htdocs/cgi-bin/
AddHandler server-parsed .shtml
AddType text/html .shtml
<Location />
	Options +Includes
</Location>
# Begin user directives <--
# --> End user directives
</VirtualHost>

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
DocumentRoot /srv/www/vhosts/efora.pl/htdocs

ErrorLog /home/forka.us/efora.pl/user/logfiles/error_log

TransferLog /home/forka.us/efora.pl/user/logfiles/access_log

php_admin_value open_basedir /tmp:/home/forka.us/efora.pl

Nie wiem do końca co tam kombinujesz, ale tak na 1-szy rzut oka

wydaje mi się, że namieszałeś trochę ze ścieżkami,

a conf. vhosta powinna wyglądać tak:

 

DocumentRoot /srv/www/vhosts/efora.pl/htdocs
ErrorLog /srv/www/vhosts/efora.pl/logfiles/error_log
TransferLog /srv/www/vhosts/efora.pl/logfiles/access_log
php_admin_value open_basedir /tmp:/srv/www/vhosts/efora.pl/htdocs

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Dokładnie...

 

Skoro ustawiłeś mu DocumentRoot na ;

/srv/www/vhosts/efora.pl/htdocs

to również w php_admin_value open_basedir ustaw:

/tmp:/srv/www/vhosts/efora.pl/htdocs

 

Trochę więcej linijek o człowiek zaczyna się gubić ;-)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się


×