Tarasca HTTPD
From Gruff Goat Wiki
Introduction
Create an active web server on the local network to test web site before final posting to public site.
- Remove apache13
cd /usr/ports/www/apache13 make deinstall clean
- Install apache2
- dependencies are OK
cd /usr/ports/www/apache2 make install
- set up alias in httpd.conf
Alias /test/ "/usr/local/www test.milwaukeeachiever.org and point it to /home/domains/test.milwaukeeachiever.org
- working on configs
- set up virtual server test.milwaukeeachiever.org and point it to
/home/domains/test.milwaukeeachiever.org
- add port puredb
- add port pure-ftpd
- modify hosts file on web development PC to point
test.milwaukeeachiever.org to tarasca