mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Few more clean ups. Show the LoadModule statement in case it is missing
from the apache dist conf file. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70062 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a47932fa0c
commit
b0e6a91293
1 changed files with 10 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<sect1 id="install.apache">
|
||||
<title>Servers-Apache</title>
|
||||
<para>
|
||||
|
@ -48,14 +48,21 @@
|
|||
you prefer this file in another location, use
|
||||
--with-config-file-path=/path in step 8.
|
||||
|
||||
12. Edit your httpd.conf or srm.conf file and check this line is not
|
||||
commented:
|
||||
12. Edit your httpd.conf or srm.conf file and check that these lines are
|
||||
present and not commented out:
|
||||
|
||||
AddType application/x-httpd-php .php
|
||||
|
||||
LoadModule php4_module libexec/libphp4.so
|
||||
|
||||
You can choose any extension you wish here. .php is simply the one
|
||||
we suggest. You can even include .html, and .php3 can be added for
|
||||
backwards compatibility.
|
||||
|
||||
The path on the right hand side of the LoadModule statement must point
|
||||
to the path of the PHP module on your system. The above statement is
|
||||
correct for the steps shown above.
|
||||
|
||||
|
||||
13. Use your normal procedure for starting the Apache server. (You must
|
||||
stop and restart the server, not just cause the server to reload by
|
||||
|
|
Loading…
Reference in a new issue