Add a missing </para> (this fixes a weird rendering of some
programlisting lines).
This commit is contained in:
parent
1cea3792ec
commit
e2ef69c6a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25082
1 changed files with 1 additions and 1 deletions
|
@ -4525,7 +4525,7 @@ DocumentRoot /www/someotherdomain.tld
|
|||
<para>This will install and configure the modules required
|
||||
to support dynamic web applications. Check to ensure the
|
||||
following lines have been added to
|
||||
<filename>/usr/local/etc/apache/httpd.conf</filename>:
|
||||
<filename>/usr/local/etc/apache/httpd.conf</filename>:</para>
|
||||
|
||||
<programlisting>LoadModule php5_module libexec/apache/libphp5.so
|
||||
AddModule mod_php5.c
|
||||
|
|
Loading…
Reference in a new issue