Re: [users@httpd] need help on improving apache server performance

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

 



On 11/24/05, Senthil Nathan <rsennat@xxxxxxxxx> wrote:
> hi all,
>
> i would like to improve the apache server performance.
> its dead slow. its downloading the images again and again from the server
> and makes it very slow.
>
> then i googled and found some interesting stuff like this,
> -----------------------------------------------------------------------------
> ExpiresActive On
> ExpiresDefault "access plus 300 seconds"
>
> <Directory "/cgi-bin/higui>

Do you really have a /cgi-bin/ directory off the root of your
filesystem?  I doubt it.  You probably want <Directory
/usr/local/apache2/cgi-bin/higui> or something like that.

> after using this stuff in the httpd.conf file, i see that its faster,
> but still the requests to the server are not made to run some of the cgi
> scripts.
> its fetching the data from the cache instead of the server.
>
> so, in general i need to cache the images and also the cgi scripts run on
> the client has to be faster.

Very confusing question.  I really don't understand what you want.

CGI scripts are not run on the client, they are run on the server. 
The decision on whether to serve from the cache or not is made by the
client.  The server can simply give the client advice.

Perhaps if you gave an example of a specific URL that you are having a
problem with and explain how you would like it to behave and how it is
actually behaving.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux