|
Apache Menu Commands
Show User Site Folder will display the contents of your personal Web site folder in Finder. To view the contents of this folder in your Web browser, enter:
http://localhost/~username
or
http://127.0.0.1/~username
in your browser. Replace "username" with the short name you have chosen in the System's Users preferences.
Show Server Site Folder will display the contents of in Apache's main Web site folder in Finder. To view the contents of this folder in your Web browser, simply enter:
http://localhost/
or
http://127.0.0.1/
in the browser.
View Recent Log will show the last entries in the Web server's log in a new PageSpinner Window. Useful to get quick look at the recent activity on the server.
Edit Configuration in Pico will let you modify the Web server settings in the Terminal application using the pico text editor. This may be useful when you want to enable PHP or other features in Apache. To quit pico in the Terminal type Control+X.
Related Info: Enabling PHP in OS X 10.2-10.4
|