Server and database

Drupal on OpenBSD

hopfgartner - February 7, 2007 - 14:17

OpenBSD is slightly different, since Apache runs in a chroot.

Installation of Apache, PHP and MySQL can be taken from http://freeyourbox.org/tutorials/bsd/obsd3.8_apache_php_mysql.html.
A /tmp directory must be created in the chroot for file uploads to work:

# mkdir -p /var/www/tmp
# chown www:daemon /var/www/tmp

 
 

Drupal is a registered trademark of Dries Buytaert.