목록* 리눅스 (542)
변군이글루
아파치 디렉토리 리스팅 막기 serverAdmin logman@sangchul.kr ServerName cdms.sangchul.kr ServerAlias tcdms.sangchul.kr DocumentRoot "/user/www/cdms_80/htdocs" ErrorLog "/logs/httpd/cdms.sangchul.kr-error_log" CustomLog "/logs/httpd/cdms.sangchul.kr-access_log" common AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec => Indexes 제거 Order allow,deny Al..
아파치 버전정보 노출 막기 # # ServerTokens # This directive configures what you return as the Server HTTP response # Header. The default is 'Full' which sends information about the OS-Type # and compiled in modules. # Set to one of: Full | OS | Minor | Minimal | Major | Prod # where Full conveys the most information, and Prod the least. # ServerTokens Prod => 주석 처리 #ServerTokens Prod # # Optionally add a l..
mysql max_allowed_packet 설정 WARNING: The user you typed does not seem to be root If you encounter any problem with files insertion, try setting the global max_allowed_packet MySQL value to at least 2MB in your server config file. [root@itms bin]# mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.1.69 Source d..
CentOS 6.x버전 APM 설치 [라이브러리] yum -y install openssl openssl-devel libtool libtool-ltdl libtool-ltdl-devel zlib-devel zlib freetype-devel freetype libpng-devel libpng libjpeg-devel libjpeg libtiff-devel libtiff gd-devel gd pcre-devel pcre libxml2-devel libxml2 gdbm-devel gdbm ncurses-devel ncurses curl-devel curl expat-devel expat bzip2-devel bzip2-libs bzip2 libc libc-devel libc-client-devel gcc*..