Re: [us...@httpd] mod_rewrite/mod_ssl questions

2010-05-22 Thread Beto Limoun
Thanks for this Reinhard, I agree, the env settings in my rules are just making a lot of noise. Your rules are much easier. One problem I see is that your [2] seems to create an infinite loop. When a user go to http://localhost/myapp. This will infinitely trigger the rule over and over again. W

Re: [us...@httpd] SSL protocol limits ignored?

2010-05-22 Thread Sakthi Esakiappan
Hello, Have a try with restarting apache service, otherwise add the following lines to the Virtual Host configuration SSLProtocol -all +SSLv3 +TLSv1 SSLCipherSuite HIGH:MEDIUM:!SSLv2:!LOW:!EXP:!aNULL restart the apache service and have a try... On 21 May 2010 17:45, Dennis J. wrote: > Hi, > I

Re: [us...@httpd] Re: Virtual Directory tree for ftp access

2010-05-22 Thread Jorge Schrauwen
I was going under the assumption Alias still worked the same for mod_ftp as it did in core. You'll notice aliasses don't get included in the directory index listing either. Unless you create a folder :) Glad it worked out. ~Jorge On Fri, May 21, 2010 at 9:54 PM, bma srcds wrote: > awesome,so