-
-
Save erikng/7140045 to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c> | |
RewriteEngine On | |
RewriteCond %{HTTP_USER_AGENT} Darwin/9 | |
RewriteRule ^/index\.sucatalog$ http://%{HTTP_HOST}/cgi-bin/SoftwareUpdateServerGetCatalog?/index-leopard.merged-1.sucatalog | |
RewriteCond %{HTTP_USER_AGENT} Darwin/10 | |
RewriteRule ^/index\.sucatalog$ http://%{HTTP_HOST}/cgi-bin/SoftwareUpdateServerGetCatalog?/index-leopard-snowleopard.merged-1.sucatalog | |
RewriteCond %{HTTP_USER_AGENT} Darwin/11 | |
RewriteRule ^/index\.sucatalog$ http://%{HTTP_HOST}/cgi-bin/SoftwareUpdateServerGetCatalog?/index-lion-snowleopard-leopard.merged-1.sucatalog | |
RewriteCond %{HTTP_USER_AGENT} Darwin/12 | |
RewriteRule ^/index\.sucatalog$ http://%{HTTP_HOST}/cgi-bin/SoftwareUpdateServerGetCatalog?/index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | |
RewriteCond %{HTTP_USER_AGENT} Darwin/13 | |
RewriteRule ^/index\.sucatalog$ http://%{HTTP_HOST}/cgi-bin/SoftwareUpdateServerGetCatalog?/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog | |
</IfModule> |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>otherCatalogs</key> | |
<array> | |
<string>index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string> | |
<string>index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog</string> | |
<string>index-lion-snowleopard-leopard.merged-1.sucatalog</string> | |
<string>index-leopard-snowleopard.merged-1.sucatalog</string> | |
</array> | |
</dict> | |
</plist> |
erikng
commented
Oct 24, 2013
- sudo serveradmin stop swupdate
- make changes to files in /Library/Server/Software\ Update/Config
- sudo serveradmin start swupdate
- Wait for updates to download
Awesome.... it continues to amaze me ( I don't know why at this point ) that Apple doesn't seem to ever get the SUS server 100% right. Thanx erikng for figuring it out this time and posting the corrections as a GIST which is awesome compared to wading thru Apple Discussions and/or waiting for Apple getting around to updating the software.
Thanks so much, I always need to google for these required updates after a SUS change is required.
Thank you!
I replaced swupd.conf
and swupd.plist
with the files above, but how can I access the sucatalog file? http://su.example.com:8088/index-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
doesn't seem to work...
@tjsoftworks I think that apple wants more people to go to caching server for software updates.
Motionbug, that would be fine if caching server served updates. It just serves apps.
@jondthompson the Caching service as part of Server.app 2.2.1 did serve software updates when accessed by clients running 10.8.2 or later, the one in Mavericks server also serves these other content types.
Also, people are seemingly coming to this thread without context, just to be explicit this gist seems like it was originally helpful for folks using the wdas/reposado project.
Hey guys, sorry for never replying to any of the comments (I never received any notifications!).
Given that Yosemite is now quasi-public, I've decided to make a new gist for it.