Last active
March 13, 2018 13:05
-
-
Save Balamir/17e933f81bcff74eccbe31e4f5067eaa to your computer and use it in GitHub Desktop.
Revisions
-
Balamir revised this gist
Mar 13, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 check your config with the "sudo apachectl configtest" command. If everything is fine, then restart apache with the "sudo apachectl restart" command. -
Balamir revised this gist
Mar 13, 2018 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. Then restart apache with the "sudo apachectl restart" command. -
Balamir revised this gist
Mar 13, 2018 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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. -
Balamir revised this gist
Mar 13, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
Balamir created this gist
Mar 13, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ * Backup / sync Apache configs * Backup / sync browser settings *