Fixing a 403 is generally simpler than most folks think. It generally means that your web server doesn't have the permissions it needs to read the requested resource. Open Terminal and do an "ls -l" in your web root to see how the permission differ between the apple-provided index.html and your munki_repo directory and its contents.
You want to make sure that the web server process has read access to everything and execute access on munki_repo and its subdirectories.
---
Joe Wollard
Ideally I want to keep all installers on a separate drive
On May 30, 2012, at 10:26 AM, notverypc
Hello,I work for the Eastman School of Music's computer lab as an assistant, and we are using munki to roll out updates on web apps. I had it set up and running for a while, but recently I started getting error 22 followed by 404 which I think is the same error notverypc had. I am using the wiki on my server the same way that you are so perhaps you could help? The wiki still works so I am not entirely sure what the problem is. I have been looking through my httpd.conf file to do your drop in from your step 2 because I am hosting from a different drive and currently have the repo linked in /Library/Server/Web/Data/Sites/Default/ Perhaps that is the problem?Any help would be appreciated, I will probably get it up and running again eventually but if I can save a couple of days of ignorantly stumbling through the schools server that would be good.Thanks,Stuart-