Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does not work via https #13

Open
ghost opened this issue Jul 19, 2018 · 0 comments
Open

does not work via https #13

ghost opened this issue Jul 19, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 19, 2018

unpacked http://cgiirc.org/releases/cgiirc-0.5.12.tar.gz in /usr/local, renamed it to cgiirc

apache2 configuration

<VirtualHost *:443>
    <Directory "/usr/local/cgiirc">
        Options All
        AllowOverride All
        Require all granted
    </Directory>
    Alias /cgi-bin/images /usr/local/cgiirc/images
    ScriptAlias /cgi-bin /usr/local/cgiirc
    ServerAdmin [email protected]
    DocumentRoot /var/www/htdocs.chat.knageroe.nl
    ServerName chat.knageroe.nl
    CustomLog /var/log/apache2/chat.knageroe.nl_access_log combined
    ErrorLog /var/log/apache2/chat.knageroe.nl_error_log

Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/chat.knageroe.nl/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/chat.knageroe.nl/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>

This results in:

An error occurred: Communication socket already exists

I verified that no cgi* files were under /tmp (none at all in fact).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants