Re: [EMAIL PROTECTED] SSL error and build question

2006-12-09 Thread Tom Cooper
Well, I'm still stuck. sudo make clean sudo ./configure --enable-modules=all --enable-mods-shared=all --enable-ssl --enable-proxy --enable-deflate --prefix=/Library/Apache2 sudo make sudo make install sudo apachectl start httpd: Syntax error on line 235 of /Library/Apache2/conf/httpd.conf:

[EMAIL PROTECTED] SSL error and build question

2006-12-08 Thread Tom Cooper
I'm having trouble with Apache2 on OS X. What I'm finding is that if I load pages that have a lot of data (big photos, or lots of text) Firefox throws the error Firefox received a message with incorrect Message Authentication Code. If the error occurs frequently, contact the website

Re: [EMAIL PROTECTED] SSL error and build question

2006-12-08 Thread Scott Wilcox
hey Tom, When you build, you'll need to specify what modules you'd like built too, the way I usually do it is to build all of them, and then load them via the configuration. My usual configure line resembles this: ./configure --enable-modules=all --enable-mods-shared=all --enable-ssl