Hi Guys

I notice that the latest release of hostmaster nginx 0.7 (Ubuntu 10.04 comes with 0.7.65) is not supported. I was wondering if could be possible for you to outline the minimum software versions required to run Aegir.

Cheers

Comments

omega8cc’s picture

What issues/errors are you experiencing? We should be compatible with nginx 0.7.27 or newer, as we use try_files directive introduced in 0.7.27.

omega8cc’s picture

Status: Active » Postponed (maintainer needs more info)
jm.federico’s picture

I'll try to check on a new install again, but if I'm not mistaken it was something with a cache directive from nginx.

Will get back with more info!

jm.federico’s picture

Hello!

Right this is whats happening:
I install Aegir using manual install, nothing different from what the http://community.aegirproject.org/installing/manual says.

the first problem comes in the form of:
Restarting nginx: [emerg]: could not build the map_hash, you should increase map_hash_bucket_size: 64

That is easy, I added to /etc/nginx/nginx.conf
map_hash_bucket_size 128;

Then this is the error I'm getting:
Restarting nginx: [emerg]: unknown directive "fastcgi_no_cache" in /var/aegir/config/includes/nginx_simple_include.conf:524

Any ideas?

omega8cc’s picture

Title: Minimum software requirements? » Minimum Nginx version supported?
Project: Hostmaster (Aegir) » Provision
Component: Documentation » Code
Assigned: Unassigned » omega8cc
Category: support » bug
Status: Postponed (maintainer needs more info) » Active

The first issue is some edge case, but the fix has been committed anyway:

dev-nginx-6.x-1.x http://drupalcode.org/project/provision.git/commit/11d42bf
dev-nginx-6.x-2.x http://drupalcode.org/project/provision.git/commit/b66ea09

The second issue is a result of microcaching introduced here: #1408410: Add microcaching to Nginx config by default and the problem is that the fastcgi_no_cache directive has been introduced in 0.7.66 on 07 Jun 2010.

I just added this in the release notes: http://community.aegirproject.org/1.7#Known_issues

Sorry about that :/

jm.federico’s picture

No need to apologize!

We are all here to work on this! Thanks for your work!

Note to those wantint to upgrade nginx for ubuntu 10.04:
Repos and install info can be found here:
http://wiki.nginx.org/Install

PGP key used by nginx to sign their packages
http://nginx.org/keys/nginx_signing.key

steven jones’s picture

Status: Active » Postponed (maintainer needs more info)

@omega8cc Can this issue be closed now, is there any action pending?

omega8cc’s picture

Component: Code » Documentation
Status: Postponed (maintainer needs more info) » Fixed

It can be closed after I have updated http://community.aegirproject.org/installing/manual to list the correct Nginx version 0.7.66 or newer as required there.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 11d42bf on dev-drupal-8, dev-nginx-6.x-1.x, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by omega8cc:
    Issue #1498774 by jm.federico - Set higher value for...
  • Commit b66ea09 on dev-nginx-6.x-2.x, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by omega8cc:
    Issue #1498774 by jm.federico - Set higher value for...