Re: [Resin-interest] CentOS 5 mod_caucho compile issue

2009-01-12 Thread Vinny
Actually, I got it compile without errors by puttung the absolute path to apxs. Thanks The future is here. It's just not widely distributed yet. -William Gibson On Mon, Jan 12, 2009 at 2:17 AM, Vinny xaym...@gmail.com wrote: I think this may be my issue as well. How do I add those apr flags

[Resin-interest] a good ratio?

2009-01-12 Thread Vinny
httpd-2.2.3-11.el5_2.centos.4 resin 3.1.8 What should be a good ratio between external apache connections and mod_caucho connections. Here is a sample are seeing this like this from netstat: [netstat -tan |grep \:80 | grep EST |wc -l ; netstat -tan |grep \:6802 | grep EST |wc -l (80:) 26

[Resin-interest] debugging mod_caucho

2009-01-12 Thread Vinny
I enabled debugging on mod_caucho and I am seeing line like : config.c:1286:cse_update_host(): foo.com:80(0x918ad50) old:0 now:1231827067() config.c:1164:cse_update_host_from_resin(): can't open any connections config.c:1291:cse_update_host(): complete foo.com:80(0x918ad50) old:0

Re: [Resin-interest] CentOS 5 mod_caucho compile issue

2009-01-11 Thread Vinny
I think this may be my issue as well. How do I add those apr flags to my mod_caucho build? The future is here. It's just not widely distributed yet. -William Gibson On Wed, Apr 18, 2007 at 11:31 AM, Chris Jones cjo...@gdisoftware.comwrote: Ding Deng wrote: On 4/17/07, Chris Jones

[Resin-interest] srun vs server ?

2008-12-11 Thread Vinny
Hello All, Still working on my Apache/Resin issues and looking through the docs I found : http://caucho.com/resin-3.1/doc/install-apache.xtp#Configuring%20resin.conf In the wild I have seen both this: cluster *srun server-id= host=127.0.0.1 port=6802/* /cluster and this: !--

Re: [Resin-interest] srun vs server ?

2008-12-11 Thread Vinny
Ah, got it. Thanks The future is here. It's just not widely distributed yet. -William Gibson On Thu, Dec 11, 2008 at 11:53 AM, Scott Ferguson f...@caucho.com wrote: On Dec 11, 2008, at 7:42 AM, Vinny wrote: Hello All, Still working on my Apache/Resin issues and looking through the docs I

[Resin-interest] 3.1.4 fails to compile on OSX Leopard 10.5

2008-01-11 Thread Vinny
Hello All, After running configure for resin 3.1.4 . I get the following compile error running make: $ make (cd modules/c/src; make) for dir in common resin_os; do (cd $dir; make); done gcc -c -I/usr/include -g -O2 -DPOLL -D_POSIX_PTHREAD_SEMANTICS -DHAS_SOCK_TIMEOUT stream.c

[Resin-interest] LDAP and resin

2008-01-11 Thread Vinny
Do any of the 2 authentication schemes for LDAP (JndiLoginModule or LdapAuthenticator) support either simple or anonymous authentication? The docs are kind of thin in that regard. -- The Street Programmer http://streetprogrammer.com ___ resin-interest

Re: [Resin-interest] anti pattern for security constraint?

2007-09-08 Thread Vinny
I'm not quite grokking it. Can you show me in an xml snippet? Thanks for the help. Vinny On 9/7/07, Scott Ferguson [EMAIL PROTECTED] wrote: On Sep 7, 2007, at 1:05 PM, Vinny wrote: Hey guys, Is it possible to do something like? : url-regexp !^/js/*/regexp on a security contraint? I

[Resin-interest] anti pattern for security constraint?

2007-09-07 Thread Vinny
Hey guys, Is it possible to do something like? : url-regexp !^/js/*/regexp on a security contraint? I basically want to protect everything EXCEPT for certain things like images and javascript. I'm trying to get my login page to look a little nicer but it refferences images,js inside the

[Resin-interest] Wild card SSL Certs

2007-05-23 Thread Vinny
, Vinny -- Ghetto Java: http://www.ghettojava.com ___ resin-interest mailing list resin-interest@caucho.com http://maillist.caucho.com/mailman/listinfo/resin-interest

[Resin-interest] Is there an easy way to do this? port

2007-02-01 Thread Vinny
Hi, I am trying figure out a way to do a kind of virtual hosting based on port number. I want my production apps running under port 443 docroot : (/web/production/webapps) and my dev apps running under 8080. docroot : (/web/dev/webapps) both production and dev apps will have the same context