We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
unpacked http://cgiirc.org/releases/cgiirc-0.5.12.tar.gz in /usr/local, renamed it to cgiirc
apache2 configuration
This results in:
An error occurred: Communication socket already exists
I verified that no cgi* files were under /tmp (none at all in fact).
The text was updated successfully, but these errors were encountered: