No content change.

This commit is contained in:
Niels Serup 2011-08-11 00:00:52 +02:00
parent 24dca93398
commit 806ecf0439
3 changed files with 42 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,7 +11,6 @@
/extra/atom.xml
log.mege
.finallog.mege
apache-config
.debug
/mege
.test.org

41
apache-config Normal file
View File

@ -0,0 +1,41 @@
<VirtualHost *:80>
ServerName metanohi.name
ServerAlias nohi.lcl
ServerAdmin ns@metanohi.org
DocumentRoot /home/niels/www/meta/nohi
Alias /robots.txt /home/niels/www/meta/nohi/extra/robots.txt
Alias /favicon.ico /home/niels/www/meta/nohi/extra/favicon.ico
Alias /favicon.png /home/niels/www/meta/nohi/extra/favicon.png
Alias /atom.xml /home/niels/www/meta/nohi/extra/atom.xml
Alias /feedicon.png /home/niels/www/meta/nohi/extra/feedicon.png
Alias /feedlogo.png /home/niels/www/meta/nohi/extra/feedlogo.png
Alias /static /home/niels/www/meta/nohi/static
Alias /heavy /home/niels/www/meta/nohi/heavy
<Directory /home/niels/www/meta/nohi>
Order allow,deny
Allow from all
</Directory>
WSGIDaemonProcess metanohi.name processes=2 threads=30 display-name=%{GROUP}
WSGIProcessGroup metanohi.name
WSGIScriptAlias / /home/niels/www/meta/nohi/nohi.wsgi
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
LogLevel warn
ErrorLog ${APACHE_LOG_DIR}/metanohi.name-error.log
CustomLog ${APACHE_LOG_DIR}/metanohi.name-access.log combined
</VirtualHost>

View File

@ -8,5 +8,5 @@ git pull
cd ~/www/meta/nohi
git pull
git feed
mege feed
mege restart