Troubleshooting / Debugging Apache2 SSL Issues
openssl s_client -connect www1.tud.at:443 http://raibledesigns.com/wiki/Wiki.jsp?page=ApacheSSL
openssl s_client -connect www1.tud.at:443 http://raibledesigns.com/wiki/Wiki.jsp?page=ApacheSSL
https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-14-04-lts
using the command: sudo nano /etc/apache2/envvars change the user and group to yourself if there is only one user […]
sudo a2enmod rewrite In 14.04, the name of the default configuration file is changed to 000-default.conf : sudo gedit /etc/apache2/sites-available/000-default.conf […]
down vote To enable it the rewrite module, run “apache2 enable module rewrite”: sudo a2enmod rewrite sudo […]
You must be logged in to post a comment.