Echo module missing (regression?)

Bug #735622 reported by arty
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nginx
Fix Released
Undecided
Michael Lustfield

Bug Description

I have nginx-full package installed:

    # apt-cache policy nginx-full
    nginx-full:
      Installed: 0.8.54-4ppa16~maverick

Description of nginx-full package lists Echo module among included modules:

    # apt-cache show nginx-full
    …
    MODULES INCLUDED:
    …
    Third Party Modules:
    Upstream Fair Queue, Echo

I included basic example from Echo documentation (http://wiki.nginx.org/HttpEchoModule#echo) in my server config:

    server {
        location /hello {
            echo "hello, world!";
        }
    }

However nginx fails to load this config:

    # service nginx reload
    Reloading nginx configuration: [emerg]: unknown directive "echo" in /etc/nginx/sites-enabled/123:3
    configuration file /etc/nginx/nginx.conf test failed

Here's a discussion about adding echo module: https://bugs.launchpad.net/bugs/666916

Related branches

Changed in nginx:
assignee: nobody → Michael Lustfield (mtecknology)
status: New → In Progress
Revision history for this message
Michael Lustfield (michaellustfield) wrote :

This has been added back for 0.8.54-5. It will be in the version of Nginx that I am building tonight.

Changed in nginx:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.