Using Perl and MySQL
April 19, 2005 Posted by KP
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
Related Posts:
- MySQL Start Script
- MySQL Log File
- Upgrade to PHP 5 and MySQL 5
- Monitor MySQL Log File
- Add GD Support for PHP
- portaudit
- Mambo Revisited
- MySQL Backup and my.cnf
Filed Under: MySQL