Mac OS X Server 1
Today, all the Mac are belong to Apple. We changed the servers hostname. FAIL. After the change, we were unable to control / use the Blogs or calendars. In the process, we ended up renaming a group, due to a misspelling. After all that, nothing works.
Here are things we learned.
Apache
- Config: /etc/apache2
- Date: /Library/WebServer
- wiki: Proxy to localhost:8087/groups
Wiki
- Config: OpenDirectory (Workgroup Manager)
- Data: /Library/Collaboration
Process Control
- wiki: com.apple.wikid.plist
- apache: org.apache.httpd.plist
Process Monitoring
- dtruss -f -p [pid]
- locate pid: launchctl list|grep wiki
6141 - com.apple.wikid
e.g. PID 6141
Webmail
Roundcude is much cooler than SquirelMail. (d'uh).
- This Link has a link to a PDF which shows the step-by-step for installing Roundcube.
- Set an alias on your mail site: "/webmail -> /path/to/roundcube"
thanks for sharing this. I learn it too!