Server and database
Various special situations (e.g., installing Drupal behind a firewall, installing Drupal in a subdirectory of the webserver's document root) are discussed in this section. Information specific to particular operating systems or database platforms may be found elsewhere.

Drupal on OpenBSD
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