Nginx Admin (Stable version) v2.7 released

I am pleased to announce the release of Nginx Admin (Stable Version) v2.7.

 

Changelog:

Below is a detailed list of all the changes in this release:

1- Feature: Based on nginx 1.0.5 Stable See this link for more details( http://nginx.org/en/CHANGES )

 

Install Instructions can be found at http://nginxcp.com/forums/Thread-nginx-admin-stable-version-v2-7-released

 

Note:

As Its a major release so if you have previously installed the any version of the nginx, please uninstall and then perform the installation.

 
Support:
If you need and help, if you find any bug or want a new feature please post your issue in related forum.

 

Please donate us to continue development and stay alive this free project. You can donate us via AlerPay, Moneybookers, and Bank Trasfer (USA only). The donations in the form of resources like dedicated servers are also welcomed.

5 comments

  • abdullah

    root@server [/usr/local/src]# tar xf nginxadmin2.7-stable.tar
    root@server [/usr/local/src]# cd publicnginx
    root@server [/usr/local/src/publicnginx]# ./nginxinstaller install
    /usr/local/src/publicnginx
    Welcome to the Nginx Admin installer……Starting Install
    Generating vhosts…
    Traceback (most recent call last):
      File "/scripts/createvhosts.py", line 2, in ?
        import yaml
      File "/usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-x86_64.egg/yaml/__init__.py", line 26
    SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause
    Installing WHM interface…
    deploying booster rockets
    Traceback (most recent call last):
      File "/usr/local/src/publicnginx/nginxinstaller2", line 9, in ?
        import createvhosts
      File "/usr/local/src/publicnginx/createvhosts.py", line 2, in ?
        import yaml
      File "/usr/lib/python2.4/site-packages/PyYAML-3.10-py2.4-linux-x86_64.egg/yaml/__init__.py", line 26
    SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause

     

  •  
    You have to upgrade the Python follow command:
    cd /usr/local/src
    wget http://python.org/ftp/python/2.5.6/Python-2.5.6.tgz
    tar -zxvf Python-2.5.6.tgz
    cd Python-2.5.6
    ./configure
    make
    make install

    After that, the installer should be run well.

  • CJ

    How can you remove it?

  • Michael

    The plugin?
    cd /usr/local/src
    wget http://nginxcp.com/nginxadmin2.7-stable.tar
    tar xf nginxadmin2.7-stable.tar
    cd publicnginx
    ./nginxinstaller uninstall

    If you remove python, it will break your system.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.