C
ChloëC
Guest
Dear,
My server is currently running on openSUSE 11 and Plesk 9.5. Works fine, but there is a problem which my hoster could'nt solve.
For some parts of websites running on my server are some PHP functions needed which are not configured. These include the sockets. The sockets are not configured and that's a very important part which still does not work.
The question is whether it is possible to reinstall the entire PHP through Plesk. A second/new full version of PHP install is possible, but then my server will contain two different PHP's which is not so handy and probably not smart.
Is this possible? Or has anyone an other solution to get all the PHP functions I need?
This is what I really need:
Note: I've been looking at php.ini and apache conf, but I couldn't find anything for the sockets. I've already tried to configure it again but by that some commands (like --restart for apache2) weren't available anymore. The sockets did work after that but not anymore now 'cause of a reinstall for the whole server. (Beginning at the first point again ... )
My server is currently running on openSUSE 11 and Plesk 9.5. Works fine, but there is a problem which my hoster could'nt solve.
For some parts of websites running on my server are some PHP functions needed which are not configured. These include the sockets. The sockets are not configured and that's a very important part which still does not work.
The question is whether it is possible to reinstall the entire PHP through Plesk. A second/new full version of PHP install is possible, but then my server will contain two different PHP's which is not so handy and probably not smart.
Is this possible? Or has anyone an other solution to get all the PHP functions I need?
This is what I really need:
./configure --prefix=/usr --datadir=/usr/share/php5 --mandir=/usr/share/man --bindir=/usr/bin --with-libdir=lib --includedir=/usr/include --sysconfdir=/etc/php5/apache2 --with-config-file-path=/etc/php5/apache2 --with-config-file-scan-dir=/etc/php5/conf.d --enable-libxml --enable-session --with-mm --with-pcre-regex=/usr --enable-xml --enable-simplexml --enable-spl --enable-filter --disable-debug --enable-inline-optimization --disable-rpath --disable-static --enable-shared --program-suffix=5 --with-pic --with-gnu-ld --with-system-tzdata=/usr/share/zoneinfo --with-apxs2=/usr/sbin/apxs2 --disable-all --disable-cli --enable-sockets
Note: I've been looking at php.ini and apache conf, but I couldn't find anything for the sockets. I've already tried to configure it again but by that some commands (like --restart for apache2) weren't available anymore. The sockets did work after that but not anymore now 'cause of a reinstall for the whole server. (Beginning at the first point again ... )
Last edited by a moderator: