• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

I broke Apache upgrading php

T

talon39

Guest
I was trying to upgrade PHP from 4.3.9 to 4.3.11.2.6
I used an rpm i downloaded php-4.3.11-2.6.i386.rpm.
I used the -nodeps option.
Now apache will not restart. How do I get back where I was?
Yes I know Im a dumbass. Please help me.
 
not a very smart move indeed...

you can try to remove the new rpm and re-install the older one.

or you can list all your php rpm's (rpm -qa | grep ^php), upgrade the remaining php-* packages, and double check your /etc/php.ini, /etc/php.d/*, /etc/httpd/conf.d/php.conf and /etc/httpd/conf/httpd.conf.
 
if you have the old php rpms you might try this:

# rpm -Uvh --oldpackage foo-1-1.i386.rpm

-poke
 
Unfortunately the original version came installed on the server.
 
That sucks :(

I've given you all the resources I have. How important is this box?
 
Back
Top