Skip to content

Instantly share code, notes, and snippets.

@Balamir
Last active March 13, 2018 13:05
Show Gist options
  • Save Balamir/17e933f81bcff74eccbe31e4f5067eaa to your computer and use it in GitHub Desktop.
Save Balamir/17e933f81bcff74eccbe31e4f5067eaa to your computer and use it in GitHub Desktop.

Revisions

  1. Balamir revised this gist Mar 13, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion mac-os-checklist.txt
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,5 @@ For example your previous PHP version was 5.6. Then find the following line on y
    php5_module libexec/apache2/libphp5.so

    And replace with the new version.
    Then restart apache with the "sudo apachectl restart" command.
    Then check your config with the "sudo apachectl configtest" command.
    If everything is fine, then restart apache with the "sudo apachectl restart" command.
  2. Balamir revised this gist Mar 13, 2018. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion mac-os-checklist.txt
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,5 @@ For Apache and PHP
    For example your previous PHP version was 5.6. Then find the following line on your httpd.conf file after copy/paste:
    php5_module libexec/apache2/libphp5.so

    And replace with the new version.
    And replace with the new version.
    Then restart apache with the "sudo apachectl restart" command.
  3. Balamir revised this gist Mar 13, 2018. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion mac-os-checklist.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,12 @@
    * Backup / sync Apache configs
    * Backup / sync browser settings
    * Backup / sync Atom editor config
    * Backup / sync Atom editor config

    For Apache and PHP
    * Check Apache root for the previous settings file. They will have a 'previous' suffix. Just rename.
    * After upgrade, probably your PHP version will be changed. So, you should check your httpd.conf file for the PHP version.

    For example your previous PHP version was 5.6. Then find the following line on your httpd.conf file after copy/paste:
    php5_module libexec/apache2/libphp5.so

    And replace with the new version.
  4. Balamir revised this gist Mar 13, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mac-os-checklist.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    * Backup / sync Apache configs
    * Backup / sync browser settings
    *
    * Backup / sync Atom editor config
  5. Balamir created this gist Mar 13, 2018.
    3 changes: 3 additions & 0 deletions mac-os-checklist.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    * Backup / sync Apache configs
    * Backup / sync browser settings
    *