Tue, 07 Sep 2004
pyblosxom fully functional! :)
aargh. I've done RewriteRules for py*. There's my configuration from apache:
	Alias /blog "/home/web/tools/blogs/znouza"
	
	<Directory "/home/web/tools/blogs/znouza">
    	DirectoryIndex index.cgi
		Options ExecCGI Indexes FollowSymlinks
		AllowOverride All
		Order allow,deny
		allow from all
		RewriteEngine On
		RewriteCond %{REQUEST_FILENAME} !-f
		RewriteCond %{REQUEST_FILENAME} !-d
		RewriteRule ^(.*)$ /blog/index.cgi/$1 [L,QSA]
		<Files index.cgi>
		     SetHandler cgi-script
		</Files>
		<Files config.py>
			deny from all
		</Files>
	</Directory>


(posted at 14:03 | filed under | link)    (comments | add new)