$ sudo service nginx start
Thursday, May 26, 2011
Tuesday, May 10, 2011
Friday, May 6, 2011
Installing Nginx with header-more on CentOS 5
1. to solve cross-dimension request problem for get RSS from YQL on AWS
2. install PCRE library.
$ sudo yum install pcre-devel
3. download headers-more-nginx-module source code.
$ git clone git://github.com/agentzh/headers-more-nginx-module.git
4. download nginx-0.8.54.tar.gz source code, configure and build.
$ wget 'http://sysoev.ru/nginx/nginx-0.8.54.tar.gz'
$ tar -xzvf nginx-0.8.54.tar.gz
$ cd nginx-0.8.54
$ ./configure --prefix=/opt/nginx --add-module=../headers-more-nginx-module
$ make && sudo make install
2. install PCRE library.
$ sudo yum install pcre-devel
3. download headers-more-nginx-module source code.
$ git clone git://github.com/agentzh/headers-more-nginx-module.git
4. download nginx-0.8.54.tar.gz source code, configure and build.
$ wget 'http://sysoev.ru/nginx/nginx-0.8.54.tar.gz'
$ tar -xzvf nginx-0.8.54.tar.gz
$ cd nginx-0.8.54
$ ./configure --prefix=/opt/nginx --add-module=../headers-more-nginx-module
$ make && sudo make install
Thursday, May 5, 2011
deloy a new sling app.
mvn -P autoInstallBundle clean install -Dsling.url=http://url0.info:59841/system/console
Subscribe to:
Posts (Atom)