| Paste number 71599: | fribidi config |
| Pasted by: | cworth |
| When: | 6 months, 4 weeks ago |
| Share: | Tweet this! | http://paste.lisp.org/+1J8V |
| Channel: | None |
| Paste contents: |
e# cat /etc/apache2/sites-available/fribidi.freedesktop.org
<VirtualHost *:80>
ServerName fribidi.freedesktop.org
ServerAlias www.fribidi.org fribidi.org
# Uncomment these, and perhaps change them), to support aliases.
# ServerAlias www.fribidi.org fribidi.org
# Some projects might like a project-specific address here instead.
ServerAdmin sitewranglers@freedesktop.org
DocumentRoot /srv/fribidi.freedesktop.org/www
<Directory /srv/fribidi.freedesktop.org/www>
Options Indexes FollowSymLinks
AllowOverride None
</Directory>
CustomLog /var/log/apache2/fribidi.freedesktop.org-access.log combined
ErrorLog /var/log/apache2/fribidi.freedesktop.org-error.log
# MoinMoin wiki configuration
<Files wiki>
SetHandler python-program
PythonPath "['/srv/fribidi.freedesktop.org/moin']+sys.path"
PythonHandler MoinMoin.request.request_modpython::Request.run
</Files>
</VirtualHost>
This paste has no annotations.