Apache Port on FreeBSD vs Apache.org
On http://forums.devshed.com/archive/t-...art-at-boot-upI read
Further, you are on FreeBSD, and apachectl should never be resided in a non-standard location, which violates FreeBSD directory layout [hier(7)]. Further, apachectl script should never go into bin directory, it should be sbin instead, for security reasons.
What you should do now is to remove your existing Apache and reinstall it from ports. Setting PREFIX of /usr/local/apache is extremely bad and non-standard. If you want to become a real FreeBSD user, follow the standard.
What you should do now is to remove your existing Apache and reinstall it from ports. Setting PREFIX of /usr/local/apache is extremely bad and non-standard. If you want to become a real FreeBSD user, follow the standard.
I found no apache 2 with SSL on my FreeBsd ports:
drwxr-xr-x 3 root wheel 512 Apr 6 15:34 apache13
drwxr-xr-x 3 root wheel 512 Apr 6 14:36 apache13+ipv6
drwxr-xr-x 3 root wheel 512 Apr 6 14:36 apache13-modperl
drwxr-xr-x 3 root wheel 512 Apr 6 14:36 apache13-modssl
drwxr-xr-x 2 root wheel 512 Dec 31 2002 apache13-modssl+ipv6
drwxr-xr-x 3 root wheel 512 Apr 6 14:36 apache13-ssl
drwxr-xr-x 3 root wheel 512 Apr 6 16:30 apache2
drwxr-xr-x 3 root wheel 512 Apr 6 14:36 apache20
drwxr-xr-x 3 root wheel 512 Apr 6 14:36 apache21
What is the difference between install apache using the standred ./configure vs using freebsd ports?
I have already installed the none port apache. How should I redo it using port properly? such as how to remove the current installation.