No Image

tomcat + apache by mod_proxy

2015-04-28 KENNETH 0

  1. load module LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_http_module modules/mod_proxy_http.so   2. virtual host <VirtualHost *:80> ServerName jsp.jirak.net CustomLog logs/jsp.jirak.net-access.log common ErrorLog logs/jsp.jirak.net-error.log ProxyRequests Off ProxyPreserveHost On <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass / http://localhost:8080/ ProxyPassReverse / http://localhost:8080/ </VirtualHost>

No Image

ubuntu desktop change resolution on virtualbox

2015-04-23 KENNETH 0

가상서버(virtualbox) 환경에서 ubuntu-desktop 을 설치했을 경우 화면의 해상도가 640×480(4:3) 밖에 표시되지 않는다. ”su -” or  ”sudo” 를 통해서 apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11   ubuntu14.04 버전에서 아래와 같은 에러가 발생할 수 있는데 The following packages have unmet dependencies: virtualbox-guest-x11 : Depends: xorg-video-abi-15 Depends: xserver-xorg-core (>= 2:1.14.99.902) E: Unable to correct problems, you have held broken packages. 이런 경우에는 그냥 속편하게.. 가상머신창 메뉴의 ”장치” -> ”게스트 확장 설치” 기능을 이용하면 된다. 결론은 그냥 ”장치” -> ”게스트 확장 설치” 기능을 이용하면 된다는거… ;;;;;;

No Image

rhel limits

2015-04-17 KENNETH 0

Red Hat Enterprise Linux technology capabilities and limits   What can Red Hat® Enterprise Linux® do? Find out in this quick-glance chart of the supported and theoretical 1 limits of the platform. Specification Version 3 Version 4 Version 5 Version 6 Version 7 Maximum logical CPUs 2 x86 16 32 32 32 N/A6 Itanium 2 8 256 [512] 256 [1024] N/A6 N/A6 x86_64 8 64 [64] 160 [255] 240 [4096] 240 [5120] POWER 8 64 [128] 128 128 192 [2048] System z 64 (z900) 64 (z10 EC) 101 (zEC12) 101 (zEC12) 101 (zEC12) Maximum memory5 x86 64GB3 64GB3 16GB4 16GB4 N/A6 Itanium 2 128GB 2TB 2TB N/A6 N/A6 x86_64 128GB 256GB [1TB] 1TB 6TB [64TB]15 6TB [64TB]16 POWER 64GB 128GB [1TB] 512GB [1TB] 2TB 2TB System z 256GB (z900) 1.5TB (z10 EC) 3TB (z196) 3TB (z196) 3TB (z196) Maximum number [ more… ]

No Image

PHP 지원기간 안내 (PHP Supported Versions)

2015-04-03 KENNETH 0

Supported Versions Each release branch of PHP is fully supported for two years from its initial stable release. During this period, bugs and security issues that have been reported are fixed and are released in regular point releases. After this two year period of active support, each branch is then supported for an additional year for critical security issues only. Releases during this period are made on an as-needed basis: there may be multiple point releases, or none, depending on the number of reports. Once the three years of support are completed, the branch reaches its end of life and is no longer supported. A table of end of life branches is available. Currently Supported Versions Branch Initial Release Active Support Until Security Support Until 5.4 1 Mar 2012 3 years, 1 month ago 14 Sep 2014 6 months ago [ more… ]