Current time: 05-17-2024, 01:48 PM Hello There, Guest! (LoginRegister)


Post Reply 
Subdomains ploetzlich nicht mehr verfuegbar
Author Message
sisko Offline
Junior Member
*

Posts: 108
Joined: Aug 2007
Reputation: 0
Post: #1
Subdomains ploetzlich nicht mehr verfuegbar
gestern gab es im rz wo mein webserver steht einen ausfall. kurz zuvor hatte ich noch eine domain deaktiviert. nachdem die stoerung heute behoben war lief auch alles wieder. heute abend werd eich jedoch angerufen das jemand die gewuenschte adresse nicht aufrufen kann.
in dem fall handelt es sich um http://gswi.realfunclan-base.de/login.php
wie gesagt ging das noch bis heute am fruehen nachmittag. nun nicht mehr. bekomme den fehler 'File Not Found'.
neuangelegte subs werden zur hauptdomain redirected.
kein plan was da ploetzlich los ist. hab mal die errorlog des apachen mit angehangen. vielleicht findne ja die profis hier den fehler Smile
10-26-2008 05:51 AM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #2
RE: Subdomains ploetzlich nicht mehr verfuegbar
was soll denn da dann kommen? guck doch mal in die datei /etc/apache2/site-enable/ispcp.conf ob die domain an die richtige stelle geht oder überhaupt vorhanden ist...


mfg
10-26-2008 07:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sisko Offline
Junior Member
*

Posts: 108
Joined: Aug 2007
Reputation: 0
Post: #3
RE: Subdomains ploetzlich nicht mehr verfuegbar
also meiner meinung nach passt da alles.
ging ja auch bis heute nachmittag.

Code:
# httpd [realfunclan-base.de] dmn entry BEGIN.
<VirtualHost 89.238.75.98:80>

    <IfModule suexec_module>
           SuexecUserGroup vu2001 vu2001
    </IfModule>

    ServerAdmin     webmaster@realfunclan-base.de
    DocumentRoot    /var/www/virtual/realfunclan-base.de/htdocs

    ServerName      realfunclan-base.de
    ServerAlias     www.realfunclan-base.de realfunclan-base.de *.realfunclan-base.de

    ErrorLog        /var/log/apache2/users/realfunclan-base.de-error.log
    TransferLog     /var/log/apache2/users/realfunclan-base.de-access.log

    CustomLog       /var/log/apache2/realfunclan-base.de-traf.log traff
    CustomLog       /var/log/apache2/realfunclan-base.de-combined.log combined

    Alias /errors   /var/www/virtual/realfunclan-base.de/errors/

    RedirectMatch permanent ^/ftp([\/]?)        http://admin.realfunclanbase.de/ftp/
    RedirectMatch permanent ^/pma([\/]?)        http://admin.realfunclanbase.de/pma/
    RedirectMatch permanent ^/webmail([\/]?)    http://admin.realfunclanbase.de/webmail/

    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    <IfModule mod_cband.c>
        CBandUser realfunclan-base.de
    </IfModule>

    # httpd awstats support BEGIN.

   ProxyRequests Off

   <Proxy *>
      Order deny,allow
      Allow from all
   </Proxy>

   ProxyPass             /stats     http://localhost/stats/realfunclan-base.de
   ProxyPassReverse     /stats    http://localhost/stats/realfunclan-base.de
   # httpd awstats support END.

    # httpd dmn entry cgi support BEGIN.
    ScriptAlias /cgi-bin/ /var/www/virtual/realfunclan-base.de/cgi-bin/
    <Directory /var/www/virtual/realfunclan-base.de/cgi-bin>
        AllowOverride AuthConfig
        #Options ExecCGI
        Order allow,deny
        Allow from all
    </Directory>
    # httpd dmn entry cgi support END.

    # httpd dmn entry PHP2 support BEGIN.
    <IfModule mod_php4.c>
        php_admin_value open_basedir "/var/www/virtual/realfunclan-base.de/:/var/www/virtual/realfunclan-base.de/phptmp/:/usr/share/php/"
        php_admin_value upload_tmp_dir "/var/www/virtual/realfunclan-base.de/phptmp/"
        php_admin_value session.save_path "/var/www/virtual/realfunclan-base.de/phptmp/"
        php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i'
    </IfModule>
    <IfModule mod_php5.c>
        php_admin_value open_basedir "/var/www/virtual/realfunclan-base.de/:/var/www/virtual/realfunclan-base.de/phptmp/:/usr/share/php/"
        php_admin_value upload_tmp_dir "/var/www/virtual/realfunclan-base.de/phptmp/"
        php_admin_value session.save_path "/var/www/virtual/realfunclan-base.de/phptmp/"
        php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2001 -t -i'
    </IfModule>
    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/realfunclan-base.de/
        ScriptAlias /php5/ /var/www/fcgi/realfunclan-base.de/
        <Directory "/var/www/fcgi/realfunclan-base.de">
            AllowOverride None
            Options +ExecCGI -MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>
    # httpd dmn entry PHP2 support END.

    <Directory /var/www/virtual/realfunclan-base.de/htdocs>
        # httpd dmn entry PHP support BEGIN.
        # httpd dmn entry PHP support END.
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        Allow from all
    </Directory>

    Include /etc/apache2/ispcp/realfunclan-base.de.conf

btw: hatte den falschen button geklickt und die log ging nicht mit hoch. hier ist sie.
kann nicht mein post editieren. und den anhang seh ich wiedre nicht im post?
also nochmal.


Attached File(s)
.zip  error.zip (Size: 12.27 KB / Downloads: 0)
(This post was last modified: 10-26-2008 07:42 AM by sisko.)
10-26-2008 07:40 AM
Find all posts by this user Quote this message in a reply
ZooL Offline
Moderator
*****
Moderators

Posts: 3,429
Joined: Jan 2007
Reputation: 79
Post: #4
RE: Subdomains ploetzlich nicht mehr verfuegbar
ich sehe darin aber nicht die subdomain http://gswi.realfun
also kann sie auch nicht angezeigt werden ?! oda ?
10-26-2008 07:44 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sisko Offline
Junior Member
*

Posts: 108
Joined: Aug 2007
Reputation: 0
Post: #5
RE: Subdomains ploetzlich nicht mehr verfuegbar
hm. stimmt. das hab ich ganz uebersehen. komischerweise ist das offenbar nur bei den subs der realfunclan-base.de so. es wurde aber nichts geaendert. jedenfalls nicht von mir und ich habe als einziger zugriff. laut winscp fand die letzte aenderung an der ispcp.conf aber gestern um 17:35 statt. wie koennen die denn ploetzlich aus der conf verschwinden?
lege ich jetzt eine neue an dann geht die und wird auch in die conf geschrieben.
10-26-2008 08:08 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)