- Whoops.. Fix <indexterm>s that would break the build.
Approved by: ceri@
This commit is contained in:
parent
21c1052159
commit
c02320417a
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26987
1 changed files with 8 additions and 4 deletions
|
@ -4473,8 +4473,10 @@ DocumentRoot /www/someotherdomain.tld
|
|||
<sect4>
|
||||
<title>mod_perl</title>
|
||||
|
||||
<indexterm><primary>mod_perl</primary></indexterm>
|
||||
<indexterm><secondary>Perl</secondary></indexterm>
|
||||
<indexterm>
|
||||
<primary>mod_perl</primary>
|
||||
<secondary>Perl</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>The <application>Apache</application>/Perl integration project brings together the
|
||||
full power of the Perl programming language and the <application>Apache
|
||||
|
@ -4510,8 +4512,10 @@ DocumentRoot /www/someotherdomain.tld
|
|||
</sect4info>
|
||||
<title>mod_php</title>
|
||||
|
||||
<indexterm><primary>mod_php</primary></indexterm>
|
||||
<indexterm><secondary>PHP</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary>mod_php</primary>
|
||||
<secondary>PHP</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para><acronym>PHP</acronym>, also known as <quote>PHP:
|
||||
Hypertext Preprocessor</quote> is a general-purpose scripting
|
||||
|
|
Loading…
Reference in a new issue