Created
November 15, 2022 16:01
-
-
Save gelinger777/d10d99c1117d7528fc024ed8d24ec7c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:443> | |
ServerName lmkticket.amepheas.at | |
SSLEngine on | |
SSLCertificateFile /appl/apache2/ssl/apache-selfsigned.crt | |
SSLCertificateKeyFile /appl/apache2/ssl/apache-selfsigned.key | |
ServerAdmin [email protected] | |
ScriptAlias /cgi-bin/ "/appl/apache2/cgi-bin/" | |
ScriptAlias /amepheas/ "/appl/amepheas/bin/amepheas.fcgi/" | |
AddHandler fastcgi-script .fcgi | |
SetOutputFilter DEFLATE | |
</VirtualHost> | |
<VirtualHost *:443> | |
ServerName lmktest.amepheas.at | |
SSLEngine on | |
SSLCertificateFile /appl/apache2/ssl/apache-selfsigned.crt | |
SSLCertificateKeyFile /appl/apache2/ssl/apache-selfsigned.key | |
ServerAdmin [email protected] | |
ScriptAlias /cgi-bin/ "/appl/apache2/cgi-bin/" | |
ScriptAlias /amepheas/ "/appl/amepheas/bin/amepheas2.fcgi/" | |
AddHandler fastcgi-script .fcgi | |
SetOutputFilter DEFLATE | |
</VirtualHost> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment