[naviserver-devel] CVS

2006-07-16 Thread Bernd Eidenschink
I have access now after resetting the password, maybe you too: Posted By: burley Date: 2006-07-14 04:41 Summary: Password expiry due to shell server exploit A recent kernel exploit was released that allowed a non admin user to escalate privileges on the host pr-shell1. We urge all users who

Re: [naviserver-devel] The larch

2006-07-16 Thread Bernd Eidenschink
> i have implented something similar (xotcl-request monitor) which you > can get from the > oacs cvs (still, xotcl style license). Thanks for the tip! I'll take a look. Bernd.

[naviserver-devel] patch for autogen.sh to run under FreeBSD

2006-07-16 Thread Mike
The following patch is needed to get naviserver CVS to build on FreeBSD... Almost certainly this is not something to commit, but in case someone comes across this post, it'll save them 10 minutes... (or someone will point out to me that there's an easier way :) ) Index: autogen.sh ==

Re: [naviserver-devel] another sample config issue and some database related questions...

2006-07-16 Thread Andrew Piskorski
> > another question I have is about the ns_db... the OpenACS database > > access functions are quite nice - is there some way to get them under > > NaviServer without having to hack up OpenACS and extract them out of > > it? Nope. The right way to do it is to refactor the OpenACS db_* proc supp

Re: [naviserver-devel] another sample config issue and some database related questions...

2006-07-16 Thread Vlad Seryakov
Just checkout modules from CVS, it has nsdbpg which compiles and wors just fine. what is the "right" way of getting nsposgres to build and run under naviserver? nspostgres was not in cvs for either naviserver or the modules - i found it on sourceforge and had to hack it a bit to get it to build

[naviserver-devel] another sample config issue and some database related questions...

2006-07-16 Thread Mike
[lumping into one mail since it looks like we have a pretty tightly knit group of readers anyway] the sample nscgi config should read: ns_parammap "GET /cgi-bin ${homedir}/cgi-bin" instead of hardcoing the path... what is the "right" way of getting nsposgres to build and run under nav

[naviserver-devel] some sample-config.tcl bugs...

2006-07-16 Thread Mike
ns_section "ns/server/server1/pool/fast" should probably be ns_section "ns/server/${servername}/pool/fast" fastpath section contains: ns_paramdirectoryfile "index.adp index.tcl index.html index.htm" I can only assume index.adp and index.tcl are here in error - otherwis