Re: [users@httpd] PHP Parsing Problem

2011-06-16 Thread zeek
Try the info.php test: ?php phpinfo(); ? On Wed, Jun 15, 2011 at 10:57:10PM -0700, Xavier Lopez wrote: Dear Users, I'm still not getting Apache to parse PHP. I've learned a lot though, here's what I know: In apache2.conf, there are these lines: Include

Re: [users@httpd] Syntax to replace Diffie-Hellman with RSA encryption

2011-06-16 Thread zeek
ALL means include all ciphers. You'd then omit with ! To replace DH w/RSA I think you could do !ADH:+RSA I recommend using the SSL utility at http://serversniff.net to confirm On Thu, Jun 16, 2011 at 11:02:30PM +0800, sunhux G wrote: Hi Further to the post, what's the correct syntax to