Compare commits
No commits in common. "792057b2976d19603beb369dcb8cfa76d20b9179" and "fd5bd76db21b065dfc1e1b4b29c4173cf12ca4ff" have entirely different histories.
792057b297
...
fd5bd76db2
@ -1,25 +0,0 @@
|
|||||||
<VirtualHost *:443>
|
|
||||||
ServerName brecal.bsmd-emswe.eu
|
|
||||||
ServerAlias www.brecal.bsmd-emswe.eu
|
|
||||||
ServerAdmin webmaster@localhost
|
|
||||||
DocumentRoot /var/www/brecal/src/server
|
|
||||||
|
|
||||||
WSGIDaemonProcess flaskapp_prod threads=15 display-name=%{GROUP} restart-interval=86400
|
|
||||||
WSGIProcessGroup flaskapp_prod
|
|
||||||
WSGIScriptAlias / /var/www/brecal/src/server/flaskapp.wsgi
|
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
|
||||||
WSGIPassAuthorization On
|
|
||||||
|
|
||||||
<Directory server>
|
|
||||||
WSGIProcessGroup brecal
|
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
|
||||||
Order deny,allow
|
|
||||||
Allow from all
|
|
||||||
</Directory>
|
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/brecal-error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/brecal-access.log combined
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/brecal.bsmd-emswe.eu/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/brecal.bsmd-emswe.eu/privkey.pem
|
|
||||||
</VirtualHost>
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
<VirtualHost *:443>
|
|
||||||
ServerName brecaldevel.bsmd-emswe.eu
|
|
||||||
ServerAlias www.brecaldevel.bsmd-emswe.eu
|
|
||||||
ServerAdmin webmaster@localhost
|
|
||||||
DocumentRoot /var/www/brecal_devel/src/server
|
|
||||||
|
|
||||||
WSGIDaemonProcess flaskapp_devel threads=15 display-name=%{GROUP} restart-interval=86400
|
|
||||||
WSGIProcessGroup flaskapp_devel
|
|
||||||
WSGIScriptAlias / /var/www/brecal_devel/src/server/flaskapp.wsgi
|
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
|
||||||
WSGIPassAuthorization On
|
|
||||||
|
|
||||||
<Directory server>
|
|
||||||
WSGIProcessGroup brecaldevel
|
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
|
||||||
Order deny,allow
|
|
||||||
Allow from all
|
|
||||||
</Directory>
|
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/brecaldevel-error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/brecaldevel-access.log combined
|
|
||||||
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/brecaldevel.bsmd-emswe.eu/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/brecaldevel.bsmd-emswe.eu/privkey.pem
|
|
||||||
</VirtualHost>
|
|
||||||
@ -1,26 +0,0 @@
|
|||||||
<VirtualHost *:443>
|
|
||||||
ServerName brecaltest.bsmd-emswe.eu
|
|
||||||
ServerAlias www.brecaltest.bsmd-emswe.eu
|
|
||||||
ServerAdmin webmaster@localhost
|
|
||||||
DocumentRoot /var/www/brecal_test/src/server
|
|
||||||
|
|
||||||
WSGIDaemonProcess flaskapp_test threads=15 display-name=%{GROUP} restart-interval=86400
|
|
||||||
WSGIProcessGroup flaskapp_test
|
|
||||||
WSGIScriptAlias / /var/www/brecal_test/src/server/flaskapp.wsgi
|
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
|
||||||
WSGIPassAuthorization On
|
|
||||||
|
|
||||||
<Directory server>
|
|
||||||
WSGIProcessGroup brecaltest
|
|
||||||
WSGIApplicationGroup %{GLOBAL}
|
|
||||||
Order deny,allow
|
|
||||||
Allow from all
|
|
||||||
</Directory>
|
|
||||||
|
|
||||||
ErrorLog ${APACHE_LOG_DIR}/brecaltest-error.log
|
|
||||||
CustomLog ${APACHE_LOG_DIR}/brecaltest-access.log combined
|
|
||||||
|
|
||||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
|
||||||
SSLCertificateFile /etc/letsencrypt/live/brecaltest.bsmd-emswe.eu/fullchain.pem
|
|
||||||
SSLCertificateKeyFile /etc/letsencrypt/live/brecaltest.bsmd-emswe.eu/privkey.pem
|
|
||||||
</VirtualHost>
|
|
||||||
@ -307,7 +307,6 @@ namespace BreCalClient
|
|||||||
{
|
{
|
||||||
labelGeneralStatus.Text = $"Connection {ConnectionStatus.SUCCESSFUL}";
|
labelGeneralStatus.Text = $"Connection {ConnectionStatus.SUCCESSFUL}";
|
||||||
labelGeneralStatus.Text = $"Ok";
|
labelGeneralStatus.Text = $"Ok";
|
||||||
labelStatusBar.Text = "";
|
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user