Strona 1 z 1

Phpmyadmin i zmiana katalogu Root

: 24 stycznia 2009, 13:34
autor: gladi
Witam!
Przeszukałem forum i znalazłem jeden wątek, który jest podobny ale niestety stosowałem podane w nim rozwiązania i nie działa.

http://debian.linux.pl/viewtopic.php?t= ... phpmyadmin

Zainstalowałem apache2 itd. Następnie zmieniłem VirtualneSerwery na:

Kod: Zaznacz cały

NameVirtualHost 212.x.x.x

<VirtualHost www.mojadomena.pl>
	ServerName [url]www.mojadomena.pl[/url]
	DocumentRoot /home/domena/
	TransferLog /var/log/logi_apache/access_log.domena
	ErrorLog /var/log/logi_apache/error_log.domena
</VirtualHost>	


<VirtualHost 212.x.x.x>
   ServerName 212.x.x.x
   DocumentRoot /home/phpmyadmin/
   TransferLog /var/log/logi_apache/access_log.domena2
   ErrorLog /var/log/logi_apache/error_log.domena2
</VirtualHost>
Zainstalowałem phpmyadmin apt-getem. Następnie zrobiłem dowiązanie:

Kod: Zaznacz cały

ln -s /usr/share/phpmyadmin /home/phpmyadmin
Niestety wyrzuca mi błąd:
Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.
Z tego co zrozumiałem to najprawdopodobniej chodzi o uprawnienia. Prosiłbym o jakaś wskazówkę jak ktoś wie o co chodzi.