banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Giúp mình cách cài đặt và config nginx chạy mod_jk  XML
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 08:33:52 (+0700) | #1 | 267684
[Avatar]
ngtrongtri
Member

[Minus]    0    [Plus]
Joined: 27/03/2012 22:54:13
Messages: 114
Offline
[Profile] [PM]
Hiện tại mình được giao nhiệm vụ phải setup Nginx (thay thế cho Apache), phải cài được mod_jk để chạy Tomcat7. Cấu hình SSL.
Tuy nhiên mình không biết bắt đầu từ đâu, làm như thế nào, nhưng bắt buộc hôm nay phải xong smilie. Mong mọi người giúp mình
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 13:04:16 (+0700) | #2 | 267695
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]
Đọc cái này:

http://prasadl.livejournal.com/2733.html
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 14:00:12 (+0700) | #3 | 267700
[Avatar]
ngtrongtri
Member

[Minus]    0    [Plus]
Joined: 27/03/2012 22:54:13
Messages: 114
Offline
[Profile] [PM]
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.
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 14:18:23 (+0700) | #4 | 267701
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

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?
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 14:32:44 (+0700) | #5 | 267702
[Avatar]
ngtrongtri
Member

[Minus]    0    [Plus]
Joined: 27/03/2012 22:54:13
Messages: 114
Offline
[Profile] [PM]
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.
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 15:08:15 (+0700) | #6 | 267705
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]

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.
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 15:44:34 (+0700) | #7 | 267706
[Avatar]
ngtrongtri
Member

[Minus]    0    [Plus]
Joined: 27/03/2012 22:54:13
Messages: 114
Offline
[Profile] [PM]
Dạ cảm ơn anh, nhưng vẫn không được.
Bây giờ đơn giản hơn, em tải 1 file source từ 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 ạ.
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 17:07:41 (+0700) | #8 | 267714
[Avatar]
conmale
Administrator

Joined: 07/05/2004 23:43:15
Messages: 9353
Location: down under
Offline
[Profile] [PM]
Bồ không hiểu đoạn này nói gì sao?

./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.
What bringing us together is stronger than what pulling us apart.
[Up] [Print Copy]
  [Question]   Giúp mình cách cài đặt và config nginx chạy mod_jk 30/07/2012 18:18:22 (+0700) | #9 | 267719
[Avatar]
ngtrongtri
Member

[Minus]    0    [Plus]
Joined: 27/03/2012 22:54:13
Messages: 114
Offline
[Profile] [PM]
Dạ em hiểu, em cũng làm theo nó rồi.
Em thử cài library PCRE bằng lệnh 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
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|