SSL1 아파치 설치시 ssl 설치 (https 접속) ssl 설치 http://www.openssl.org //32BIT 일때 ./config --prefix=/usr/local/ssl make make install //./config --prefix=/usr/local/ssl -fPIC 이렇게 실행 해야 할 때도 있음 //우분투에선 -fPIC 옵션 안먹는데..(32bit ㅜ.ㅜ) apache 설치 http://httpd.apache.org/ ./configure --prefix=/usr/local/apache2.4 \ --enable-mods-shared=most \ --enable-module=so \ --enable-so \ --enable-rewrite \ --enable-mods-shared=ssl \ --with-ssl=/usr/local/ss.. 2012. 6. 4. 이전 1 다음