This post originated from an RSS feed registered with PHP Buzz
by Andrew Johnstone.
Original Post: A Couple Tidbits
Feed Title: Development, Analysis And Research
Feed URL: http://direct.netli.wordpress.com/
Feed Description: babblings!
I can never seem to remember, how to remember how to reconfigure a subdomain with plesk without looking it up, so for quick reference.
<directory /home/httpd/vhosts/ajohnstone.com>
php_admin_value open_basedir none
</directory>
/usr/local/psa/admin/sbin/websrvmng -a
OR
/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.com
Also, today I learnt that you cannot attach the onmouseover event to an option element. I found this rather odd, despite never having attempted [...]