Difference between revisions of "Plesk Shared Hosting Template"

From copec
Jump to: navigation, search
(Created page with " == Overview == Ongoing notes for the changes overlay for a XMission Plesk shared hosting server. == Links == [https://weakdh.org/sysadmin.html https://weakdh.org/sysadmin.ht...")
 
(ProFTPd)
 
(23 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
== Changes ==
 
== Changes ==
 
=== Diffie-Hellman Parameters ===
 
=== Diffie-Hellman Parameters ===
<pre>openssl dhparam -out /etc/ssl/dhparams.pem 2048</pre>
+
# openssl dhparam -out /etc/ssl/dhparams.pem 2048
  
 
=== Nginx ===
 
=== Nginx ===
<pre>/etc/nginx/nginx.conf</pre>
+
* [https://unaen.org/pb/87@raw /etc/nginx/nginx.conf]
  
 
=== Apache2 ===
 
=== Apache2 ===
<pre>/etc/apache2/mods-available/fcgid.conf</pre>
+
* [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

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

Postfix

Courier

ProFTPd