Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


OS X 1.2v3 | 13 comments | Create New Account
Click here to return to the 'OS X 1.2v3' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
OS X 1.2v3
Authored by: victory on Sep 20, '01 09:46:52PM
Sorry, I don't know anything about OSX server. But until someone smarter comes along, here's something you might try. The command sequence shown is actually fairly generic and probably the only thing keeping it from working is that OSX server might keep it's weblogs in a different location than OSX workstation. If you're not sure where that is, try:
sudo find / -name "access_log*" -print
(You'll be asked for your admin p/w) to search your system for the access logs. If you find them, use whatever path is shown in place of /var/log/access_log* as described in the hint. This assumes OSX server is running Apache(?).

[ Reply to This | # ]