Connection refused on fresh install
-
Art first adding a new automatic WordPress site failed bc of known curl issues. By using 4.0.8 I managed to get this working, only to be greeted by Err Connection refused in my browser. Running Laragon as admin did not work either. Using NginX and MySQL. Please advise, thanks.
-
@filip-van-hoeckel : Do you have any image?
-
-
Strange!
Does it happen with projects created usingQuick add
or also manual added projects?
-
Both. I noticed it may have something to do with what web server to use. Is there some way I can force a site to either use nginx or Apache? I have different requirements for different sites.
-
@filip-van-hoeckel : With Laragon, you can use both Apache and Nginx (on different ports). So, just use Nginx to check Nginx-required-sites and so for Apache.
Note: Other solution is: use 2 seperate Laragon instances (on different directories).
-
I reckoned something like that was the case. In my case that means this site is unreachable on nginx and reachable on Apache. For most sites I prefer nginx because it offers better performance. Any idea why some sites don't like the switch?
-
@filip-van-hoeckel : You can check Menu > Nginx > error.log to find out.
-
2019/02/13 14:34:29 [alert] 29776#44852: the event "ngx_master_29776" was not signaled for 5s 2019/02/13 17:09:04 [notice] 125688#14464: signal process started 2019/02/13 17:09:04 [error] 125688#14464: OpenEvent("Global\ngx_stop_29776") failed (2: FormatMessage() error:(15100))
are the latest error messages I've been receiving. Any clue?