Re: Precompiled WOAdaptor for apache 2.4

2014-11-06 Thread John Pollard
Ben, Thanks for your notes which helped me to get the config up and running, so I am back using apache in dev. Also good of you to make the binary available. I gave up with: Include /private/etc/apache2/extra/httpd-ssl.conf because it demanded a string of other modules be enabled and then a

Re: Precompiled WOAdaptor for apache 2.4

2014-11-06 Thread Benjamin Chew
No problem, John. Glad someone tested my instructions out. ;) Yeah, setting up SSL is always a pain. I might have missed out some steps that I did for that... Ben On Thu, Nov 6, 2014 at 5:21 AM, John Pollard j...@pollardweb.com wrote: Ben, Thanks for your notes which helped me to get the

Re: Precompiled WOAdaptor for apache 2.4

2014-11-05 Thread Patrick Middleton
On 4 Nov 2014, at 20:40, Benjamin Chew wrote: ... If you want to see how I got things to work, read on... ... Other things that I had to do after I built the adaptor: - I then created the directory /System/Library/WebObjects/Adaptors/ Apache2.4/ and moved the adaptor there - Copied the

Re: Precompiled WOAdaptor for apache 2.4

2014-11-05 Thread Benjamin Chew
Thanks for the information, Patrick. Ben On Wed, Nov 5, 2014 at 3:41 AM, Patrick Middleton patr...@onestep.co.uk wrote: On 4 Nov 2014, at 20:40, Benjamin Chew wrote: ... If you want to see how I got things to work, read on... ... Other things that I had to do after I built the

Re: Precompiled WOAdaptor for apache 2.4

2014-11-04 Thread Benjamin Chew
Sorry for the confusion, the mailing list didn't like attachments over 300k and did not distribute my email below. Here is a link to the binary: https://www.dropbox.com/s/zxdbp1wbfx4uyuc/mod_WebObjects.so?dl=0 If you want to see how I got things to work, read on... - Okay, I figured it

Re: Precompiled WOAdaptor for apache 2.4

2014-11-03 Thread Benjamin Chew
I attached the binary to my last email. Please let me know how testing goes. :)BenOn Sat, Nov 1, 2014 at 2:14 PM, Michael Kondratov mich...@aspireauctions.com wrote:Could anyone post a binary? I have server we could use to test it.MichaelOn Nov 1, 2014, at 4:56 PM, Ken Anderson

Re: Precompiled WOAdaptor for apache 2.4

2014-11-02 Thread Fredrik Lindgren
I found this gem: http://stackoverflow.com/questions/19543094/apache-httpd-h-file-missing-on-macosx-after-mavericks-upgrade xcode-select --install I haven't had time to test this yet, but it seems reasonable that this is the issue. /Fredrik 31 okt 2014 kl. 00:18 skrev Benjamin Chew

Re: Precompiled WOAdaptor for apache 2.4

2014-11-01 Thread Ken Anderson
Has anyone tested this successfully yet? On Oct 30, 2014, at 7:18 PM, Benjamin Chew bc...@smarthealth.com wrote: Patrick, thanks for the write-up. I rearranged John's instructions to this: Install XCode (6.1) cd /Applications/Xcode.app/Contents/Developer/Toolchains sudo ln -s

Re: Precompiled WOAdaptor for apache 2.4

2014-11-01 Thread Michael Kondratov
Could anyone post a binary? I have server we could use to test it. Michael On Nov 1, 2014, at 4:56 PM, Ken Anderson kenli...@anderhome.com wrote: Has anyone tested this successfully yet? On Oct 30, 2014, at 7:18 PM, Benjamin Chew bc...@smarthealth.com mailto:bc...@smarthealth.com wrote:

Re: Precompiled WOAdaptor for apache 2.4

2014-10-30 Thread Benjamin Chew
Patrick, thanks for the write-up. I rearranged John's instructions to this: Install XCode (6.1) cd /Applications/Xcode.app/Contents/Developer/Toolchains sudo ln -s XcodeDefault.xctoolchain OSX10.10.xctoolchain cd /tmp svn co https://github.com/wocommunity/wonder.git/Utilities/Adaptors vi

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
Looking at that sequence for reverting to apache 2.2, which I am also thinking of doing, I see that I first need to install homebrew. The instructions to install homebrew use a ruby command, so presumably I also need to install ruby to get homebrew? I got nervous at this point. How about

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
Well.. home-brew is quite painless.. its just trying to locate where the the directory for apache2 ends up on your system.. LOL… its does not place it in /etc/apache2 it ends up in /usr/local/etc/apache2. Subtle better to know now rather than having to try and find it… Then make sure its

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
But also ruby, is that also painless and lightweight enough to justify installing in order to pick up homebrew? Are you saying that apache2.2 ends up existing in parallel with apache 2.4 after doing this? I have read through more list postings and I see that mod_proxy can be used to sidestep

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
Yes there is still Apache 2.4 but as long as it is not running then all OK.. it just exists as a binary on your filesystem… Ruby is OK to install too… https://gorails.com/setup/osx/10.10-yosemite Im not sure about the road map for WO on Yosemite and going forward… I am sure there will be some

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
That page says you first need homebrew but uses ruby to install it! On 28 Oct 2014, at 10:45, Gino Pacitti ginok...@mac.com wrote: Yes there is still Apache 2.4 but as long as it is not running then all OK.. it just exists as a binary on your filesystem… Ruby is OK to install too…

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
I think that ruby is preinstalled on mac… Just try the instruction - ruby -e $(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” On 28 Oct 2014, at 12:14, John Pollard j...@pollardweb.com wrote: That page says you first need homebrew but uses ruby to install

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Patrick Middleton
I am puzzled by this entire thread. The other day, at home, at my Mac running Yosemite with the newest shiniest Xcode tools installed, I did something like this... cd /tmp/ svn co https://github.com/wocommunity/wonder.git/trunk/Utilities/ Adaptors cd /tmp/Adaptors gnumake gnumake Apache2.4

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
so you have a compiled WOAdaptor? I originally had difficulty with that and so just went the simpler route and down versioned Apache to 2.2 On 28 Oct 2014, at 15:31, Patrick Middleton patr...@onestep.co.uk wrote: I am puzzled by this entire thread. The other day, at home, at my Mac

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
Patrick's instructions on how to build worked for me, compressed for dummies (like me) as this: Install XCode (6.1) cd /Applications/Xcode.app/Contents/Developer/Toolchains sudo ln -s XcodeDefault.xctoolchain OSX10.10.xctoolchain vi /tmp/Adaptors/Apache2.4/Makefile and remove the arg

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
+1 On 28 Oct 2014, at 17:50, John Pollard j...@pollardweb.com wrote: Patrick's instructions on how to build worked for me, compressed for dummies (like me) as this: Install XCode (6.1) cd /Applications/Xcode.app/Contents/Developer/Toolchains sudo ln -s XcodeDefault.xctoolchain

Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Gino Pacitti
Hi all… Just updated to Yosemite and duh… Apache is updated and I cannot get WO to work… I have the adaptor make file from wonder but not totally sure how to set it up to compile. There is no make.postamble or make.config and I am not sure what to use to configure if there were. Is there a

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Michael Kondratov
I would also love to get a copy of a binary. Tried compiling - no success. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Oct 20, 2014, at 6:13 AM, Gino Pacitti ginok...@mac.com wrote: Hi all… Just updated to Yosemite and duh… Apache is updated and I cannot get WO to work… I

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Dr. Wo
+1 Dr. Wo, his iPhone 6 On Oct 20, 2014, at 12:28 PM, Michael Kondratov mich...@aspireauctions.com wrote: I would also love to get a copy of a binary. Tried compiling - no success. Michael Kondratov Aspire Auctions, Inc. 216-231-5515 On Oct 20, 2014, at 6:13 AM, Gino Pacitti

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Gino Pacitti
+1 Sent from my iPad On 20 Oct 2014, at 22:10, Lon Varscsak lon.varsc...@gmail.com wrote: I just downgraded and installed 2.2.26 using homebrew (and these instructions https://gist.github.com/falker/857c40ac854999d88135). Figured it was the path of least resistance. :P -Lon On

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Lon Varscsak
I just downgraded and installed 2.2.26 using homebrew (and these instructions https://gist.github.com/falker/857c40ac854999d88135). Figured it was the path of least resistance. :P -Lon On Mon, Oct 20, 2014 at 9:28 AM, Michael Kondratov mich...@aspireauctions.com wrote: I would also love to

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Ray Kiddy
On Mon, 20 Oct 2014 14:10:19 -0700 Lon Varscsak lon.varsc...@gmail.com wrote: I just downgraded and installed 2.2.26 using homebrew (and these instructions https://gist.github.com/falker/857c40ac854999d88135). Figured it was the path of least resistance. :P -Lon So, I updated my apache

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Lon Varscsak
Shellshock was an SSLv3/v2 fallback problem (technically a client bug)...upgrading Apache shouldn't resolve this (unless by default 2.4 turns off SSLv3/v2). -Lon On Mon, Oct 20, 2014 at 3:10 PM, Ray Kiddy r...@ganymede.org wrote: On Mon, 20 Oct 2014 14:10:19 -0700 Lon Varscsak

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Pascal Robert
Le 2014-10-20 à 19:00, Lon Varscsak lon.varsc...@gmail.com a écrit : Shellshock was an SSLv3/v2 fallback problem (technically a client bug)...upgrading Apache shouldn't resolve this (unless by default 2.4 turns off SSLv3/v2). Shellshock is the bash security issue :-) The SSL fallback issue

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Lon Varscsak
Oh right...haha...I'm getting them all confused these days. :P Either way, Apache 2.4 doesn't fix either. :) -Lon On Mon, Oct 20, 2014 at 4:13 PM, Pascal Robert prob...@macti.ca wrote: Le 2014-10-20 à 19:00, Lon Varscsak lon.varsc...@gmail.com a écrit : Shellshock was an SSLv3/v2 fallback

Re: Precompiled WOAdaptor for apache 2.4

2014-10-20 Thread Patrick Robinson
It's POODLE, actually: Padding Oracle On Downgraded Legacy Encryption. http://googleonlinesecurity.blogspot.com/2014/10/this-poodle-bites-exploiting-ssl-30.html And, you know what else? I hate that I know this. :-) - Patrick On Oct 20, 2014, at 7:13 PM, Pascal Robert prob...@macti.ca wrote: