Jason Hildebrand schrieb:
> If only occasionally, it's possible that some network tool or 
> software is connecting directly to your appserver (on port 8080 or 
> whatever you are using), and that the request is not coming via 
> Apache. I've seen this happen; the solution is to firewall the
> appserver port so that is it only accessible on localhost (assuming
> apache and webware are running on the same host).

You can also restrict access by setting Host = 'localhost' in 
AppServer.config (which is the default).

Is there anything visible in the log when the request happens?

-- Christoph


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to