All public logs

Jump to navigation Jump to search

Combined display of all available logs of SMUSwiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 10:40, 20 August 2024 Jay.prost talk contribs created page IT:Secure (Created page with "== Base Setup == #install apache2<pre>apt install apache2</pre> # enable SSL and headers <pre>a2enmod enable ssl headers proxy_fcgi</pre> # Append stapeling to ssl mod <pre> SSLStaplingCache shmcb:/tmp/ocsp(128000)</pre> == Copy over files from old install == (note: this will change) sudo rsync -av root@secure.smus.ca:/var/www/ /var/www/ sudo rsync -av root@secure.smus.ca:/etc/logrotate.d/apache2 /etc/logrotate.d/ sudo /etc/init.d/apache2 restart")