FreeBSD: Difference between revisions
m added link to apache22:ssl |
No edit summary |
||
Line 5: | Line 5: | ||
[[ | Cleanup hints if you're using ports. Once in a while look for: | ||
# ls /usr/ports/distfiles/ | |||
which is leftover packages you've downloaded to install. You can remove these if the install is complete | |||
# find /usr/ports/ -name work -type d -print | |||
this is old work directories left around from an install you've done. When you install from ports if you do: | |||
# make install distclean | |||
the distclean will clean this work directory as well as the distfiles. | |||
Also make sure you have a regular [[patching]] process. | |||
[[FreeBSD:php]] Help with installing php from ports on FreeBSD. | |||
[[FreeBSD:apache22:ssl]] Getting SSL working with [[apache]]22. | |||
=== FreeBSD 6.0-RELEASE === | === FreeBSD 6.0-RELEASE === |
Revision as of 21:42, 12 December 2006
/etc/rc.conf recommendations:
This will stop syslog from opening a socket. This is highly recommended unless you do remote sysloging. If you're unsure, you can safely make this change.
syslogd_flags="-ss"
Cleanup hints if you're using ports. Once in a while look for:
# ls /usr/ports/distfiles/
which is leftover packages you've downloaded to install. You can remove these if the install is complete
# find /usr/ports/ -name work -type d -print
this is old work directories left around from an install you've done. When you install from ports if you do:
# make install distclean
the distclean will clean this work directory as well as the distfiles.
Also make sure you have a regular patching process.
FreeBSD:php Help with installing php from ports on FreeBSD. FreeBSD:apache22:ssl Getting SSL working with apache22.
FreeBSD 6.0-RELEASE
The release page for FreeBSD 6.0-RELEASE is here.
Upgrade your version of FreeBSD