계정별 register_global 설정 정보
PHP 계정별 register_global 설정
본문
            
            
                        http.conf 에 VirtualHost 설정시 아래 코드를 추가해주시면 됩니다.
php_value register_globals 1
예제)
<VirtualHost *:80>
DocumentRoot /home/account/html
ServerName domain.com
ServerAlias *.domain.com
php_value register_globals 1
</VirtualHost>
                
                
                php_value register_globals 1
예제)
<VirtualHost *:80>
DocumentRoot /home/account/html
ServerName domain.com
ServerAlias *.domain.com
php_value register_globals 1
</VirtualHost>
[이 게시물은 관리자님에 의해 2011-10-31 17:30:25 Apache에서 이동 됨]
                    
                        
                추천
                
0
                
    0
댓글 2개

                
                    오호라 ~~ 요런것도 있었군요.... 
좋은 팁 감사합니다...^^
                    좋은 팁 감사합니다...^^

                
                    오 감사합니다.!!                
                
                
            
                    