Hello, I am trying to install php4 and php5 on the same web server
apache 1.3.29 as module. When I run php4 or php5 allone, it worsk
fine, but when I try to load boht modules, apache would not to run.
My http.conf looks like:

LoadModule rewrite_module   libexec/mod_rewrite.so
LoadModule php4_module        libexec/libphp4.so
LoadModule php5_module        libexec/libphp5.so

AddType application/x-httpd-php .php
AddType application/x-httpd-php5 .php5

ClearModuleList
AddModule mod_env.c
AddModule mod_log_config.c
AddModule mod_mime.c
AddModule mod_status.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_so.c
AddModule mod_setenvif.c
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_rewrite.c
AddModule mod_php4.c
AddModule mod_php5.c

Please could you help with this problem.
thank a log
ondrej

------------------------- 
Bc. Ondrej Svoboda
[EMAIL PROTECTED]
mobil: +420 608 205 007
-------------------------
 WEBMADE, spol. s r.o.
 http://www.webmade.cz
 Tel.: +420 386 359 561
-------------------------

PGP Key:
Key ID: 0x84C30927, Long Key ID: 0xC5A340C284C30927
Fingerprint: F68D 84CD FCD7 07ED AE39 AAB9 C5A3 40C2 84C3 0927

Reply via email to