vlion: cut of the flammarion woodcut, colored (Default)
2015-07-28 02:30 am
Entry tags:

arf. durrr.

such family, much week, so wow.

(a.k.a., flights which depart at 5am are reasons to stay up very very late because 3am is when you depart and oh wait, that means going to bed at 8pm (uh not going to happen).

things are good in v'lion-land. working collating my professional sites into something recognizably professional.
vlion: cut of the flammarion woodcut, colored (Default)
2009-12-15 02:16 pm
Entry tags:

serving multiple hg repos on a mac

to get hgwebdir running on Snow Leopard

step 1: open /etc/apache2/httpd.conf
edit the "points to" directory to some directory of your choosing set up a cgi-bin rewrite for /hg mapping to /ome/directory/hgwebdir.cgi

step 2: add hgwebdir.cgi to /some/directory.

step 3: add the repos you want to add to the configuration file, see hgwebdir.cgi for more info

step 4: chmod 755 /some/directory

step 5: chmod -R 755 on your repo; also chmod 755 directories on up the directory tree.

-chown is probably not needed??

-web user is _www

also don't forget to start the webserver on system preferences.