Thanks for the response Jim. Yes, that one and many others, but i can't get it to work :/ The address I access with is formated like this http://domain.tld/dh_phpmyadmin/mysql.domain.tld/ And also worth mentioning is that /dh/web/phpmyadmin/$2 is directed from root (/) and not user/domain folder. Thanks again, Simon.by dimaggio - Migration from Other Servers
Thanks for the response, though dh updated their wiki with the solution: copy the shared php.ini to ${HOME}/.php-ini Works great. (Remember to restart your webserver and php though)by dimaggio - How to...
After the migration from Apache>nginx on my VPS at dreamhost the phpMyAdmin have stopped working. Got this original rewrite for Apache from support, but haven't managed to convert it for nginx. Can someone help me out? RewriteRule ^/dh_phpmyadmin/([^/]*)/?(.*) /dh/web/phpmyadmin/$2 Thanks, Simonby dimaggio - Migration from Other Servers
Can nobody help? Give any suggestions where i can look for the answer? Guess i'll have to switch back to slowish apache.by dimaggio - How to...
Hey, I recently switched to use nginx on my VPS over at Dreamhost (everything is so much faster!). I've manage to configure everything except how to use custom php.ini files In apache i could call this in my .htacces Options +ExecCGI AddHandler php-cgi .php Action php-cgi /cgi-bin/php-wrapper.fcgi and the php-wrapper.fcgi executed php5.cgi with my custom ini #!/bin/sh exec /by dimaggio - How to...