Home > Alumnus Blog > FreeBSD Mail Server – 4 – Apache Install

FreeBSD Mail Server – 4 – Apache Install

April 16th, 2009 Leave a comment Go to comments

Apache is a very robust, nice, and easily configurable web server application. I’ve been using it for many years and its always been kind to me. You can read more about Apache by visiting https://www.apache.org/
Install Apache via ports:
#cd /usr/ports/www/apache22
#make all install clean
(Menu defaults are fine).
Edit /usr/local/etc/apache22/httpd.conf file:
Find and edit the RED TEXT.

ServerAdmin webmaster@domain.tld

ServerName www.domain.tld:80

# Various [...]

Read original post at http://devnix.wordpress.com/2009/04/16/freebsd-mail-server-%e2%80%93-2-%e2%80%93-apache-install/

Related posts:

  1. FreeBSD Mail Server – 9 – PEAR Install
  2. FreeBSD Mail Server – 10 – Squirrelmail Install
  3. FreeBSD Mail Server – 2 – Dovecot Install
  4. FreeBSD Mail Server – 6 – Postfixadmin Install
  5. FreeBSD Mail Server – 5 – PHP Install
  6. FreeBSD Mail Server – 3 – Postfix Install
  7. FreeBSD Mail Server – 1 – MySQL Install
  8. Install Apache, PHP dan MySQL di Ubuntu
  9. FreeBSD Mail Server – 8 – ClamAV Install
  10. install apache 22 + SSL

Categories: Alumnus Blog Tags:
  1. No comments yet.
  1. No trackbacks yet.