Is listen 10.0.0.2:80; is the same as listen dogbert:80; or not ?
yes.
I see some duplicate names in servers, for example, ooocon.kiberpipa.org
nginx should warn about duplicate names in log.
right now oocon.kiberpipa.org is served by lighttpd (as you see they
are proxied back to 127.0.0.1:81), i’m trying to make nginx serve it,
i did the following two things:
removed the domain from server_name in the lighttpd proxy file
On Tue, 2007-11-06 at 16:19 +0100, Almir K. wrote:
anyone? please?
Can you shrink/rewrite your configuration up to the point where it still
exhibits the issue but is also more “testable” by other people on the
list ?
Do you have any error logged while starting nginx or during the
request ?
Can you setup nginx in debug mode (compile with --with-debug and run in
debug mode) and send to the list an extract of the log showing the
request in question that exhibits the problem ?
When I initially read your report, I thought that it was that you didn’t
had any default keyword in your listen.
Also does nginx complains about server_names_hash_bucket_size too low ?