<![CDATA[Latest posts for the topic "Giúp mình cách cài đặt và config nginx chạy mod_jk"]]> /hvaonline/posts/list/24.html JForum - http://www.jforum.net Giúp mình cách cài đặt và config nginx chạy mod_jk /hvaonline/posts/list/43043.html#267684 /hvaonline/posts/list/43043.html#267684 GMT Giúp mình cách cài đặt và config nginx chạy mod_jk /hvaonline/posts/list/43043.html#267695 /hvaonline/posts/list/43043.html#267695 GMT Giúp mình cách cài đặt và config nginx chạy mod_jk Code:
admin@ubuntu:~/nginx-1.2.0$ make && make install
make: *** No rule to make target `build', needed by `default'.  Stop.
Trước đó em đã chạy lệnh ./configure rồi.]]>
/hvaonline/posts/list/43043.html#267700 /hvaonline/posts/list/43043.html#267700 GMT
Giúp mình cách cài đặt và config nginx chạy mod_jk

ngtrongtri wrote:
Cảm ơn anh, nhưng em làm đến bước này rồi thì đứng luôn Code:
admin@ubuntu:~/nginx-1.2.0$ make && make install
make: *** No rule to make target `build', needed by `default'.  Stop.
Trước đó em đã chạy lệnh ./configure rồi. 
Bồ làm đúng steps không? Trình bày từng step bồ làm coi thử sao?]]>
/hvaonline/posts/list/43043.html#267701 /hvaonline/posts/list/43043.html#267701 GMT
Giúp mình cách cài đặt và config nginx chạy mod_jk Code:
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.
Step 5: Chạy lệnh make && make install Đó là các bước em đã làm. Nhưng hiện tại em không dùng phương pháp này nữa, em đã làm cách khác và đã thành công. Tuy nhiên em cài Nginx theo lệnh apt-get install nginx chứ không phải compiled. Vậy em hỏi khi download soucre của nó về rồi, thì làm sao để compiled nó với 1 tuỳ chọn module khác ? Em đọc "If you have manually compiled Nginx, you will need to recompile and reinstall with './configure --with-http_ssl_module'." thì em không biết cách để compiled lại.]]>
/hvaonline/posts/list/43043.html#267702 /hvaonline/posts/list/43043.html#267702 GMT
Giúp mình cách cài đặt và config nginx chạy mod_jk

ngtrongtri wrote:
Step 1: Em download file module kia về. Step 2: uznip Step 3:cd vào folder đã unzip đó Step 4: thực hiện lệnh ./configure --add-module=/home/admin/folder_unzip/ Code:
./configure: error: the HTTP rewrite module requires the PCRE library.
You can either disable the module by using --without-http_rewrite_module
option, or install the PCRE library into the system, or build the PCRE library
statically from the source with nginx by using --with-pcre=<path> option.
Step 5: Chạy lệnh make && make install Đó là các bước em đã làm. Nhưng hiện tại em không dùng phương pháp này nữa, em đã làm cách khác và đã thành công. Tuy nhiên em cài Nginx theo lệnh apt-get install nginx chứ không phải compiled. Vậy em hỏi khi download soucre của nó về rồi, thì làm sao để compiled nó với 1 tuỳ chọn module khác ? Em đọc "If you have manually compiled Nginx, you will need to recompile and reinstall with './configure --with-http_ssl_module'." thì em không biết cách để compiled lại. 
Sai ngay step 4. Phải copy source đã unzip vào source folder (module) của source nginx rồi mới cd ra ngoài thư mục chính chứa source của nginx rồi mới make. Muốn compile nginx thì đọc tài liệu hướng dẫn kèm theo với nginx source hoặc vào trang nginx mà tham khảo.]]>
/hvaonline/posts/list/43043.html#267705 /hvaonline/posts/list/43043.html#267705 GMT
Giúp mình cách cài đặt và config nginx chạy mod_jk http://wiki.nginx.org/Install về. Giải nén xong, vào folder thực hiện thực hiện đúng theo hướng dẫn của nó: Code:
./configure
make
sudo make install
Nó cũng vẫn báo lỗi như trên anh ạ.]]>
/hvaonline/posts/list/43043.html#267706 /hvaonline/posts/list/43043.html#267706 GMT
Giúp mình cách cài đặt và config nginx chạy mod_jk ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option, or install the PCRE library into the system, or build the PCRE library statically from the source with nginx by using --with-pcre=<path> option.]]> /hvaonline/posts/list/43043.html#267714 /hvaonline/posts/list/43043.html#267714 GMT Giúp mình cách cài đặt và config nginx chạy mod_jk apt-get install PCRE cũng không được. Sau đó em disable --without-http_rewrite_module bằng lệnh ./configure --without-http_rewrite_module cũng không được. Hay em làm sai ? Hi thật tệ quá, em cài được rồi. Sử dụng lệnh sau để cài PCRE Code:
apt-get install libpcre3 libpcre3-dev
Sau đó tiếp tục thực hiện lệnh sau Code:
./configure --without-http_gzip_module
]]>
/hvaonline/posts/list/43043.html#267719 /hvaonline/posts/list/43043.html#267719 GMT