BrianGilbert / OSXAegirInstaller

This script installs aegir on OSX using Homebrew
30 stars 10 forks source link

Nginx 404 issue #35

Closed hasi closed 9 years ago

hasi commented 10 years ago

Hi Brian,

I had to reinstall aegir on my laptop as the mariadb got crashed for some reason. After a few times try I managed to install it successfully and aegir.ld is working fine. I added a platform and a site, all seems good. The problem is accessing the created site. When I'm trying to access it using the given alias 'xyz.ld', it's giving the '404 Not Found' error from Nginx. But aegir.ld is working fine. Even after a few hours search I couldn't figure out the issue. If this story lights anything in your mind, please let me know.

Thanks, Hasi

hasi commented 10 years ago

After rebooting my laptop aegis.ld also doesn't work and it seems there is a problem with starting nginx. When I'm trying to reload it is failing with following error.

aegir:logs Hasi$ sudo /usr/local/bin/nginx -s reload nginx: [error] open() "/usr/local/var/run/nginx.pid" failed (2: No such file or directory)

Then I realised it is not running to reload, so I tried to start. Then it's giving following error and failed starting.

aegir:nginx Hasi$ sudo /usr/local/bin/nginx nginx: [emerg] zero size shared memory zone "gulag"

Have you any idea about this issue?

BrianGilbert commented 9 years ago

Hi Hasi

Haven't seen anything like this before.. I'm about to push some changes it may be worth trying an uninstall and reinstall after that.

BrianGilbert commented 9 years ago

@hasi did you resolve this?

BrianGilbert commented 9 years ago

Closing do to lack of response