Re: [us...@httpd] Redirecting URL to a location

2010-04-28 Thread Luc Bastiaenssen
Another way to consider is to use a redirect like this: RedirectMatch permanent ^/notes([/]*)$ /notes/ Luc On 28/04/2010 9:06, Igor Cicimov wrote: On the second thought this should work (tested):    DirectorySlash On Any way, shouldn't the trailing slash automatically be added by mod

[us...@httpd] Performance drop on Solaris 10U8 intel platfom

2010-02-24 Thread Luc Bastiaenssen
Since our last upgrade to Solaris 10U8 on a Sun Fire X4200(2 cores, 8GB memory) and Sun Fire X4450 (16 cores, 36GB memory), we notice a serious apache performance drop. Especially when you disable the keepalive directive, web pages seems to hang for a moment before completing. The following tes