Changes between Initial Version and Version 1 of Ticket #3020, comment 2


Ignore:
Timestamp:
11/05/23 11:36:22 (13 months ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3020, comment 2

    initial v1  
    2424
    2525{{{
    26 systemctl disable smartd.service
     26systemctl mask smartd.service
    2727systemctl disable systemd-journald-audit.socket
     28systemctl disable saslauthd postfix #don't want it sending mail, except when testing mail
    2829}}}
    2930
     31# copy over from osgeo6 - key is already installed, so we can get straight to rsync
     32{{{
     33rsync -avz --exclude=DEPRECATED root@osgeo6.osgeo.osuosl.org:/var/www/* /var/www/
     34}}}
     35
     36#once that is over then apache starts fine
     37
     38{{{
     39a2dissite mapserver.org  #these have hard-coded ips so don't start on container which has a different ip
     40a2dissite mapserver.org-le-ssl
     41systemctl start apache2
     42}}}