Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

zyggiepyggie

macrumors member
Original poster
Hi,

I'm trying to set up Software Update Server on an xserve to use one URL for all Versions of OS X.

I've found this article on the Apple Support site which is very useful. Only problem I'm having is where abouts in the SWUPD.conf should I put:

Code:
LoadModule rewrite_module       libexec/apache2/mod_rewrite.so
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} Darwin/10
    RewriteRule ^/index\.sucatalog$ /index-leopard-snowleopard.merged-1.sucatalog
    RewriteCond %{HTTP_USER_AGENT} Darwin/9
    RewriteRule ^/index\.sucatalog$ /index-leopard.merged-1.sucatalog

I'm assuming the 'LoadModule_rewrite_module' line goes under the DSO section with the other modules but where does the rest belong?

Cheers.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.