MacBook Setup
- Unpack, plug-in, and power-up
- Login
- Record ps -ef
- Install microSD
- Start TimeMachine
- Setup app icons dashboard
- Set lower right sleep
- Add seven pages?
- Web server
- PHP
- Eclipse
- MySQL
- PhpMyAdmin
- Photo Editor - Image Tricks Lite
- Settings for WWW rsync
- Add aliases
- Mail
- Messages
- Install Firefox
- Install Chrome
- Setup auto bg processes
- Setup crontab
- Setup phplib
- Setup test environment
- Setup ZZZ
- Install Bash Scripts
- Install Desktop Background
- Install Postgres to test PDO
MacBook Debug
CHECK IF APACHE IS INSTALLED
httpd -v
Server version: Apache/2.4.54 (Unix)
Server built: Jul 28 2022 16:19:07
CHECK IF APACHE IS RUNNING
ps -ef | grep httpd
0 147 1 0 9:36AM ?? 0:00.40 /usr/sbin/httpd -D FOREGROUND
70 378 147 0 9:37AM ?? 0:00.01 /usr/sbin/httpd -D FOREGROUND
70 768 147 0 9:38AM ?? 0:00.01 /usr/sbin/httpd -D FOREGROUND
501 1404 859 0 10:13AM ttys000 0:00.01 grep httpd

START APACHE
sudo apachectl -k rt
LOAD APACHE
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist
RESTORE APACHE CONFIG FILE
sudo vi /opt/local/etc/apache2/httpd.conf
sudo vi /opt/local/etc/apache2/httpd.conf
|