Re: RPM of adaptor for Apache httpd 2.4

2013-01-25 Thread Paul Hoadley
On 26/01/2013, at 11:47 AM, Pascal Robert wrote: > Bastian Triller committed a patch so that we can build the Apache module for > httpd 2.4: > > https://github.com/projectwonder/wonder/pull/367 Thanks for this, Bastian. -- Paul Hoadley http://logicsquad.net/ ___

Re: Objective Cloud Interview

2013-01-25 Thread Saul Mora
Hello All, I have arraigned to chat with Jesse Tayler. He seems to have a good background going back to the days of NEXT. Having everyone on a once makes it tough to have a smooth, natural conversation. However, I know i asked you all for your participation, and your response has been terrific.

RPM of adaptor for Apache httpd 2.4

2013-01-25 Thread Pascal Robert
Hi, Bastian Triller committed a patch so that we can build the Apache module for httpd 2.4: https://github.com/projectwonder/wonder/pull/367 So I have built a RPM for the adaptor. If you already added the repo, you can install the adaptor with: yum install woadaptor-httpd24 (it's only av

Re: SSL on all pages

2013-01-25 Thread Tim Worman
RedirectMatch 301 /appname https://my.server.com/appname$1 On Jan 25, 2013, at 4:10 PM, Johnny Miller wrote: > Mod rewrite? > > > On Jan 25, 2013, at 2:04 PM, Ramsey Gurley wrote: > >> Hi All, >> >> Is there an easy way to make every request use https? I'm using secure >> cookies and new s

Re: SSL on all pages

2013-01-25 Thread Johnny Miller
Mod rewrite? On Jan 25, 2013, at 2:04 PM, Ramsey Gurley wrote: > Hi All, > > Is there an easy way to make every request use https? I'm using secure > cookies and new sessions get generated when hitting a http page because the > cookie isn't sent on the non-secure page. > > Thanks, > > Rams

SSL on all pages

2013-01-25 Thread Ramsey Gurley
Hi All, Is there an easy way to make every request use https? I'm using secure cookies and new sessions get generated when hitting a http page because the cookie isn't sent on the non-secure page. Thanks, Ramsey ___ Do not post admin requests to t

Re: WOResponse large http file download

2013-01-25 Thread Ramsey Gurley
You mean like -Xmx1024M -Xms256M It's even better in Java, as we get to specify permgen too :-P -XX:MaxPermSize=128m Lucky us! On Jan 25, 2013, at 1:46 PM, Pascal Robert wrote: > We can always go back to Mac OS Classic and have to set the max, min and > recommended amount of RAM for each app

Re: WOResponse large http file download

2013-01-25 Thread Pascal Robert
We can always go back to Mac OS Classic and have to set the max, min and recommended amount of RAM for each app? ;-P > 2GB should be enough for anyone. > > *ducks* > > Ramsey > > On Jan 25, 2013, at 12:49 PM, Helmut Tschemernjak wrote: > >> Hi Jürgen, >> >> we are using large downloads for s

Re: WOResponse large http file download

2013-01-25 Thread Ramsey Gurley
2GB should be enough for anyone. *ducks* Ramsey On Jan 25, 2013, at 12:49 PM, Helmut Tschemernjak wrote: > Hi Jürgen, > > we are using large downloads for some time with WO 5.4.3, it works, however > two things: > > a) We don't use Apache, instead we use DirectConnect > You can test this wit

Re: WOResponse large http file download

2013-01-25 Thread Helmut Tschemernjak
Hi Jürgen, we are using large downloads for some time with WO 5.4.3, it works, however two things: a) We don't use Apache, instead we use DirectConnect You can test this within a debug session in Eclipse this also uses the DirectConnect. b) The content size parameter needs to be limited

Re: WOResponse large http file download

2013-01-25 Thread Chuck Hill
IIRC, it was in WebObjects itself, using a Integer instead of a Long. I don't know if it is feasible to fix this in Wonder or not. Chuck On 2013-01-25, at 11:07 AM, Jürgen Tabert wrote: > A bug in mod_webobjects? > > On 25.01.2013, at 13:30, prob...@macti.ca wrote: > >> That's a unresolved

Re: WOResponse large http file download

2013-01-25 Thread Pascal Robert
No, in WOAdaptor. Check the "5.4 uploading large files" thread from June 2012 in the mailing list. > A bug in mod_webobjects? > > On 25.01.2013, at 13:30, prob...@macti.ca wrote: > >> That's a unresolved bug in WO 5.4... >> >> Envoyé de mon iPhone >> >> Le 2013-01-25 à 07:29, "Jürgen Tabert"

Re: WOResponse large http file download

2013-01-25 Thread Jürgen Tabert
A bug in mod_webobjects? On 25.01.2013, at 13:30, prob...@macti.ca wrote: > That's a unresolved bug in WO 5.4... > > Envoyé de mon iPhone > > Le 2013-01-25 à 07:29, "Jürgen Tabert" a écrit : > >> I did some tests using a 9GB file >> >> 1. Direct Access (Direct Action) works >> 2. download us

Buffer overflow error in apache WebObjects modul

2013-01-25 Thread Michael Graupner
Hi guys, we are experiencing severe problems with Apache/WebObjects Adapter segfaulting on occasion. This is the stack trace Apache has written into its error log: *** buffer overflow detected ***: /usr/sbin/apache2 terminated === Backtrace: = /lib/x86_64-linux-gnu/libc.so.6(__forti

Re: WOResponse large http file download

2013-01-25 Thread probert
That's a unresolved bug in WO 5.4... Envoyé de mon iPhone Le 2013-01-25 à 07:29, "Jürgen Tabert" a écrit : > I did some tests using a 9GB file > > 1. Direct Access (Direct Action) works > 2. download using the htdocs folder (Apache 2.2) works > 3. download using mod_webobjects (Apache 2.2) fa

Re: WOResponse large http file download

2013-01-25 Thread Jürgen Tabert
I did some tests using a 9GB file 1. Direct Access (Direct Action) works 2. download using the htdocs folder (Apache 2.2) works 3. download using mod_webobjects (Apache 2.2) fails - only ~2GB gets downloaded Maybe there is a problem in the code of the apache module or I miss an configuration opt