[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] RaQ3 massive hits - trouble!



> >3 - The logs forth e site in question for the first time were not
> >generated. I beleive this due to the lack of disk space allotted to
> >the site. I have since increased the amount of harddisk space to
> >200MB. The site takes only about 5 meg if that. How do we now force
> >rotate the logs to regenerate the weblog for that site since the
> >last log rotate?

Edit the files located in /etc/logrotate.d and /etc/logrotate.onboot as you
see fit.

> Not answered by anyone. Any ideas.
>
>
> Another question has popped up. Our Sysadmin at our ISP said he
> tweaked Apache to run better under heavy loads. Were can I read up on
> this more in detail. I have O'Rielly's Apache the definitive guide
> and have read a lot about apache. I have not found too much, or I
> missed something, about how to tweak the Apache server in different
> situations.
>
> Any thoughts or suggestions on these last two things would be appreciated.

in /etc/httpd/conf/httpd.conf you can edit a few things that control how
apache deals with requests.  things like
MinSpareServers 5
MaxSpareServers 10
and
MaxClients 150
This brings up a good point!  How many "Clients" does cobalt complie for?

This should help you.
http://httpd.apache.org/docs/misc/perf-tuning.html

Zeffie