« Change Hostname | Main | Log Files »
April 19, 2005
Using Perl and MySQL
I moved this Blog to my FreeBSD server, this Blog uses MovableType Blog system which requires perl (as cgi file) and MySQL. To make the posting working, I did the following things:
1. Uncomment the following line in the Apache configuration file /usr/local/etc/apache/httpd.conf.
AddHandler cgi-script .cgi .pl
2. Install perl-mysql module
# cd /usr/ports/databases/p5-Mysql
# make install
Category : MySQL
Posted by FreeBSD Newbie at April 19, 2005 12:54 AM
