problem with mod_proxy_ajp after upgrade from 6.2_beta2 to 6.2_rc1

2006-11-22 Thread Niek
Sorry if this is posted to the wrong list - it is about a change from 
6.2_beta2 to 6.2_rc1.


Yesterday I upgraded a test server from FreeBSD 6.2_beta2 amd64 to
6.2_rc1 amd64. I am using apache 2.2.3 with mod_proxy and mod_proxy_ajp to 
connect to
Tomcat 5.5.20.

The ajp proxy worked well on 6.2 beta2, but after the upgrade to 6.2 RC1, 
connections
via the ajp proxy are extremely slow. It seems as if something is timing
out, as it takes several minutes until apache returns data. Connecting
directly to Tomcat Coyote ports works well. There is nothing in the
httpd error logs or the tomcat logs, nor in the system message log
indicating what is going wrong.

When using mod_jk, all works fine.

Below is an excerpt of my httpd.conf:

LoadModule proxy_module libexec/apache22/mod_proxy.so
LoadModule proxy_ajp_module libexec/apache22/mod_proxy_ajp.so


  ProxyRequests Off

  
  Order Deny,Allow
  Deny from all
  Allow from [my ip]
  
  
   
   ProxyPass ajp://localhost:8009/
   SSLrequireSSL
   




___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: nattting netbios

2002-03-27 Thread Niek Bergboer

Hi Randy,

On Mon, Mar 25, 2002 at 10:18:04AM -0800, Randy Bush wrote:
> 4.5-stable host running win98se client under vmware
> setup, can i tell netd to specifically redirect all netbios and other
> windoze stuff to the natted private address port?

If your sole goal is to forward NetBIOS traffic, so that hosts on
either side can communicate and find each other in their Network
Neighbourhood, have a look the the NBFW patch for Samba:

http://nbfw.sourceforge.net/

Grtz,

Niek

-- 
  "Those who dream by day are cognizant of many things which escape those
   who dream only by night."
   Edgar Allan Poe

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message