mickulek 0 Zgłoś post Napisano Sierpień 31, 2006 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
beliq 442 Zgłoś post Napisano Sierpień 31, 2006 DocumentRoot /srv/www/vhosts/efora.pl/htdocsErrorLog /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
MasterNETpl 100 Zgłoś post Napisano Sierpień 31, 2006 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
mickulek 0 Zgłoś post Napisano Wrzesień 1, 2006 Dziękuje rozwiązane. Udostępnij ten post Link to postu Udostępnij na innych stronach