Files
I2P_Website/etc/apache2.i2p.conf

19 lines
501 B
Plaintext

<VirtualHost *:80>
#change ServerName and ServerAdmin to your own.
ServerName www.geti2p.net
ServerAdmin example@geti2p.net
DocumentRoot /var/www/i2p.www
WSGIDaemonProcess i2p2www user=www-data group=www-data threads=2
WSGIScriptAlias / /var/www/i2p.www/i2p.wsgi
<Directory /var/www/i2p.www/>
WSGIProcessGroup i2p2www
WSGIApplicationGroup %{GLOBAL}
WSGIScriptReloading On
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>