Welcome!

Welcome to my blog!

Stay tuned for updates on my personal projects and general thoughts and musings.

See you soon!

< *:80>
	ServerName WWW.YOURAPP.COM
	ServerAlias YOURAPP

	 YOURAPP user=YOU group=YOU threads=5 home=/PATH/TO/YOURAPP/
	 / /PATH/TO/YOURAPP/YOURAPP.wsgi

	<Directory /PATH/TO/YOUR/APP>
		 YOURAPP
		 %{GLOBAL}
		 On
		Order deny,allow
		Allow from all
	</Directory>
</>