Re: [AOLSERVER] AOLServer+pound problem

2009-04-30 Thread Gustaf Neumann

Dear Alexey,

my recommendation is to try nginx. We have up to 3000 concurrently open 
tcp-connetions,
the systems is very reponsive. On the same system we ran into problems 
at about 800
connections with pound; then we reduced the stack size, that helped 
until 1500

connections, then we switched.

nginx is more work to configure. at least the english documentation is 
sometimes
tough to read, but here you have an advantage. nginx is very stable and 
fully

featured.

-gustaf neumann

Alexey Pechnikov schrieb:

Hello!

I'm now have problem with AOLServer (version 4.5.1) and pound (2.4.3.1). For 
500+ active users my pound SSL proxy is not effective (for Core Quad server 
Load Average = 2.0 and system idle is about 0.5 but response time is more 
than 1 second! AOL can serve pages fast but pound is bottle neck). I need 
cookie-based virtual hosts. Is nginx good for me? 


P.S. Russian is my own language and can read nginx documentation.

As example my pound configuration:

Service
HeadDeny X-SSL-.*
HeadRequire Host:.*offline.mts.mobigroup.ru.*
HeadRequire Cookie: .*session=branch%3Dstableunit%3D1
BackEnd 
Address 127.0.0.1   
Port8001
End 
End  

Service 
HeadDeny X-SSL-.* 
HeadRequire Host:.*offline.mts.mobigroup.ru.* 
HeadRequire Cookie: .*session=branch%3Dstableunit%3D3
BackEnd 
Address 127.0.0.1   
Port8003
End 
End 


...

Service  
HeadDeny X-SSL-.*  
HeadRequire Host:.*offline.mts.mobigroup.ru.*  
BackEnd  
Address 127.0.0.1

Port8000
End
End


Best regards, Alexey Pechnikov.
http://pechnikov.tel/


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.
  



--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] AOLServer+pound problem

2009-04-30 Thread Alexey Pechnikov
Hello!

On Thursday 30 April 2009 10:40:17 Gustaf Neumann wrote:
 nginx is more work to configure. at least the english documentation is
 sometimes
 tough to read, but here you have an advantage. nginx is very stable and
 fully
 featured.

Do you using nginx+SSL or AOL+SSL? I'm using pound as https proxy for http AOL 
sites now.

Best regards, Alexey Pechnikov.
http://pechnikov.tel/


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on adp pages?

2009-04-30 Thread Fenton, Brian
Hi,

I personally don't know anything about it, but I do remember this discussion 
from last year
http://www.mail-archive.com/aolserver@listserv.aol.com/msg11654.html

hope this helps somewhat
Brian

From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of Sep Ng 
[thejackschm...@gmail.com]
Sent: 30 April 2009 02:28
To: AOLSERVER@LISTSERV.AOL.COM
Subject: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on adp 
pages?

Hi,

I've been spending a load of time reading through the aolserver source
code and fiddling with my configurations.  I put this on my aolserver
parameters:

ns_section ns/server/testsite/adp/compress
ns_param   enabled true
ns_param   level   4
ns_param   minsize 1024

I then put ns_adp_compress 1 on my adp pages and it does not get
compressed.  Is there a patch out there I may have missed or am I
using this wrong?

I'd appreciate it if someone could point me to the right direction.

Thanks!


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on adp pages?

2009-04-30 Thread Mark Mcgaha
http://sourceforge.net/tracker/?func=detailaid=1158047group_id=3152atid=103152

There was a bug in the gzip compression in 4.0.10. It is fixed in newer
releases.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on adp pages?

2009-04-30 Thread Sep Ng
Yes.  I'm using it with OpenACS.  It's been driving me crazy for days
now.  May I ask how you setup nginx and aolserver?  That would help
immensely.

I also suppose I could achieve the same by setting up apache before
aolserver.  Would be nice though to understand what's going wrong with
OpenACS and AOLserver.

Brian, the link you provided, I think deals with adp gzip compression
on AOLserver 4.5, so I'm not sure if it's even applicable on 4.0.10.

On Apr 30, 8:33 pm, aT atif@gmail.com wrote:
 Fenton, Brian wrote:
  Hi,

  I personally don't know anything about it, but I do remember this 
  discussion from last year
  http://www.mail-archive.com/aolser...@listserv.aol.com/msg11654.html

  hope this helps somewhat
  Brian
  
  From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of Sep Ng 
  [thejackschm...@gmail.com]
  Sent: 30 April 2009 02:28
  To: aolser...@listserv.aol.com
  Subject: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on 
  adp pages?

  Hi,

  I've been spending a load of time reading through the aolserver source
  code and fiddling with my configurations.  I put this on my aolserver
  parameters:

  ns_section ns/server/testsite/adp/compress
  ns_param   enabled true
  ns_param   level   4
  ns_param   minsize 1024

  I then put ns_adp_compress 1 on my adp pages and it does not get
  compressed.  Is there a patch out there I may have missed or am I
  using this wrong?

  I'd appreciate it if someone could point me to the right direction.

  Thanks!

  --
  AOLserver -http://www.aolserver.com/

  To Remove yourself from this list, simply send an email to 
  lists...@listserv.aol.com with the
  body of SIGNOFF AOLSERVER in the email message. You can leave the 
  Subject: field of your email blank.

  --
  AOLserver -http://www.aolserver.com/

  To Remove yourself from this list, simply send an email to 
  lists...@listserv.aol.com with the
  body of SIGNOFF AOLSERVER in the email message. You can leave the 
  Subject: field of your email blank.

 Are you using openacs ? If so , there seems to be an issue with the way
 headers are handled in acs code and this compression to work .
 I could never make it work with Openacs , however vanilla aoslerver
 worked fine .

 We ended up using nginx before aolserver and are enjoying the gzip
 comrpession with no effort at all from aolserver side .

 --
 Syed Atif Ali
 D. +971 4 3911914
 F. +971 4 3911915
 ___
 Put your Nose to the Grindstone!
 -- Amalgamated Plastic Surgeons and Toolmakers, Ltd.

 --
 AOLserver -http://www.aolserver.com/

 To Remove yourself from this list, simply send an email to 
 lists...@listserv.aol.com with the
 body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
 field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on adp pages?

2009-04-30 Thread Fenton, Brian
Hi Sep

as I said, I know nothing about it myself, but the link I gave you does mention 
usage of ns_adp_compress, so I thought it may be of some assistance. I don't 
know how much these things changed from 4.0.10.

Malte Sussdorf wrote a how-to for OpenACS and nginx 
http://cognovis.de/developer/en/nginx-loadbalancing

cheers
Brian


From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of Sep Ng 
[thejackschm...@gmail.com]
Sent: 30 April 2009 17:04
To: AOLSERVER@LISTSERV.AOL.COM
Subject: Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on 
adp pages?

Yes.  I'm using it with OpenACS.  It's been driving me crazy for days
now.  May I ask how you setup nginx and aolserver?  That would help
immensely.

I also suppose I could achieve the same by setting up apache before
aolserver.  Would be nice though to understand what's going wrong with
OpenACS and AOLserver.

Brian, the link you provided, I think deals with adp gzip compression
on AOLserver 4.5, so I'm not sure if it's even applicable on 4.0.10.

On Apr 30, 8:33 pm, aT atif@gmail.com wrote:
 Fenton, Brian wrote:
  Hi,

  I personally don't know anything about it, but I do remember this 
  discussion from last year
  http://www.mail-archive.com/aolser...@listserv.aol.com/msg11654.html

  hope this helps somewhat
  Brian
  
  From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of Sep Ng 
  [thejackschm...@gmail.com]
  Sent: 30 April 2009 02:28
  To: aolser...@listserv.aol.com
  Subject: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on 
  adp pages?

  Hi,

  I've been spending a load of time reading through the aolserver source
  code and fiddling with my configurations.  I put this on my aolserver
  parameters:

  ns_section ns/server/testsite/adp/compress
  ns_param   enabled true
  ns_param   level   4
  ns_param   minsize 1024

  I then put ns_adp_compress 1 on my adp pages and it does not get
  compressed.  Is there a patch out there I may have missed or am I
  using this wrong?

  I'd appreciate it if someone could point me to the right direction.

  Thanks!

  --
  AOLserver -http://www.aolserver.com/

  To Remove yourself from this list, simply send an email to 
  lists...@listserv.aol.com with the
  body of SIGNOFF AOLSERVER in the email message. You can leave the 
  Subject: field of your email blank.

  --
  AOLserver -http://www.aolserver.com/

  To Remove yourself from this list, simply send an email to 
  lists...@listserv.aol.com with the
  body of SIGNOFF AOLSERVER in the email message. You can leave the 
  Subject: field of your email blank.

 Are you using openacs ? If so , there seems to be an issue with the way
 headers are handled in acs code and this compression to work .
 I could never make it work with Openacs , however vanilla aoslerver
 worked fine .

 We ended up using nginx before aolserver and are enjoying the gzip
 comrpession with no effort at all from aolserver side .

 --
 Syed Atif Ali
 D. +971 4 3911914
 F. +971 4 3911915
 ___
 Put your Nose to the Grindstone!
 -- Amalgamated Plastic Surgeons and Toolmakers, Ltd.

 --
 AOLserver -http://www.aolserver.com/

 To Remove yourself from this list, simply send an email to 
 lists...@listserv.aol.com with the
 body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
 field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] TLS 1.6 and Aolserver

2009-04-30 Thread Jade Rubick

Thank you, Andrew. We'll check into that.

J

Jade Rubick
Director of Development
TRUiST
120 Wall Street, 4th Floor
New York, NY 10005 USA
jrub...@truist.com
+1 503 285 4963
+1 707 671 1333 fax

www.truist.com

The information contained in this email/document is confidential and  
may be legally privileged. Access to this email/document by anyone  
other than the intended recipient(s) is unauthorized. If you are not  
an intended recipient, any disclosure, copying, distribution, or any  
action taken or omitted to be taken in reliance to it, is prohibited.


On Apr 29, 2009, at 6:16 PM, Andrew Steets wrote:


Hello,

We don't use this TLS package at Wayport, but I have seen similar
errors with OpenSSL before in other applications.  I pulled the TLS
code and glanced through it.  It doesn't look like you have registered
the locking callbacks for openssl, which means any openssl calls are
not thread safe.  That's going to be a problem inside aolserver :-)

Check out InitOpenSSL() nsopenssl.c (in the nsopenssl module).  It
does all the basic stuff you need to get OpenSSL running in a
thread-safe manor.

Also:  http://openssl.org/docs/crypto/threads.html

If you 'info threads' and see other threads inside openssl crypto
functions this is almost certainly your problem.

HTH.

-Andrew

On Wed, Apr 29, 2009 at 5:29 PM, Jade Rubick jrub...@truist.com  
wrote:

Jeff:
Here is a backtrace of the crash with 1.6 stable. Did you need it  
from head?

J

Jade Rubick

Director of Development

TRUiST

120 Wall Street, 4th Floor

New York, NY 10005 USA

jrub...@truist.com
+1 503 285 4963

+1 707 671 1333 fax

www.truist.com

The information contained in this email/document is confidential  
and may be
legally privileged. Access to this email/document by anyone other  
than the
intended recipient(s) is unauthorized. If you are not an intended  
recipient,
any disclosure, copying, distribution, or any action taken or  
omitted to be

taken in reliance to it, is prohibited.
Begin forwarded message:

TLS BACKTRACE FROM 1.6 stable (without disabling DH)
Complete backtrace:
(gdb) bt
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7cd4875 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xb7cd6201 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xb7ee7a4f in Tcl_PanicVA () from /usr/local/tcl/lib/libtcl8.4.so
#4  0xb7ee7a77 in Tcl_Panic () from /usr/local/tcl/lib/libtcl8.4.so
#5  0xb7ef6b4f in Ptr2Block () from /usr/local/tcl/lib/libtcl8.4.so
#6  0xb7ef7117 in TclpFree () from /usr/local/tcl/lib/libtcl8.4.so
#7  0xb7e9751d in Tcl_Free () from /usr/local/tcl/lib/libtcl8.4.so
#8  0xb7f27251 in ns_free () from
/usr/local/aolserver40r10/lib/libnsthread.so
#9  0xb605c4aa in CRYPTO_free () from /usr/lib/i686/cmov/ 
libcrypto.so.0.9.8

#10 0xb60890aa in BN_clear_free () from
/usr/lib/i686/cmov/libcrypto.so.0.9.8
#11 0xb60b0836 in DH_free () from /usr/lib/i686/cmov/libcrypto.so. 
0.9.8
#12 0xa1ffa1e5 in CTX_Init (statePtr=0x139ce5c0, proto=3, key=0x0,  
cert=0x0,

CAdir=0x0, CAfile=0x0, ciphers=0x0) at tls.c:1015
#13 0xa1ff9a72 in ImportObjCmd (clientData=0x0, interp=0x16403240,  
objc=4,

objv=0xa97f96bc) at tls.c:800
#14 0xb7e923c3 in TclEvalObjvInternal () from
/usr/local/tcl/lib/libtcl8.4.so
#15 0xb7e92987 in Tcl_EvalEx () from /usr/local/tcl/lib/libtcl8.4.so
#16 0xb7e93635 in Tcl_EvalObjEx () from /usr/local/tcl/lib/ 
libtcl8.4.so
#17 0xb7e9a358 in Tcl_EvalObjCmd () from /usr/local/tcl/lib/ 
libtcl8.4.so

#18 0xb7e923c3 in TclEvalObjvInternal () from
/usr/local/tcl/lib/libtcl8.4.so
#19 0xb7ebf0db in TclExecuteByteCode () from /usr/local/tcl/lib/ 
libtcl8.4.so
#20 0xb7ec2dbc in TclCompEvalObj () from /usr/local/tcl/lib/ 
libtcl8.4.so
#21 0xb7eefd68 in TclObjInterpProc () from /usr/local/tcl/lib/ 
libtcl8.4.so

#22 0xb7e923c3 in TclEvalObjvInternal () from
/usr/local/tcl/lib/libtcl8.4.so
#23 0xb7e92987 in Tcl_EvalEx () from /usr/local/tcl/lib/libtcl8.4.so
#24 0xb7e93635 in Tcl_EvalObjEx () from /usr/local/tcl/lib/ 
libtcl8.4.so
#25 0xb7e9a358 in Tcl_EvalObjCmd () from /usr/local/tcl/lib/ 
libtcl8.4.so

#26 0xb7e923c3 in TclEvalObjvInternal () from
/usr/local/tcl/lib/libtcl8.4.so
#27 0xb7ebf0db in TclExecuteByteCode () from /usr/local/tcl/lib/ 
libtcl8.4.so
#28 0xb7ec2dbc in TclCompEvalObj () from /usr/local/tcl/lib/ 
libtcl8.4.so
#29 0xb7eefd68 in TclObjInterpProc () from /usr/local/tcl/lib/ 
libtcl8.4.so

#30 0xb7e923c3 in TclEvalObjvInternal () from
/usr/local/tcl/lib/libtcl8.4.so
#31 0xb7ebf0db in TclExecuteByteCode () from /usr/local/tcl/lib/ 
libtcl8.4.so
#32 0xb7ec2dbc in TclCompEvalObj () from /usr/local/tcl/lib/ 
libtcl8.4.so
#33 0xb7e93539 in Tcl_EvalObjEx () from /usr/local/tcl/lib/ 
libtcl8.4.so
#34 0xb7e9fe07 in Tcl_IfObjCmd () from /usr/local/tcl/lib/ 
libtcl8.4.so

#35 0xb7e923c3 in TclEvalObjvInternal () from
/usr/local/tcl/lib/libtcl8.4.so
#36 0xb7e92987 in Tcl_EvalEx () from /usr/local/tcl/lib/libtcl8.4.so
#37 0xb7edcccb in Tcl_FSEvalFile () from /usr/local/tcl/lib/ 
libtcl8.4.so
#38 0xb7ea5f16 in 

Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on adp pages?

2009-04-30 Thread Sep Ng
I really appreciate the help all of you have given me.  I will look
into the gzip compression patch and try other approaches if that does
not work.  Thank you very much for all the help!

I post an update on how it has turned out asap.

On May 1, 12:20 am, Fenton, Brian brian.fen...@quest.ie wrote:
 Hi Sep

 as I said, I know nothing about it myself, but the link I gave you does 
 mention usage of ns_adp_compress, so I thought it may be of some assistance. 
 I don't know how much these things changed from 4.0.10.

 Malte Sussdorf wrote a how-to for OpenACS and 
 nginxhttp://cognovis.de/developer/en/nginx-loadbalancing

 cheers
 Brian

 
 From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of Sep Ng 
 [thejackschm...@gmail.com]
 Sent: 30 April 2009 17:04
 To: aolser...@listserv.aol.com
 Subject: Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on 
 adp pages?

 Yes.  I'm using it with OpenACS.  It's been driving me crazy for days
 now.  May I ask how you setup nginx and aolserver?  That would help
 immensely.

 I also suppose I could achieve the same by setting up apache before
 aolserver.  Would be nice though to understand what's going wrong with
 OpenACS and AOLserver.

 Brian, the link you provided, I think deals with adp gzip compression
 on AOLserver 4.5, so I'm not sure if it's even applicable on 4.0.10.

 On Apr 30, 8:33 pm, aT atif@gmail.com wrote:



  Fenton, Brian wrote:
   Hi,

   I personally don't know anything about it, but I do remember this 
   discussion from last year
   http://www.mail-archive.com/aolser...@listserv.aol.com/msg11654.html

   hope this helps somewhat
   Brian
   
   From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of Sep 
   Ng [thejackschm...@gmail.com]
   Sent: 30 April 2009 02:28
   To: aolser...@listserv.aol.com
   Subject: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on 
   adp pages?

   Hi,

   I've been spending a load of time reading through the aolserver source
   code and fiddling with my configurations.  I put this on my aolserver
   parameters:

   ns_section ns/server/testsite/adp/compress
   ns_param   enabled true
   ns_param   level   4
   ns_param   minsize 1024

   I then put ns_adp_compress 1 on my adp pages and it does not get
   compressed.  Is there a patch out there I may have missed or am I
   using this wrong?

   I'd appreciate it if someone could point me to the right direction.

   Thanks!

   --
   AOLserver -http://www.aolserver.com/

   To Remove yourself from this list, simply send an email to 
   lists...@listserv.aol.com with the
   body of SIGNOFF AOLSERVER in the email message. You can leave the 
   Subject: field of your email blank.

   --
   AOLserver -http://www.aolserver.com/

   To Remove yourself from this list, simply send an email to 
   lists...@listserv.aol.com with the
   body of SIGNOFF AOLSERVER in the email message. You can leave the 
   Subject: field of your email blank.

  Are you using openacs ? If so , there seems to be an issue with the way
  headers are handled in acs code and this compression to work .
  I could never make it work with Openacs , however vanilla aoslerver
  worked fine .

  We ended up using nginx before aolserver and are enjoying the gzip
  comrpession with no effort at all from aolserver side .

  --
  Syed Atif Ali
  D. +971 4 3911914
  F. +971 4 3911915
  ___
  Put your Nose to the Grindstone!
  -- Amalgamated Plastic Surgeons and Toolmakers, Ltd.

  --
  AOLserver -http://www.aolserver.com/

  To Remove yourself from this list, simply send an email to 
  lists...@listserv.aol.com with the
  body of SIGNOFF AOLSERVER in the email message. You can leave the 
  Subject: field of your email blank.

 --
 AOLserver -http://www.aolserver.com/

 To Remove yourself from this list, simply send an email to 
 lists...@listserv.aol.com with the
 body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
 field of your email blank.

 --
 AOLserver -http://www.aolserver.com/

 To Remove yourself from this list, simply send an email to 
 lists...@listserv.aol.com with the
 body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
 field of your email blank.


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] AOLServer+pound problem

2009-04-30 Thread Alexey Pechnikov
Hello!

On Thursday 30 April 2009 03:29:41 Joseph Kondel wrote:
 Give it a look if you are unable to solve the pound issue.

 HAProxy site : http://haproxy.1wt.eu/

I did try to use HAProxy but I did find that it's work with cookies incorrect. 
HAProxy delete or rewrite server cookies which where defined by client or 
server! So it's not possible to have pre-defined cookies for all servers. I'm 
now try to patch HAProxy code but this code is not simple for me...

As example:

cookie serverid
server main  127.0.0.1:8000 check
server stable1  127.0.0.1:8001 cookie stable1 check
server stable2  127.0.0.1:8001 cookie stable1 check
...

serverid cookie is defined by server main and _isn't needed_ to modify this 
value by HAProxy. But HAProxy always damage cookies. The directive

appsession serverid len 10 timeout 3h

is not useful too. 

Best regards, Alexey Pechnikov.
http://pechnikov.tel/


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 on adp pages?

2009-04-30 Thread Sep Ng
Quick update:

Just recompiled AOLserver 4.0.10 with the gzip path and still no go.
I suppose I will scout the bug tracker on sourceforge to see if I find
anything interesting.  I wonder what problems did OpenACS introduce
into this gzip issue...

On May 1, 5:25 am, Sep Ng thejackschm...@gmail.com wrote:
 I really appreciate the help all of you have given me.  I will look
 into the gzip compression patch and try other approaches if that does
 not work.  Thank you very much for all the help!

 I post an update on how it has turned out asap.

 On May 1, 12:20 am, Fenton, Brian brian.fen...@quest.ie wrote:



  Hi Sep

  as I said, I know nothing about it myself, but the link I gave you does 
  mention usage of ns_adp_compress, so I thought it may be of some 
  assistance. I don't know how much these things changed from 4.0.10.

  Malte Sussdorf wrote a how-to for OpenACS and 
  nginxhttp://cognovis.de/developer/en/nginx-loadbalancing

  cheers
  Brian

  
  From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of Sep Ng 
  [thejackschm...@gmail.com]
  Sent: 30 April 2009 17:04
  To: aolser...@listserv.aol.com
  Subject: Re: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 
  on adp pages?

  Yes.  I'm using it with OpenACS.  It's been driving me crazy for days
  now.  May I ask how you setup nginx and aolserver?  That would help
  immensely.

  I also suppose I could achieve the same by setting up apache before
  aolserver.  Would be nice though to understand what's going wrong with
  OpenACS and AOLserver.

  Brian, the link you provided, I think deals with adp gzip compression
  on AOLserver 4.5, so I'm not sure if it's even applicable on 4.0.10.

  On Apr 30, 8:33 pm, aT atif@gmail.com wrote:

   Fenton, Brian wrote:
Hi,

I personally don't know anything about it, but I do remember this 
discussion from last year
http://www.mail-archive.com/aolser...@listserv.aol.com/msg11654.html

hope this helps somewhat
Brian

From: AOLserver Discussion [aolser...@listserv.aol.com] On Behalf Of 
Sep Ng [thejackschm...@gmail.com]
Sent: 30 April 2009 02:28
To: aolser...@listserv.aol.com
Subject: [AOLSERVER] Does the gzip component work on AOLSERVER 4.0.10 
on adp pages?

Hi,

I've been spending a load of time reading through the aolserver source
code and fiddling with my configurations.  I put this on my aolserver
parameters:

ns_section ns/server/testsite/adp/compress
ns_param   enabled true
ns_param   level   4
ns_param   minsize 1024

I then put ns_adp_compress 1 on my adp pages and it does not get
compressed.  Is there a patch out there I may have missed or am I
using this wrong?

I'd appreciate it if someone could point me to the right direction.

Thanks!

--
AOLserver -http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the 
Subject: field of your email blank.

--
AOLserver -http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
lists...@listserv.aol.com with the
body of SIGNOFF AOLSERVER in the email message. You can leave the 
Subject: field of your email blank.

   Are you using openacs ? If so , there seems to be an issue with the way
   headers are handled in acs code and this compression to work .
   I could never make it work with Openacs , however vanilla aoslerver
   worked fine .

   We ended up using nginx before aolserver and are enjoying the gzip
   comrpession with no effort at all from aolserver side .

   --
   Syed Atif Ali
   D. +971 4 3911914
   F. +971 4 3911915
   ___
   Put your Nose to the Grindstone!
   -- Amalgamated Plastic Surgeons and Toolmakers, Ltd.

   --
   AOLserver -http://www.aolserver.com/

   To Remove yourself from this list, simply send an email to 
   lists...@listserv.aol.com with the
   body of SIGNOFF AOLSERVER in the email message. You can leave the 
   Subject: field of your email blank.

  --
  AOLserver -http://www.aolserver.com/

  To Remove yourself from this list, simply send an email to 
  lists...@listserv.aol.com with the
  body of SIGNOFF AOLSERVER in the email message. You can leave the 
  Subject: field of your email blank.

  --
  AOLserver -http://www.aolserver.com/

  To Remove yourself from this list, simply send an email to 
  lists...@listserv.aol.com with the
  body of SIGNOFF AOLSERVER in the email message. You can leave the 
  Subject: field of your email blank.

 --
 AOLserver -http://www.aolserver.com/

 To Remove yourself from this list, simply send an email to 
 lists...@listserv.aol.com with the
 body of SIGNOFF AOLSERVER in the email message. You can