Hello everyone!
I started out trying to install phpMyAdmin 3.3.0 from the ports failing on the pdflib issue. Having read up on that, I guess I could try it again but since the port will try to install mysql which I already have installed, and other ports that I don't think I need, I figured I might as well just download the tar from http://www.phpmyadmin.net.
My server config looks like this:
I have a virtual host where I extracted the phpMyAdmin in the web root. All files in the web root is owned by root:wheel.
info.php (phpinfo) runs just fine.
Browsing to http://root.dev/phpmyadmin returns HTTP 500 in IE and "done" in FF. Nothing is logged in the apache logs. Nothing in the php-error.log. Apache was restarted several times and browser caches emptied and pages reloaded.
Any ideas?
Thanks
Andreas
I started out trying to install phpMyAdmin 3.3.0 from the ports failing on the pdflib issue. Having read up on that, I guess I could try it again but since the port will try to install mysql which I already have installed, and other ports that I don't think I need, I figured I might as well just download the tar from http://www.phpmyadmin.net.
My server config looks like this:
Code:
apache-2.2.13
mysql-client-5.1.39
mysql-server-5.1.39
php5-5.2.12
Code:
apache MIME-type: AddType application/x-httpd-php .php
php logging: error_log = /var/log/php-error.log
phpmyadmin blowfish_secret = something
phpmyadmin auth_type = cookie
Code:
<Directory "/data/www/vhosts/root">
Options Indexes FollowSymLinks
# Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>
I have a virtual host where I extracted the phpMyAdmin in the web root. All files in the web root is owned by root:wheel.
info.php (phpinfo) runs just fine.
Browsing to http://root.dev/phpmyadmin returns HTTP 500 in IE and "done" in FF. Nothing is logged in the apache logs. Nothing in the php-error.log. Apache was restarted several times and browser caches emptied and pages reloaded.
Any ideas?
Thanks
Andreas