gonchik / munki

Automatically exported from code.google.com/p/munki
Other
0 stars 0 forks source link

Munki and web server not working together #120

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i am having an issue where i cant get munki to show on the localhost/munki_repo 
page.

I have followed all the required steps and cant get this to work. its munki 
version 8 on OSX server 10.5.8

I have gone to the server admin app and enabled the web service and started it
I have installed munki
I have created a munki_repo folder and its subfolders in 
/Library/WebServer/Documents
I have set permissions for it so everyone can read and execute

if i go to http://localhost i get the default apple "welcome to apple server" 
page
however when i go to http://localhost/munki_repo i get an access denied page.

I have tried everything with no luck

Original issue reported on code.google.com by nicoipho...@gmail.com on 5 Oct 2011 at 1:25

GoogleCodeExporter commented 8 years ago
If you want to view the directory structure for the munki_repo folder via a web 
browser you have to enable the "Indexes" option.  On 10.6.8 , the option in 
"Server Admin" is under Web -> Sites -> Options -> "Folder Listing".  Apache by 
default does not allow the directory contents to be browsed.

A better test would be to put a manifest file in munki_repo/manifests/  , and 
then try to view it in the web browser.  So if you put the sample from 
http://code.google.com/p/munki/source/browse/manifest%20examples/sample?repo=exa
mples ,  into the manifests directory then go to 
http://localhost/munki_repo/manifests/sample , you should see its contents.

- Trey

Original comment by treyd...@gmail.com on 5 Oct 2011 at 4:21

GoogleCodeExporter commented 8 years ago

Original comment by gregnea...@mac.com on 1 Nov 2011 at 4:45