
82 Configuring Optional Packages
If you installed the PHP3 package, uncomment the mod php3.c line so
that instead of:
#AddModule mod_php3.c
It reads:
AddModule mod_php3.c
If you installed both packages, uncomment both lines. Save your
httpd.conf file.
Next, you will need to edit your srm.conf file.
If you installed the PHP/FI package, you will need to uncomment the
#AddType application/x-httpd-php .phtml line. Instead of:
#AddType application/x-httpd-php .phtml
The line should read:
AddType application/x-httpd-php .phtml
If youinstalled the PHP3 package,you will needto uncomment two lines.
Instead of:
#AddType application/x-httpd-php3 .php3
#AddType application/x-httpd-php3-source .phps
The lines should read:
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
If you installed both the PHP/FI and PHP3 packages, you’ll need to un-
comment all three of the previous AddType lines.
Comentários a estes Manuais