April 26, 2024, 05:20:59 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: How To speed up http server  (Read 3036 times)

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
How To speed up http server
« on: May 17, 2005, 05:55:52 AM »
Hello Friends
 I want to improve my http server speed for this what can i do
 can any body told me please send reply as early as possible

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How To speed up http server
« Reply #1 on: May 18, 2005, 05:37:33 AM »
Well..

If you are using Apache .. then try to use TUX http server.

Second way is using caching  to speed up the http request.

That can be done in following way.
Code: [Select]

!!! HTTP SERVER !!! -----> !!! Caching Server !!! -----> !!! HTTP request !!!


Here again squid will do the JOB . It reduce load on your http server hence increase its performance and speed.

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
How To speed up http server
« Reply #2 on: May 18, 2005, 11:27:14 AM »
hi Ricky
will you tell me what is TUX http server, I am not understanding

Offline Ricky

  • LST CareTaker
  • Specially Skilled
  • *****
  • Posts: 2381
How To speed up http server
« Reply #3 on: May 19, 2005, 04:45:55 PM »
TUX is another http server for linux . it uses far less system resources but is not so versatile as apache is. You can easily get lots of info about tux webserver from google.com/linux