File : {{__/etc/apache2/httpd.conf__}}: %%prettify {{{ ... Include /private/etc/apache2/hg/user.conf }}} /% File: {{__/etc/apache2/users/user.conf__}}: %%prettify {{{ <Directory "/home/user/Sites/"> Options Indexes MultiViews SymLinksIfOwnerMatch Includes ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> }}} /% For some reason, {{/Users/user ...}} did not work, so I made a link to {{/home}}. File: {{__/etc/apache2/hg/arcoleo.conf__}}: %%prettify {{{ ScriptAliasMatch ^/~user/hg(.*) /home/user/repo/hg/hgwebdir.cgi$1 <Directory /home/user/repo/hg> Options ExecCGI FollowSymLinks AllowOverride All Order allow,deny Allow from all </Directory> }}} /% ---- [Hg | CategoryComputing.SCM.Hg] - [Python | CategoryComputing.Lang.Python] - [Mac | CategoryComputing.Mac] - [Fixme | CategoryFixme] - [Networking | CategoryComputing.Networking]