Skip to content

Instantly share code, notes, and snippets.

@gelinger777
Created November 15, 2022 16:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gelinger777/d10d99c1117d7528fc024ed8d24ec7c9 to your computer and use it in GitHub Desktop.
Save gelinger777/d10d99c1117d7528fc024ed8d24ec7c9 to your computer and use it in GitHub Desktop.
<VirtualHost *:443>
ServerName lmkticket.amepheas.at
SSLEngine on
SSLCertificateFile /appl/apache2/ssl/apache-selfsigned.crt
SSLCertificateKeyFile /appl/apache2/ssl/apache-selfsigned.key
ServerAdmin you@your.address
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 you@your.address
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