commit 3a26e2ee6ba5da4bb77c20c0c353360b53e1618d
parent 801adc3c713adb784b7817d0ecac7328d097f16f
Author: rob <rob@tarina.org>
Date: Tue, 14 Nov 2023 14:56:42 +0000
namechange
Diffstat:
2 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/extras/tarina.conf b/extras/tarina.conf
@@ -1,34 +0,0 @@
-<VirtualHost *:80>
- ServerAdmin info@tarina.org
- WSGIScriptAlias / /home/pi/tarina/srv/tarinaserver.py
- WSGIPassAuthorization On
- AddType text/html .py
- Alias /static /home/pi/tarina/srv/static
- <Directory />
- Options FollowSymLinks
- AllowOverride None
- </Directory>
- <Directory /home/pi/srv>
- Options Indexes FollowSymLinks MultiViews
- AllowOverride None
- Order allow,deny
- allow from all
- </Directory>
-
- 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>
-
- ErrorLog ${APACHE_LOG_DIR}/error.log
-
- # Possible values include: debug, info, notice, warn, error, crit,
- # alert, emerg.
- LogLevel warn
-
- CustomLog ${APACHE_LOG_DIR}/access.log combined
-
-</VirtualHost>
diff --git a/extras/tarinaretake.conf b/extras/tarinaretake.conf
@@ -0,0 +1,34 @@
+<VirtualHost *:80>
+ ServerAdmin info@tarina.org
+ WSGIScriptAlias / /home/pi/tarinaretake/srv/tarinaserver.py
+ WSGIPassAuthorization On
+ AddType text/html .py
+ Alias /static /home/pi/tarinaretake/srv/static
+ <Directory />
+ Options FollowSymLinks
+ AllowOverride None
+ </Directory>
+ <Directory /home/pi/srv>
+ Options Indexes FollowSymLinks MultiViews
+ AllowOverride None
+ Order allow,deny
+ allow from all
+ </Directory>
+
+ 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>
+
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+
+ # Possible values include: debug, info, notice, warn, error, crit,
+ # alert, emerg.
+ LogLevel warn
+
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+
+</VirtualHost>