본문 바로가기

Research/Linux101

rewrite mode on 제로보드를 사용하는 경우 rewrite mode를 사용하기 위해서는 httpd.conf의 초기 설정을 수정해야 한다. httpd.conf 파일에 mod_rewrite의 로딩이 포함되어야 한다. 예: LoadModule rewrite_module modules/mod_rewrite.so 디렉토리에 대한 Options 항목에 FollowSymLinks가 포함되거나 All이어야 합니다. Options FollowSymLinks AllowOverride FileInfo Options Indexes FollowSymLinks AllowOverride FileInfo 설정 후에 httpd 을 restart한다. 2009. 8. 13.
Fedora XDMCP 접속 설정 /etc/gdm/custom.conf 을 아래와 같이 수정합니다. [xdmcp] Enable=true Port=177 [security] DisallowTCP=false /etc/hosts.allow 파일에 gdm:* 을 추가 리부팅 2009. 8. 12.
Terminal Server Client에서 XDMCP 접속을 활성화 하기 Array xnest 를 설치하면 활성화 됨. 2009. 8. 12.
mysqld 설정 실행 : /etc/init.d/mysqld start # chkconfig mysqld on ← 부팅시 자동실행 # chkconfig --list mysqld ← 부팅시 자동실행 설정 확인 root 암호 설정 [root@localhost sunny]# mysql_secure_installation NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY! In order to log into MySQL to secure it, we'll need the current password for the root user. If you've j.. 2009. 8. 12.
제로보드 설치시 확인 할 사항 1. selinux 설정 확인 2. mysqld 확인 3. yum install gd php-gd 2009. 8. 12.
Fedora 10 Enable GUI Root Login 출처: http://www.cyberciti.biz/faq/fedora-10-root-login/ Fedora 10 Enable GUI Root Login Q. How do I enable root login under Fedora 10 Gnome GUI login screen / manager? A. Fedora 10 uses pam module called pam_succeed_if.so. This module is designed to succeed or fail authentication based on characteristics of the account belonging to the user being authenticated. One use is to select whether to loa.. 2009. 8. 11.