Difference between revisions of "Plesk Shared Hosting Template"
From copec
(→ProFTPd) |
|||
(22 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
== Changes == | == Changes == | ||
=== Diffie-Hellman Parameters === | === Diffie-Hellman Parameters === | ||
− | + | # openssl dhparam -out /etc/ssl/dhparams.pem 2048 | |
=== Nginx === | === Nginx === | ||
− | * | + | * [https://unaen.org/pb/87@raw /etc/nginx/nginx.conf] |
=== Apache2 === | === Apache2 === | ||
− | * | + | * [https://unaen.org/pb/65@raw /etc/apache2/mods-available/fcgid.conf] |
+ | * [https://unaen.org/pb/4a@raw /etc/apache2/mods-available/ssl.conf] | ||
+ | * [https://unaen.org/pb/3i@raw /etc/apache2/mods-available/mpm_prefork.conf] | ||
+ | |||
+ | === Postfix === | ||
+ | * [https://unaen.org/pb/1o@raw /etc/postfix/master.cf] | ||
+ | * [https://unaen.org/pb/9f@raw /etc/postfix/main.cf] | ||
+ | |||
+ | === Courier === | ||
+ | * [https://unaen.org/pb/3v@raw /etc/courier-imap/imapd-ssl] | ||
+ | * [https://unaen.org/pb/8c@raw /etc/courier-imap/imapd] | ||
+ | * [https://unaen.org/pb/72@raw /etc/courier-imap/imapd.cnf] | ||
+ | * [https://unaen.org/pb/59@raw /etc/courier-imap/pop3d-ssl] | ||
+ | * [https://unaen.org/pb/56@raw /etc/courier-imap/pop3d] | ||
+ | * [https://unaen.org/pb/6w@raw /etc/courier-imap/pop3d.cnf] | ||
+ | |||
+ | === ProFTPd === | ||
+ | * [https://unaen.org/pb/3s@raw /etc/proftpd.conf] | ||
+ | * [https://unaen.org/pb/2c@raw /etc/proftpd.d/99-xmission.conf] |
Latest revision as of 11:35, 12 February 2016
Contents
Overview
Ongoing notes for the changes overlay for a XMission Plesk shared hosting server.
Links
https://weakdh.org/sysadmin.html
Changes
Diffie-Hellman Parameters
# openssl dhparam -out /etc/ssl/dhparams.pem 2048
Nginx
Apache2
- /etc/apache2/mods-available/fcgid.conf
- /etc/apache2/mods-available/ssl.conf
- /etc/apache2/mods-available/mpm_prefork.conf
Postfix
Courier
- /etc/courier-imap/imapd-ssl
- /etc/courier-imap/imapd
- /etc/courier-imap/imapd.cnf
- /etc/courier-imap/pop3d-ssl
- /etc/courier-imap/pop3d
- /etc/courier-imap/pop3d.cnf