• 20-05-2007, 20:04:22
    #1
    Üyeliği durduruldu
    suncumda direc admin kurulu ve apacheyi restart edince


    [root@server conf]# service httpd restart
    Stopping httpd: [FAILED]
    Starting httpd: Syntax error on line 10 of /etc/httpd/conf/httpd.conf:
    Invalid command 'ExtendedStatus', perhaps mis-spelled or defined by a module not included in the server configuration
    [FAILED]


    boyle bir hata alıyorum

    ExtendedStatus' bu modulu # ile kapatıyorum ve sırayla devam ediyor hata satırı 13 oluyo 13 u kapatınca 14 oluyor ne yapabilirim?
  • 20-05-2007, 20:08:07
    #2
    ExtendedStatus olduğu satırı ve aşağısını kopyalayabilir misin?
  • 20-05-2007, 20:20:32
    #3
    Üyeliği durduruldu
    ExtendedStatus On
    Order deny,allow
    Deny from all
    </Location>
    ##
    ## Server-Pool Size Regulation (MPM specific)
    ##
    # prefork MPM
    # StartServers: number of server processes to start
    # MinSpareServers: minimum number of server processes which are kept spare
    # MaxSpareServers: maximum number of server processes which are kept spare
    # MaxClients: maximum number of server processes allowed to start
    # MaxRequestsPerChild: maximum number of requests a server process serves
    <IfModule prefork.c>
    StartServers 5
    MinSpareServers 5
    MaxSpareServers 10
    MaxClients 150
    MaxRequestsPerChild 0
    </IfModule>


    buyrun..
  • 20-05-2007, 20:26:12
    #4
    ExtendedStatus On
    Order deny,allow
    Deny from all
    </Location>
    Önüne # işareti koyup yeniden denermisin?
  • 20-05-2007, 20:27:48
    #5
    Üyeliği durduruldu
    hepsine # koyunca root@server conf]# service httpd restart
    Stopping httpd: [FAILED]
    Starting httpd: Syntax error on line 70 of /etc/httpd/conf/httpd.conf:
    Cannot load /usr/lib/apache/libphp4.so into server: /usr/lib/apache/libphp4.so: undefined symbol: apr_table_set
    [FAILED]


    bu hatayı verdi