Bitte etwas genauer (Fehlermeldungen, Logs, Configs, etc.), danke.Garfield200508 wrote:in der datenbank ist die domain vorhanden, nur nicht auf dem server
Domain anlegen funktioniert nicht
Re: Domain anlegen funktioniert nicht
PayPal.Me/JoeUser ● FreeBSD Remote Installation
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Wings for Life ● Wings for Life World Run
„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
Re: Domain anlegen funktioniert nicht
Du meinst, wenn du die DOmain aufrufst, kommst du nicht auf eine neu angelegte Skeleton Seite von SysCP, sondern landest in /var/www ?
Re: Domain anlegen funktioniert nicht
Bitte folgende Datei anlegen:
nano /etc/apache2/httpd.conf
Dann im SysCP unter "IPs and Ports":
NameVirtualHost ja
vHost Container ja
ServerName ja
Wie hast du SysCP eigentlich installiert? Per Paketmanager apt oder manuell die Daten in /var/www/syscp entpackt? Ich gehe davon aus, dass du die Konfigurationsdateien alle erstellt hast, wie im SysCP Adminlogin abrufbar?
nano /etc/apache2/httpd.conf
Code: Select all
DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory> NameVirtualHost ja
vHost Container ja
ServerName ja
Wie hast du SysCP eigentlich installiert? Per Paketmanager apt oder manuell die Daten in /var/www/syscp entpackt? Ich gehe davon aus, dass du die Konfigurationsdateien alle erstellt hast, wie im SysCP Adminlogin abrufbar?
