micheleDiegoli schrieb:
> server.socket_host = "0.0.0.0"

You should set this to "localhost" unless you're running Apache on a 
different server.

> server.socket_port = 8080
> server.thread_pool = 1

You should use more threads. The default is 10.

#LoadModule proxy_module modules/mod_proxy.so

Are you sure that mod_proxy and the other necessary modules are 
installed and loaded? You need the modules proxy, proxy_connect, 
proxy_http, proxy_balancer.

What does "apachectl configtest" say?
What do you find in your Apache access and error logs?

-- Christoph

--

You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en.


Reply via email to