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
Are there any errors in Apache's error log? Which PHP mode do you use? mod_php, FastCGI, CGI, suPHP, PHP-FPM?
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?