How get php working again after upgrading to 10.2.4

Posted:
in macOS edited January 2014
After I upgraded to 10.2.4, Apache broke, and also php.I have written an <a href="http://www.macwrite.com/harrisonfiles/php-in-mac-os-x-jaguar.php"; target="_blank">article on how to restore PHP in 10.2.4</a>

Comments

  • Reply 1 of 2
    eugeneeugene Posts: 8,254member
    [quote]Originally posted by Mac Write:

    <strong>After I upgraded to 10.2.4, Apache broke, and also php.I have written an <a href="http://www.macwrite.com/harrisonfiles/php-in-mac-os-x-jaguar.php"; target="_blank">article on how to restore PHP in 10.2.4</a></strong><hr></blockquote>



    Or if you made a lot of changes to your httpd.conf and want all those changes back...



    1) back-up /etc/httpd.conf to /etc/httpd.conf.backup

    2) rename /etc/httpd.conf.applesaved /etc/httpd.conf

    3) Add the new rendezvous related module lines plus a few lines at the bottom of the new httpd.conf to your old one

    4) toggle web sharing off and on
  • Reply 2 of 2
    xoolxool Posts: 2,460member
    I just diffed the two files in BBEdit and applied my custom changes from the saved file to the fresh 10.2.4 file. Now its all working great and I still have all my addons.



    Same as the other approach, just the other way 'round.
Sign In or Register to comment.