Hey All,
I am having a problem with file "httpd.conf" in my root. When I first tried to open it, it gave me permission denied, but I chmod it to 754. Then I opened it using ./httpd.conf and what I got is that:
All my purpose for editing httpd.conf is to decrease the number of the threads and connections apache allows.
(Because my httpd is receiving a lot of pids)
Can anybody please give me hand in it? Maybe a little instructions or somthing?
Much appreciated....
I am having a problem with file "httpd.conf" in my root. When I first tried to open it, it gave me permission denied, but I chmod it to 754. Then I opened it using ./httpd.conf and what I got is that:
Code:
./httpd.conf: line 1: ServerType: command not found
./httpd.conf: line 2: ServerRoot: command not found
./httpd.conf: line 3: LockFile: command not found
./httpd.conf: line 4: PidFile: command not found
./httpd.conf: line 5: ScoreBoardFile: command not found
./httpd.conf: line 6: ResourceConfig: command not found
./httpd.conf: line 7: AccessConfig: command not found
./httpd.conf: line 9: Timeout: command not found
./httpd.conf: line 10: KeepAlive: command not found
./httpd.conf: line 11: MaxKeepAliveRequests: command not found
./httpd.conf: line 12: KeepAliveTimeout: command not found
./httpd.conf: line 13: MinSpareServers: command not found
./httpd.conf: line 14: MaxSpareServers: command not found
./httpd.conf: line 15: StartServers: command not found
./httpd.conf: line 16: MaxClients: command not found
./httpd.conf: line 17: MaxRequestsPerChild: command not found
./httpd.conf: line 24: LoadModule: command not found
./httpd.conf: line 25: syntax error near unexpected token `newline'
./httpd.conf: line 25: `<IfDefine HAVE_BANDWIDTH>'
All my purpose for editing httpd.conf is to decrease the number of the threads and connections apache allows.
(Because my httpd is receiving a lot of pids)
Can anybody please give me hand in it? Maybe a little instructions or somthing?
Much appreciated....