H howesey macrumors 6502a Original poster Dec 4, 2005 #1 How can you get Apache to load at boot (even without login would be useful)? I have to manually start it through 'System Prefs -> Sharing' after login. I have also installed MySQL, where does it live on the computer? I cannot find it anywhere.
How can you get Apache to load at boot (even without login would be useful)? I have to manually start it through 'System Prefs -> Sharing' after login. I have also installed MySQL, where does it live on the computer? I cannot find it anywhere.
belvdr macrumors 603 Dec 4, 2005 #2 If you checked Personal Web Sharing in Sys Prefs, Apache should start automatically, even without login. You can setup MySQL to autostart by editing /etc/hostconfig and placing this inside, if it doesn't exist: Code: MYSQLCOM=-YES- If it does exist and says NO, then change it to YES. You'll need to use sudo to edit /etc/hostconfig. Also, MySQL lives under /usr/local/mysql.
If you checked Personal Web Sharing in Sys Prefs, Apache should start automatically, even without login. You can setup MySQL to autostart by editing /etc/hostconfig and placing this inside, if it doesn't exist: Code: MYSQLCOM=-YES- If it does exist and says NO, then change it to YES. You'll need to use sudo to edit /etc/hostconfig. Also, MySQL lives under /usr/local/mysql.
H howesey macrumors 6502a Original poster Dec 4, 2005 #3 How do I view '/etc ' directories? Finder has hidden them. Personal Web Sharing on every login disables.
How do I view '/etc ' directories? Finder has hidden them. Personal Web Sharing on every login disables.
mkrishnan Moderator emeritus Dec 4, 2005 #4 howesey said: Personal Web Sharing on every login disables. Click to expand... Strange... I don't think it should. 🙁 Mine seems to be persistent. Do you have anything in any of the sites folders? And you can view the folder /etc with terminal. 🙂 ls -la /private/etc
howesey said: Personal Web Sharing on every login disables. Click to expand... Strange... I don't think it should. 🙁 Mine seems to be persistent. Do you have anything in any of the sites folders? And you can view the folder /etc with terminal. 🙂 ls -la /private/etc
H howesey macrumors 6502a Original poster Dec 4, 2005 #5 File Buddy shows /etc, /usr etc. It has un-hidden them in Finder also. http://howesey.serveftp.net/ What I have in /Library/WebServer/Documents/
File Buddy shows /etc, /usr etc. It has un-hidden them in Finder also. http://howesey.serveftp.net/ What I have in /Library/WebServer/Documents/
H hopejr macrumors 6502 Dec 5, 2005 #6 you can get to /etc in Finder by going to Go -> Go to folder... and typing in /etc