shy2pk

Member
Aug 4, 2005
8
0
151
Hello,


I was trying to install ioncube on my VDS and i followed every instruction which are written in www.webhostgear.com/77.html but when i tried to restart apache but it didn't restart instead of restarting it got stop .... well i removed a line which i typed in php.ini regarding ioncube and tried again to restart apache and now it restarted ... i just want to know the reason what was the problem and where did i make mistake .... i guess i followed each and everything as it's mentioned in Webhostgear .......

I appreciate every reply in advance.

Thanks
Regards,
AJ
 

Stephanie_R

Active Member
Mar 1, 2004
36
0
156
Instead of restarting with apache with /etc/init.d/httpd start or /usr/local/apache/bin/apachectl start
just use:

/etc/init.d/httpd restart

I had the same issue after re-installing ioncube when we updated to the new php 4.4.1
 

ashketchum

Member
Dec 8, 2006
9
0
151
Hello,


I was trying to install ioncube on my VDS and i followed every instruction which are written in www.webhostgear.com/77.html but when i tried to restart apache but it didn't restart instead of restarting it got stop .... well i removed a line which i typed in php.ini regarding ioncube and tried again to restart apache and now it restarted ... i just want to know the reason what was the problem and where did i make mistake .... i guess i followed each and everything as it's mentioned in Webhostgear .......

I appreciate every reply in advance.

Thanks
Regards,
AJ
Make sure that you add the line "zend_extension=..." before all other zend_extension lines. If you add it at the end of all the other "zend_extension" , Apache will fail to start.