Re: [AOLSERVER] ns_conn channel, ns_conn contentsentlength

2007-10-01 Thread Malte Sussdorff
From an OpenACS users point of view who is also working closely  
with ]po[, probably the major reason for AOLserver installations  
nowadays, I just want this to work and easy to install. I assume the  
module will also work on the Windows Version? I furthermore assume  
the module does not have an performance impact in comparison to the  
extension of ns_conn? Last but not least, what code do we have to  
rewrite or is the module providing the two extensions to ns_conn?


I am just asking because in the end it might be just easier for us to  
continue patching the AOLserver as we do anyway at the moment (http:// 
www.cognovis.de/developer/en/aolserver_install).


Malte



Personally I don't think it has officially become part of core,  
neither API
has ever been released, unless you consider a cvs commit as  
released code,
AOLserver has never had these API, why not move both of them to a  
module

_before_ we have to warn anyone.

Please note that I have never even suggested to not accept the  
code, just how,
and I have done _all the work_ of writing a module. If the bar for  
accepting

code is simply that, the module version should qualify.

tom jackson


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

To Remove yourself from this list, simply send an email to  
<[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


[AOLSERVER] Logging

2007-09-17 Thread Malte Sussdorff

Apart from asking myself "Why" here is how to do it:

a) Setup NGINX on one server in reverse proxy mode: http:// 
cognovis.de/developer/en/nginx_virtual_hosts
b) In the NGINX configuration make sure that for each server running  
in the "backend" you use the *SAME* logfile. You might have to play  
around with the logformat to get the server name in there, see http:// 
wiki.codemongers.com/NginxHttpLogModule and I have forgotten what the  
global variable for the servername is, just look on the wiki or ask  
on the mailinglist.


Cheers
 Malte

Am 18.09.2007 um 06:00 schrieb AOLSERVER automatic digest system:



Is there any sane way to get combined logs from more than one instance
of AOLserver?  I would like to have the entries interleaved with an
identifier of which instance they came from.

From what I have read it seems impossible.

These instances are on different physical servers too.



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

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


[AOLSERVER] Ns_proxy

2007-02-25 Thread Malte Sussdorff
Due to the fact that we are experiencing a couple of problems with exec in
AOLserver 4.5 with TCL 8.4.14 due to out of memory, I wanted to run the TCL
exec command with nsproxy.

Sadly, ns_proxy get "test" fails as well with "not enough memory".

Now, I am wondering, what else can be done. The memory is at 4GB at the
moment.

There might be an issue with the OpenACS site_node cache, but this is a
nsv_array, so it should not be replicated in the exec process, or am I
wrong?

Any hint is highly welcome, maybe I need to setup ns_proxy Pools just like
database pools ?

Thanks
 Malte


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

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] AOLSERVER Digest - 10 Oct 2006 to 11 Oct 2006 (#2006-65)

2006-10-14 Thread Malte Sussdorff
Has the file size upload limit handling changed in 4.5?

Here is what I experienced:

nsconfig.tcl
[ns/parameters]
maxinput = 500*1024*1024 (500MB)

AolServer 4.0.10: 100MB File is uploaded
AOLserver 4.5: 100MB is disregarded by the browsers right away (not even
trying to upload, at least so it seems).
AOLserver 4.5: 25MB works as advertised.

I tried to find out if the parameter name has changed, but could not find
anything, not even after looking at the sourcecode, which, I have to admit,
I might not understand at all :).

Additionally I tried to change the "ns_limit set default -maxupload
5" but this had no change in behaviour. Furthermore, I would like to
set this in the nsconfig.tcl and not during server startup in any other
file.
 
Any hints, or might one of the additional tools be the culprit:

Libthread
Xotcl
Tcllib
Nspostgres
Nscache
nssha1
Ns_conn patch for background delivery

(yeah, I do run OpenACS)

Thanks for your help
 Malte


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

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


[AOLSERVER] Couldn't fork child process on 8.4.11

2005-07-28 Thread Malte Sussdorff
After reading on the list I upgraded to TCL 8.4.11 to use with my AOLserver,
but to no good.

When I call "exec /usr/bin/htmldoc --webpage -t pdf -f $tmp_pdf_filename
$tmp_html_filename" it works two or three times and then returns with
"coulnd't fork child process, not enough memory".

Any idea how I can get this to work?

Cheers
 Malte


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

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


[AOLSERVER] Asterisk and AOLserver

2005-02-08 Thread Malte Sussdorff
While reading the previous postings I stumbled upon multiple mentioning of
multi protocol support and asterisk, therefore I assume people on this list
are knowledgeable about this topic.

Here is what we need:

We run a CRM system on top of AOLserver. The CRM system contains the phone
numbers of the clients. I want my PBX connected phone to make a connection
to the client if I click on a link in the CRM System. Once the phone call is
finished, the CRM system should be notified about this, so it can add a new
entry in the call history.

Same goes the other way round, if the client calls me, the CRM systems
starts logging and once finished, an entry is added.

Any clues, hints, offers, suggestions, RTFM advises on how to achieve this ?


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

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.


Re: [AOLSERVER] Hosting, discussions, branching, modules

2005-02-08 Thread Malte Sussdorff
After reading throught the digest of the discussion on this list and
remembering Dossy's statement about "donating a server", I'm more than
inclined to ask the OpenACS Core Team to allow the creation of an AOLserver
community at openacs.org or host a service on one of our machines. For one,
I think using a forum is more user friendly, especially if you only read the
digest. Furthermore the file storage would allow us to exchange files and
patches without putting them on CVS and/or rely on sourceforge.

On a related note, what is the downside of having an AOLserver stable
branch, where only the AOL approved developers have access to and a testing
branch where everyone can add their patches to. Needless to mention that
from time to time the stable branch needs to be merged with the testing one.

As for importance of development, if Dossy is strikt about not letting
others participate actively in the core development (read: give them CVS
access without the need for one person to accept patches), then the main
interest would be to rewrite the modules part of AOLserver to a degree where
all the functionality that has been written and needs patches to work can
work smoothly as a module. And while we are at it, we could write an Apache
Modules wrapper ;-).


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

To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> 
with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.