Aufruf von SubDomains nicht mehr möglichDiskutiere Aufruf von SubDomains nicht mehr möglich im Technik Forum im Bereich Plesk-Forum; Ich wünsche einen wunderschönen Tag zu haben!
Ich als eingefleischter Windows Systemadministrator beisse mir gerade die Zähne an meinem VServer aus. Die Jungs von Google ... -
Aufruf von SubDomains nicht mehr möglich Ich wünsche einen wunderschönen Tag zu haben!
Ich als eingefleischter Windows Systemadministrator beisse mir gerade die Zähne an meinem VServer aus. Die Jungs von Google habe ich schon in ihre Bibliothek geschickt und außerdem habe ich dieses Forum nach einer Lösung durchforstet. Bitte seid mir nicht böse, falls es eine super einfache Lösung für dieses Problem geben sollte bzw. dieses Thema evtl. ein zweites mal eröffnet zu haben. Ich bin bei meinen vorherigen versuchen kläglich gescheitet, versichere aber mir größtmögliche Mühe gegeben zu haben. Bis jetzt passten die gefundenen Beiträge nicht wirklich zu meinem Problem. Systeminformation:- Strato VServer[/*:m:2qshkv21]
- Linux version 2.6.9-023stab046.2-enterprise (root@rhel4-32) (gcc version 3.4.5 20051201 (Red Hat 3.4.5-2))[/*:m:2qshkv21]
- Parallels Plesk Panel 9.0.1[/*:m:2qshkv21]
Problem:
Ich habe mir für meine Domain eine Subdomain angelegt.
subdomain.meinedomain.org
Die Domain ist eine wirklich existierende. Auch die benötigen DNS Einträge sowohl für die Domain, als auch für die Subdomain sind vorhanden. Bis vor einigen Tagen funktionierte alles wunderbar. Die Subdomain zeigte mir den Inhalt, den sie zeigen sollte, die Domain den Inhalt, der für sie vorgesehen war.
Nun habe ich das Problem, dass beim Aufruf der Subdomain: Code: Domain Default page
If you see this page, it means that you have set up your web server for serving a new site, but have not uploaded the site content yet.
You have the following choices:
* You can upload your web site contents using FTP.
* You can install web applications on your site: an image gallery, a discussion forum, a blog, an online store, a chat, and many other applications.
* You can create a site using SiteBuilder wizard.
Login to Plesk control panel: https://subdomain.domain.org:8443 erscheint. Nicht wirklich schön. Ich habe bewusst auch nicht wirklich etwas verändert. Nun gut. Ich habe dann mal in den Ordner Code: /srv/www/vhosts/MeineDomäne/subdomains/subdomain/httpdocs/ geschaut und siehe da, alle Daten noch drin. Hier liegt das Problem also nicht. Als nächsten habe ich in die Datei: Code: /srv/www/vhosts/domain/conf/httpd.include geguckt. Hier fand ich dann auch: Code: <VirtualHost 111.111.111.111:80>
ServerName subdomain.domain.org:80
SuexecUserGroup domain.org psacln
ServerAdmin "admin@domain.org"
DocumentRoot /srv/www/vhosts/domain.org/subdomains/subdomain/httpdocs
CustomLog /srv/www/vhosts/domain.org/statistics/logs/access_log plesklog
ErrorLog /srv/www/vhosts/domain.org/statistics/logs/error_log
ScriptAlias /cgi-bin/ /srv/www/vhosts/domain.org/subdomains/subdomain/cgi-bin/
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /srv/www/vhosts/domain.org/subdomains/subdomain/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.pl$)>
SetHandler perl-script
PerlHandler ModPerl::Registry
Options ExecCGI
allow from all
PerlSendHeader On
</Files>
</IfModule>
<IfModule mod_perl.c>
<Files ~ (\.asp$)>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
</Files>
</IfModule>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/domain.org/subdomains/subdomain/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/domain.org/subdomains/subdomain/httpdocs:/tmp"
</IfModule>
<IfModule mod_python.c>
<Files ~ (\.py$)>
SetHandler python-program
PythonHandler mod_python.cgihandler
</Files>
</IfModule>
Options +Includes +ExecCGI
</Directory>
</VirtualHost> Sieht für mich auch erst mal okay aus.... Naja und jetzt beginnt mein Grübeln. Was könnte es noch sein?
Für Hilfe wäre ich sehr dankbar.
Die freundlichsten Grüße
Hoschie -
Re: Aufruf von SubDomains nicht mehr möglich Geh mal in Plesk rein.. Hauptmenü - Einstellungen => Servereinstellungen
Schau dort bei dem einrag: Apache Neustartintervall
ob du da was eingegeben hast.
Bei mir steht der wert auf 900 (5minuten).
Das ist kein richtiger neustart des Apache aber die Configs werden dann neu eingeleaden (reload).
Was anderes fällt mir nicht ein. oder halt mal den apache per hand neu zu starten und ggf den cache deines browser zu leeren. -
Re: Aufruf von SubDomains nicht mehr möglich Huhu,
vielen Dank für Deine Idee! Hat leider nicht geklappt. Habe auch schon mehrere Serverneustarts versucht. Leider ohne Erfolg!
Freundliche Grüße
Hoschie -
Re: Aufruf von SubDomains nicht mehr möglich Hmm vielleicht hilft dir meine Config weiter.. zum überprüfen: Code: # ATTENTION!
# DO NOT MODIFY THIS FILE OR ANY PART OF IT. THIS CAN RESULT IN IMPROPER PLESK
# FUNCTIONING OR FAILURE, CAUSE DAMAGE AND LOSS OF DATA. IF YOU REQUIRE CUSTOM
# MODIFICATIONS TO BE APPLIED TO THE CONFIGURATION, PLEASE, PERFORM THEM IN THE
# FOLLOWING FILE(S):
# /srv/www/vhosts/maindomain.de/conf/vhost.conf
# /srv/www/vhosts/maindomain.de/conf/vhost_ssl.conf
# /srv/www/vhosts/maindomain.de/subdomains/<subdomain-name>/conf/vhost.conf
<IfModule mod_ssl.c>
<VirtualHost 85.214.xxx.xxx:443>
ServerName maindomain.de:443
ServerAlias www.maindomain.de
UseCanonicalName Off
ServerAlias ad.maindomain2.info
ServerAlias www.ad.maindomain2.info
SuexecUserGroup ftpusername psacln
ServerAdmin adminmail@maindomain.de
DocumentRoot /srv/www/vhosts/maindomain.de/httpdocs
CustomLog /srv/www/vhosts/maindomain.de/statistics/logs/access_ssl_log plesklog
ErrorLog /srv/www/vhosts/maindomain.de/statistics/logs/error_log
<IfModule mod_userdir.c>
UserDir /srv/www/vhosts/maindomain.de/web_users
</IfModule>
ScriptAlias /cgi-bin/ /srv/www/vhosts/maindomain.de/cgi-bin/
Alias /plesk-stat /srv/www/vhosts/maindomain.de/statistics/
<Location /plesk-stat/>
Options +Indexes
</Location>
<Location /plesk-stat/logs/>
Require valid-user
</Location>
Alias /webstat /srv/www/vhosts/maindomain.de/statistics/webstat
Alias /webstat-ssl /srv/www/vhosts/maindomain.de/statistics/webstat-ssl
Alias /ftpstat /srv/www/vhosts/maindomain.de/statistics/ftpstat
Alias /anon_ftpstat /srv/www/vhosts/maindomain.de/statistics/anon_ftpstat
Alias /awstats-icon /usr/share/apache2/icons/awstats/icon
SSLEngine on
SSLVerifyClient none
SSLCertificateFile /usr/local/psa/var/certificates/certyMA6069
<Directory /srv/www/vhosts/maindomain.de/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.asp$)>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
</Files>
</IfModule>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/maindomain.de/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/maindomain.de/httpdocs:/tmp"
</IfModule>
SSLRequireSSL
Options -Includes +ExecCGI
</Directory>
<Directory /srv/www/vhosts/maindomain.de/web_users>
<IfModule sapi_apache2.c>
php_admin_flag engine off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>
</Directory>
Alias "/error_docs" "/srv/www/vhosts/maindomain.de/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
ErrorDocument 405 /error_docs/method_not_allowed.html
ErrorDocument 406 /error_docs/not_acceptable.html
ErrorDocument 407 /error_docs/proxy_authentication_required.html
ErrorDocument 412 /error_docs/precondition_failed.html
ErrorDocument 415 /error_docs/unsupported_media_type.html
ErrorDocument 501 /error_docs/not_implemented.html
ErrorDocument 502 /error_docs/bad_gateway.html
</VirtualHost>
</IfModule>
<VirtualHost 85.214.xxx.xxx:80>
ServerName maindomain.de:80
ServerAlias www.maindomain.de
UseCanonicalName Off
ServerAlias ad.maindomain2.info
ServerAlias www.ad.maindomain2.info
SuexecUserGroup ftpusername psacln
ServerAdmin "adminmail@maindomain.de"
DocumentRoot /srv/www/vhosts/maindomain.de/httpdocs
CustomLog /srv/www/vhosts/maindomain.de/statistics/logs/access_log plesklog
ErrorLog /srv/www/vhosts/maindomain.de/statistics/logs/error_log
<IfModule mod_userdir.c>
UserDir /srv/www/vhosts/maindomain.de/web_users
</IfModule>
ScriptAlias /cgi-bin/ /srv/www/vhosts/maindomain.de/cgi-bin/
Redirect permanent /plesk-stat https://maindomain.de/plesk-stat
Redirect permanent /webstat https://maindomain.de/webstat
Redirect permanent /webstat-ssl https://maindomain.de/webstat-ssl
Redirect permanent /ftpstat https://maindomain.de/ftpstat
Redirect permanent /anon_ftpstat https://maindomain.de/anon_ftpstat
Redirect permanent /awstats-icon https://maindomain.de/awstats-icon
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /srv/www/vhosts/maindomain.de/httpdocs>
<IfModule mod_perl.c>
<Files ~ (\.asp$)>
SetHandler perl-script
PerlHandler Apache::ASP
PerlSetVar Global /tmp
</Files>
</IfModule>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/maindomain.de/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/maindomain.de/httpdocs:/tmp"
</IfModule>
Options -Includes +ExecCGI
</Directory>
<Directory /srv/www/vhosts/maindomain.de/web_users>
<IfModule sapi_apache2.c>
php_admin_flag engine off
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine off
</IfModule>
</Directory>
Alias "/error_docs" "/srv/www/vhosts/maindomain.de/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
ErrorDocument 405 /error_docs/method_not_allowed.html
ErrorDocument 406 /error_docs/not_acceptable.html
ErrorDocument 407 /error_docs/proxy_authentication_required.html
ErrorDocument 412 /error_docs/precondition_failed.html
ErrorDocument 415 /error_docs/unsupported_media_type.html
ErrorDocument 501 /error_docs/not_implemented.html
ErrorDocument 502 /error_docs/bad_gateway.html
</VirtualHost>
<VirtualHost 85.214.xxx.xxxx:80>
ServerName subdomain.maindomain.de:80
ServerAdmin "adminmail@maindomain.de"
DocumentRoot /srv/www/vhosts/maindomain.de/subdomains/subdomain/httpdocs
CustomLog /srv/www/vhosts/maindomain.de/statistics/logs/access_log plesklog
ErrorLog /srv/www/vhosts/maindomain.de/statistics/logs/error_log
<IfModule mod_ssl.c>
SSLEngine off
</IfModule>
<Directory /srv/www/vhosts/maindomain.de/subdomains/subdomain/httpdocs>
<IfModule sapi_apache2.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/maindomain.de/subdomains/subdomain/httpdocs:/tmp"
</IfModule>
<IfModule mod_php5.c>
php_admin_flag engine on
php_admin_flag safe_mode off
php_admin_value open_basedir "/srv/www/vhosts/maindomain.de/subdomains/subdomain/httpdocs:/tmp"
</IfModule>
Options -Includes -ExecCGI
</Directory>
Alias "/error_docs" "/srv/www/vhosts/maindomain.de/error_docs"
ErrorDocument 400 /error_docs/bad_request.html
ErrorDocument 401 /error_docs/unauthorized.html
ErrorDocument 403 /error_docs/forbidden.html
ErrorDocument 404 /error_docs/not_found.html
ErrorDocument 500 /error_docs/internal_server_error.html
ErrorDocument 405 /error_docs/method_not_allowed.html
ErrorDocument 406 /error_docs/not_acceptable.html
ErrorDocument 407 /error_docs/proxy_authentication_required.html
ErrorDocument 412 /error_docs/precondition_failed.html
ErrorDocument 415 /error_docs/unsupported_media_type.html
ErrorDocument 501 /error_docs/not_implemented.html
ErrorDocument 502 /error_docs/bad_gateway.html
</VirtualHost> -
Re: Aufruf von SubDomains nicht mehr möglich Huhu Schamane,
das ist ja lieb, dass Du Dich so um mich sorgst :-) Ich werde Deine Konfiguration mal mit meiner abgleichen (jedoch nicht mehr jetzt, muß erst mal schlafen gehen *g*).
Pauschaul bin ich dagegen meine komlette Konfiguration zu ersetzen. Mag Plesk das überhaupt. Hatte bis jetzt immer im Kopf, dass er sich die selbst zurecht wurschtelt und auch immer wieder Änderungen die ich manuell tätigen würde, überschreibt. Nun gut, versuch macht klug.
Was mich bis jetzt jedoch sehr irritiert ist, dass vorher alles lief und sich meine Konfiguration gar nicht mal so falsch liest.
Freundliche und zugleich verzweifelte Grüße
Hoschie -
Re: Aufruf von SubDomains nicht mehr möglich Hast Du auf der Subdomain Joomla??
Hatte mal so ein vorkommen bei einem Kunden mit Joomla. Da habe ich die Domain Restort.
Sonst sorry und Grüsse
Sascha Aufruf von SubDomains nicht mehr möglich Ähnliche Themen zu Aufruf von SubDomains nicht mehr möglich -
[gelöst] Login in Webmail nicht mehr möglich: Hallo liebe Leute,
ich bin seit heute Morgen stolzer Besitzer bzw. Nutzer von Plesk.
... -
Plesk9 kein ftp Login mehr möglich mit ftp user: Hi,
nach update auf Plesk 9 habe ich das Problem, das die ftp User der Domains sich nichtmehr über... -
Plesk Login nicht mehr möglich: Guten Tag.
Ich nutze seit kurzem einen Root Server zum Hosten von diversen Onlinegames. Zur... -
Bacup nicht mehr möglich: Liebe Community!
Seit dem ich auf Plesk 9.x geupdatet habe, legte er andauernd Backups lokal und... -
Kein FTP Login mehr möglich: Moin moin erst einmal einen schönen guten Tag und ein dickes Lob das es Foren wie dieses gibt :D... Besucher kamen mit folgenden Begriffen auf die Seite: aufruf subdomain,
parallels plesk subdomain,
SuexecUserGroup psacln,
Apache Neustartintervall,
plesk subdomain alias,
http:www.plesk-forum.deaufruf-subdomains-mehr-moeglich-1316.html,
plesk legt keine subdomains an,
plesk Apache Neustartintervall,
plesk subdomain redirect,
Apache Neustartintervall plesk,
plesk legt keine subdomains mehr an,
plesk subdomain forbidden,
aufruf subdomains,
kann subdomain nicht mehr aufrufen plesk,
parallels plesk subdomains,
aufruf von subdomains,
1und1 plesk subdomain dns vhost.conf ,
apache subdomain forbidden,
setting up a subdomain in plesk apache 2,
joomla subdomain forbidden,
joomla subdomain,
webserver perl geht nicht forbidden plesk,
joomla strato 403,
plesk apache subdomains,
1und1 subdomain forbidden
|