Skip to content

Instantly share code, notes, and snippets.

View Gunio's full-sized avatar

gundotio Gunio

View GitHub Profile
@Gunio
Gunio / gist:1536565
Created December 29, 2011 22:52
Siri CalDAV
<VirtualHost *:80>
ServerName www.example.com
ServerAlias example.com
ServerAdmin [email protected]
WSGIScriptAlias /cal /srv/http/caldav-to-gtasks/server.py
<Directory /srv/http/caldav-to-gtasks/>
AuthType Basic
AuthName "WSGI"