"우분투 libapache2-mod-passenger 설치"의 두 판 사이의 차이

(새 문서: ==개요== ;우분투14 libapache2-mod-passenger 설치 <source lang='console'> root@zetawiki:~# apt-get install libapache2-mod-passenger Reading package lists... Done Building depen...)
 
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
2번째 줄: 2번째 줄:
;우분투14 libapache2-mod-passenger 설치
;우분투14 libapache2-mod-passenger 설치


==사전작업==
* [[우분투 아파치 설치]]
==확인==
<source lang='console'>
root@zetawiki:~# apachectl -M | grep passenger
root@zetawiki:~# dpkg -l | grep libapache2-mod-passenger
root@zetawiki:~#
</source>
==설치==
<source lang='console'>
<source lang='console'>
root@zetawiki:~# apt-get install libapache2-mod-passenger
root@zetawiki:~# apt-get install libapache2-mod-passenger
26번째 줄: 37번째 줄:
Setting up libapache2-mod-passenger (4.0.37-2) ...
Setting up libapache2-mod-passenger (4.0.37-2) ...
apache2_invoke: Enable module passenger
apache2_invoke: Enable module passenger
  * Restarting web server apache2                                            AH00557: apache2: apr_sockaddr_info_get() failed for zetawiki
  * Restarting web server apache2                                             
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
                                                                    [ OK ]
Setting up ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
Setting up ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
</source>
</source>
==확인 2==
<source lang='console'>
root@zetawiki:~# dpkg -l | grep libapache2-mod-passenger
ii  libapache2-mod-passenger            4.0.37-2                          amd64        Rails and Rack support for Apache2
root@zetawiki:~# apachectl -M | grep passenger
passenger_module (shared)
</source>
==같이 보기==
* [[우분투 레드마인 설치]]


[[분류: apt-get install]]
[[분류: apt-get install]]
37번째 줄: 57번째 줄:
[[분류: Ubuntu]]
[[분류: Ubuntu]]
[[분류: Ubuntu 14]]
[[분류: Ubuntu 14]]
[[분류: passenger]]

2017년 6월 2일 (금) 17:32 기준 최신판

1 개요[ | ]

우분투14 libapache2-mod-passenger 설치

2 사전작업[ | ]

3 확인[ | ]

root@zetawiki:~# apachectl -M | grep passenger
root@zetawiki:~# dpkg -l | grep libapache2-mod-passenger
root@zetawiki:~#

4 설치[ | ]

root@zetawiki:~# apt-get install libapache2-mod-passenger
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following extra packages will be installed:
  libev4 libruby1.9.1 libyaml-0-2 ruby ruby-passenger ruby-rack ruby1.9.1
Suggested packages:
  ri ruby-dev rails ruby-passenger-doc ruby1.9.1-examples ri1.9.1 graphviz
  ruby1.9.1-dev ruby-switch
The following NEW packages will be installed:
  libapache2-mod-passenger libev4 libruby1.9.1 libyaml-0-2 ruby ruby-passenger
  ruby-rack ruby1.9.1
0 upgraded, 8 newly installed, 0 to remove and 142 not upgraded.
Need to get 3,811 kB of archives.
After this operation, 17.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
... (생략)
Setting up ruby-rack (1.5.2-1) ...
Setting up ruby-passenger (4.0.37-2) ...
Setting up libapache2-mod-passenger (4.0.37-2) ...
apache2_invoke: Enable module passenger
 * Restarting web server apache2                                            
Setting up ruby1.9.1 (1.9.3.484-2ubuntu1.2) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...

5 확인 2[ | ]

root@zetawiki:~# dpkg -l | grep libapache2-mod-passenger
ii  libapache2-mod-passenger            4.0.37-2                          amd64        Rails and Rack support for Apache2
root@zetawiki:~# apachectl -M | grep passenger
 passenger_module (shared)

6 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}