- Port www/apache2 is gone; use www/apache20 instead

This commit is contained in:
Pav Lucistnik 2006-01-20 13:17:46 +00:00
parent 3f54ba46bc
commit 893f2cf242
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26898

View file

@ -4230,7 +4230,7 @@ zone "0.168.192.in-addr.arpa" {
install <application>Apache</application> when you first install <application>Apache</application> when you first
installed FreeBSD, then you can install it from the <filename installed FreeBSD, then you can install it from the <filename
role="package">www/apache13</filename> or <filename role="package">www/apache13</filename> or <filename
role="package">www/apache2</filename> port.</para> role="package">www/apache20</filename> port.</para>
<para>Once <application>Apache</application> has been installed <para>Once <application>Apache</application> has been installed
successfully, it must be configured.</para> successfully, it must be configured.</para>
@ -4452,7 +4452,7 @@ DocumentRoot /www/someotherdomain.tld
1.3.X that includes <application>mod_ssl</application> may be installed with the <filename 1.3.X that includes <application>mod_ssl</application> may be installed with the <filename
role="package">www/apache13-modssl</filename> port. SSL role="package">www/apache13-modssl</filename> port. SSL
support is also available for <application>Apache</application>&nbsp;2.X in the support is also available for <application>Apache</application>&nbsp;2.X in the
<filename role="package">www/apache2</filename> port, <filename role="package">www/apache20</filename> port,
where it is enabled by default.</para> where it is enabled by default.</para>
<!-- XXX add more information about configuring mod_ssl here. --> <!-- XXX add more information about configuring mod_ssl here. -->