WordPress 3.0.5 multisite, NGINX/Apache, nonexistent subdomains not working.
-
When I try to load for example https://asdf.domain.com/ on the browser I get a 503 error from NGINX.
We don’t have the asdf subdomain/Blog registered and that error only happens when I am NOT logged in the backend so if I am logged in, it will either redirect to wp-signup.php?new=domain.com or redirect to whatever is defined on wp-config.php:
define(‘NOBLOGREDIRECT’, ‘https://www.domain.com’);
NGINX logs:
2011/04/04 15:10:42 [error] 1175#0: *35391911 upstream prematurely closed connection while reading response header from upstream, client: X.X.X.X, server: domain.com, request: “GET / HTTP/1.1”, upstream: “https://127.0.0.1:8080/”, host: “asdf.domain.com”
Apache Logs:
zend_mm_heap corrupted
- The topic ‘WordPress 3.0.5 multisite, NGINX/Apache, nonexistent subdomains not working.’ is closed to new replies.