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?
apache hatası yardıme dermisini
4
●740
- 20-05-2007, 20:20:32Üyeliği durdurulduExtendedStatus 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:27:48Üyeliği durdurulduhepsine # 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