ispCP - Board - Support
Probleme mit Subdomains - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: Probleme mit Subdomains (/thread-14259.html)



Probleme mit Subdomains - djabit - 06-27-2011 02:45 AM

Hi,

ich hab einen Kunden, der hat eine Webseite, bei der ganz viele Subdomains auf Ordner im root Verzeichnis der Hauptseite zeigen.
Der Kram lief bisher auf nem Cpanel Server.

Kann ich das irgendwie auch mit ispcp möglich machen?

Also eine Subdomain, die auf einen Ordner im htdocs Verzeichnis der Hauptdomain zeigt (ohne, dass dabei wieder ein neuer htdocs Ordner ensteht)?

Danke


RE: Probleme mit Subdomains - piccolo - 06-27-2011 04:42 PM

Hallo Djabit,

so weit ich weiß geht so eine Anforderung nicht out-of-the-box. Da ist etwas "Handarbeit" gefragt. Sollte aber prinzipiell Möglich sein. Da müsstest du die Apache config noch etwas manuell modifizieren nach dem anlegen der Subdomains.

Gruß
piccolo


RE: Probleme mit Subdomains - Knut - 06-28-2011 01:33 AM

Das ginge auf der Shell z.B. so:

Code:
cd /etc/apache2/ispcp/
pico meine-domain-zu-anpassen.conf
Folgendes eintragen:
Code:
#
# Custom apache configuration for rpa-darmstadt.de
#
# Any changes made to this file will be preserved.
# ispCP doesn't and won't verify the contents of this file.
#
# This file should NOT be deleted, otherwise apache will fail to start
#

    ServerAlias     www.meine-domain-zu-anpassen.de meine-domain-zu-anpassen.de subdomain1.meine-domain-zu-anpassen.de

Aspeichern und den Apachen neu laden.

Knut