Hi, I want to start by saying that I'm not really a Linux admin. I'm administering a small site on a virtual server at GoDaddy and I'm trying to address some of the problems I have with some aspect of the applications running on the site. This is my problem:

I am missing the support for openssl in PHP. I went into the php (5.2.9) source directory, run the configure utility with the desired options and then ran Make. The proper libphp5.so was created. I then stopped apache and ran make install.

This is a part of httpd.conf:
LoadModule auth_passthrough_module modules/mod_auth_passthrough.so
LoadModule bwlimited_module modules/mod_bwlimited.so
LoadModule frontpage_module modules/mod_frontpage.so



Include "/usr/local/apache/conf/php.conf"
Include "/usr/local/apache/conf/includes/errordocument.conf"

and this is the content of php.conf:

# This file was automatically generated by the Cpanel PHP Configuration system # If you wish to change the way PHP is being handled by Apache on your system,
# use the /usr/local/cpanel/bin/rebuild_phpconf script or the WHM interface.
#
# Manual edits of this file will be lost when Apache is updated.


# SuPHP configuration for PHP5
LoadModule suphp_module modules/mod_suphp.so
suPHP_Engine on
AddType application/x-httpd-php5 .php5 .php4 .php .php3 .php2 .phtml
<Directory />
    suPHP_AddHandler application/x-httpd-php5
</Directory>

# End of autogenerated PHP configuration.


Although the libphp5.so in the modules directory of apache has been replaced by the newly created library, it seems that the old php build is still running as phpinfo() indicates. Is there a suphp configuration that I need to edit ?

Thanks in advance

Michel

_______________________________________________
suPHP mailing list
[email protected]
https://lists.marsching.com/mailman/listinfo/suphp

Reply via email to