Apache Request Size

Discussion in 'Server Operation' started by mjnet, May 30, 2012.

  1. mjnet

    mjnet New Member

    Hi,

    I got an issue relating to a costumers website.
    I've a couple of thumbnails on this website and they're not going to be loaded (403 forbidden) when you open the page: http://www.retouche.codag.net/portfolio

    After a couple of page refreshes the thumbnails will be displayed.

    So I guess there's a problem of request size which is too big.

    Could this be the issue or do you guys have an other idea?
    How can I increase the max. request output? Is it max request lenght?

    Thanks for help and sorry for noobi questions.
    mjnet
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Are there any errors in Apache's error log? Which PHP mode do you use? mod_php, FastCGI, CGI, suPHP, PHP-FPM?
     
  3. mjnet

    mjnet New Member

    Hi falko,

    Thanks for reply. I didn't check the apache error log at all, next time this will be the first i do!

    But I think I could already solve my problem with setting KeepAlive Off for this site. I think I should be able to get it work increasing KeepAlive timeout?..

    Is that a common issue in apache's standard configuration by the way?
     
  4. falko

    falko Super Moderator Howtoforge Staff

    In this case I'd decrease KeepAliveTimeout (something like 2 to 5 seconds should be fine).
     

Share This Page