• 21-11-2008, 01:54:44
    #1
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Apache Status




    Failed to receive status information from Apache.
    Unable to connect to local httpd server.

    Service Status
    httpd (2.0.63)failed

    Linux/Cpanel VPS kullanıyorum
    datacenter değiştirdik apacheden ipleri de değiştirdik ama apache hep bu hatayı veriyor anlamadım gitti yardımcı olacak varmı gecenin bu saatinde

    pmden msn adreslerini atabilirler...
  • 21-11-2008, 02:01:54
    #2
    sunucuoptimizasyon.com
    yolla msnini bakalım
  • 21-11-2008, 02:07:35
    #3
    yolladım usta başka yardım etmek isteyen varsa çekinmesin çok canımı sıktı valla
  • 21-11-2008, 13:05:02
    #4
    httpd.conf içerisinde
    Alıntı
    <Location /whm-server-status> </Location>
    satırını bulup buraya kopyalar mısın ?
  • 21-11-2008, 13:05:40
    #5
    AddHandler cgi-script .cgi .pl .plx .ppl .perl
    AddHandler server-parsed .shtml
    AddType text/html .shtml
    AddType application/x-tar .tgz
    AddType text/vnd.wap.wml .wml
    AddType image/vnd.wap.wbmp .wbmp
    AddType text/vnd.wap.wmlscript .wmls
    AddType application/vnd.wap.wmlc .wmlc
    AddType application/vnd.wap.wmlscriptc .wmlsc
    
    <Location /whm-server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1
    </Location>
    usta bunlar çıktı doğru mu buldum acaba?
  • 21-11-2008, 13:09:32
    #6
    TurkForumLand adlı üyeden alıntı: mesajı görüntüle
    AddHandler cgi-script .cgi .pl .plx .ppl .perl
    AddHandler server-parsed .shtml
    AddType text/html .shtml
    AddType application/x-tar .tgz
    AddType text/vnd.wap.wml .wml
    AddType image/vnd.wap.wbmp .wbmp
    AddType text/vnd.wap.wmlscript .wmls
    AddType application/vnd.wap.wmlc .wmlc
    AddType application/vnd.wap.wmlscriptc .wmlsc
    <Location /whm-server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
        Allow from 127.0.0.1
    </Location>
    usta bunlar çıktı doğru mu buldum acaba?
    Tamam şimdi </Location> altına ExtendedStatus On ekle ve httpd servisini yeniden başlat. Yani şu şekilde olacak son görünüm.
    Alıntı
    <Location /whm-server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    </Location>
    ExtendedStatus On
  • 21-11-2008, 13:12:13
    #7
    Alıntı
    AddType text/vnd.wap.wmlscript .wmls
    AddType application/vnd.wap.wmlc .wmlc
    AddType application/vnd.wap.wmlscriptc .wmlsc

    <Location /whm-server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from 127.0.0.1
    </Location>
    ExtendedStatus On
    tamam ekledim bi yeniden başlatayım cevabımı yazarım
  • 21-11-2008, 13:16:43
    #8
    Alıntı
    httpd has failed, please contact the sysadmin.
    olmadı galiba
  • 21-11-2008, 14:20:53
    #9
    destek@dehanetworks.com adresini eklerseniz yardımcı olabilirim.