From c2d2eeed6398953682c746dd8cda778279710686 Mon Sep 17 00:00:00 2001 From: pvincent Date: Thu, 5 Jun 2025 11:30:01 +0400 Subject: [PATCH] install coding block --- sympa/install.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/sympa/install.md b/sympa/install.md index e5dc60b..6fed24c 100644 --- a/sympa/install.md +++ b/sympa/install.md @@ -21,16 +21,16 @@ USE OF: postfix + postgresql + apache2 + fcgi * a2enmod rewrite proxy_fcgi * vim /etc/apache2/sites-available/sympa.conf ``` - - ServerName localhost - RewriteEngine On - RewriteRule ^/$ /wws [R] - - SetHandler "proxy:unix:/run/sympa/wwsympa.socket|fcgi://localhost" - Require all granted - - + + ServerName localhost + RewriteEngine On + RewriteRule ^/$ /wws [R] + + SetHandler "proxy:unix:/run/sympa/wwsympa.socket|fcgi://localhost" + Require all granted + + ``` - * a2dissite 000-default.conf - * a2ensite sympa.conf - * systemctl restart apache2 sympa +* a2dissite 000-default.conf +* a2ensite sympa.conf +* systemctl restart apache2 sympa