60b158fb191048cb1445b8911ef37d06ed100bd5
LRC Lecture Record Control project
based on Vue-Flask (typescript)
Example Virtual Host Config for WSGI
<VirtualHost *:80>
ServerName lrc
ServerAlias lrc.local
ServerAdmin kurze@kit.edu
ErrorLog "/var/log/httpd/lrc.local-error_log"
CustomLog "/var/log/httpd/lrc.local-access_log" common
DocumentRoot /srv/http/lrc/
WSGIScriptAlias / /srv/http/lrc/app.wsgi
<Directory "/srv/http/lrc/">
Allow from all
</Directory>
</VirtualHost>
Description
Languages
Python
93.4%
Shell
6.6%