I am trying to install php as DSO on a redhat7 install of Apache. I can
  not seam to figure this out. I can not find apxs on the server anywhere.
  But in the httpd.conf file in the LoadModule area there is a section
  like this. How can I install php without reinstalling Apache that is
  not possible for it is on a working server that has a lot of
  customers. Or is it.

<IfDefine HAVE_PHP>
LoadModule php_module         modules/mod_php.so
</IfDefine>
<IfDefine HAVE_PHP3>
LoadModule php3_module        modules/libphp3.so
</IfDefine>
<IfDefine HAVE_PHP4>
LoadModule php4_module        modules/libphp4.so
</IfDefine>













Best regards,
 Richard  
mailto:[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to