| Article: |
Apache Web-Serving with Mac OS X: Part 2 | |
| Subject: | Server Admin | |
| Date: | 2002-02-01 11:21:55 | |
| From: | galt606 | |
| First I would like to say that these are great and I am learning a lot from them. However, and this may be the wrong forum, how does this compare to OS X Server? Should I be following these steps in Server also? There are ways to access these things through the GUI, is that what you would recommend? The reason I'm concerned is because /etc/httpd has both an httpd.conf file and httpd_macosxserver.conf file. I don't know which it uses. Thanks for these, and any info about this. | ||
Showing messages 1 through 1 of 1.
-
Server Admin
2002-02-03 13:23:46 Morbus Iff |
[View]



As for which config file it uses, you can find out what DEFAULT file it will use by issuing a httpd -V on the command line. You'll see an entry in there about SERVER_CONFIG_FILE. Note that this can be overwritten on the command line (ie. you could say httpd -c /etc/httpd/httpd_macosxserver.conf) to start up with that file instead of the builtin default.
One simple way of finding out which one is used is simply to make some changes in the GUI configuration, save those changes, and then check the modification date of each file to see which has changed.