Konfigurationsdateien für Apache

Alle Konfigurationsdateien für Apache können in Plesk über die Apache-Systemkonfiguration (standardmäßig /etc/httpd/httpd.conf) in der Datei zz010_psa_httpd.conf mithilfe der Anweisung Include eingesetzt werden. Die Datei zz010_psa_httpd.conf ist je nach Betriebssystem in /etc/apache2/conf.d/ oder /etc/httpd/conf.d/ zu finden.

In der folgenden Tabelle finden Sie die Hierarchie der Konfigurationsdateien für Apache.

/etc/httpd/httpd.conf      
image 72288.gif
/etc/httpd/conf.d/zz010_psa_httpd.conf    
 
image 72288.gif
/etc/httpd/conf/plesk.conf.d/server.conf  
   
image 72280.gif
/etc/httpd/conf/plesk.conf.d/ip_default/@ <Domainname> .conf -> /var/www/vhosts/system/<Domainname>/conf/httpd_ip_default.conf
 
image 72288.gif
/etc/httpd/conf/plesk.conf.d/horde.conf  
   
image 72288.gif
/etc/httpd/conf/plesk.conf.d/webmails/horde/ <Domainname> _webmail.conf
 
image 72288.gif
/etc/httpd/conf/plesk.conf.d/roundcube.conf  
   
image 72288.gif
/etc/httpd/conf/plesk.conf.d/webmails/roundcube/ <Domainname> _webmail.conf
 
image 72288.gif
/etc/httpd/conf/plesk.conf.d/atmail.conf  
   
image 72288.gif
/etc/httpd/conf/plesk.conf.d/webmails/atmail/ <Domainname> _webmail.conf
 
image 72287.gif
/etc/httpd/conf/plesk.conf.d/vhosts/@ <Domainname> .conf -> /var/www/vhosts/system/<Domainname>/conf/last_httpd.conf  
   
image 72288.gif
/usr/local/psa/admin/conf/file_sharing.conf*
   
image 72289.gif
/var/www/vhosts/system/ <Domainname> /conf/siteapp.d/*.conf
   
image 72290.gif
/var/www/vhosts/system/ <Domainname> /conf/vhost_ssl.conf
   
image 72291.gif
/var/www/vhosts/system/ <Domainname> /conf/vhost.conf*
 
image 72288.gif
/etc/httpd/conf/plesk.conf.d/forwarding/ <Domainname> .conf  
 
image 72293.gif
/etc/httpd/conf/plesk.conf.d/wildcards/@ <Domainname> .conf -> /var/www/vhosts/system/_<Domainname>/conf/last_httpd.conf  

In diesem Diagramm:

 
  • – Systemkonfigurationsdatei
 
  • – Von Plesk generierte Dateien
 
  • – Von Plesk anhand von Konfigurations-Templates generierte Dateien
 
  • – Vom Benutzer erstellte Dateien, die benutzerdefinierte Konfigurationsanweisungen enthalten

Die Datei file_sharing.conf wird nicht generiert, sondern mit Plesk ausgeliefert.

Dateien aus siteapp.d/*.conf werden mit den entsprechenden APS-Paketen geliefert.

Der Platzhalter <Domainname> steht für den Domainnamen der Website, für die die Konfiguration erstellt wird.

Konfigurationsdateien für nginx

Alle Konfigurationsdateien für nginx können in Plesk über die nginx-Systemkonfiguration (standardmäßig /etc/httpd/nginx.conf) in der Datei zz010_psa_nginx.conf mithilfe der Anweisung Include eingesetzt werden. Die Datei zz010_psa_nginx.conf ist unter /etc/nginx/conf.d/ zu finden.

In der folgenden Tabelle finden Sie die Hierarchie der Konfigurationsdateien für nginx.

/etc/nginx/nginx.conf      
image 72297.gif
/etc/nginx/conf.d/zz010_psa_nginx.conf    
 
image 72298.gif
/etc/nginx/plesk.conf.d/server.conf  
 
image 72299.gif
/etc/nginx/plesk.conf.d/vhosts/@ <Domainname> .conf -> /var/www/vhosts/system/ <Domainname> /conf/last_nginx.conf  
   
image 72300.gif
/var/www/vhosts/system/ <Domainname> /conf/vhost_nginx.conf
 
image 72301.gif
/etc/nginx/plesk.conf.d/forwarding/ <Domainname> .conf  

In diesem Diagramm:

 
  • – Systemkonfigurationsdatei
 
  • – Von Plesk generierte Dateien
 
  • – Von Plesk anhand von Konfigurations-Templates generierte Dateien
 
  • – Vom Benutzer erstellte Dateien, die benutzerdefinierte Konfigurationsanweisungen enthalten

Der Platzhalter <Domainname> steht für den Domainnamen der Website, für die die Konfiguration erstellt wird.