묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
서버에 로그파일이 생성되지않게하려면???
2003.01.17 16:40
아파치서버에서.. 로그파일이 남지않게 설정할려면 어떻게해야하는지?????
제 httpd.conf 이거든요 이파일에 이런부분이 있떤데 맞는지?
================================================
#<VirtualHost *>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
#<VirtualHost 211.233.38.113>
#DocumentRoot /home/service/www
#ServerName ns.gaussren.com
#CustomLog /usr/local/apache/logs/service_log common
#</VirtualHost>
===============================================================
로그파일이 자체적으로 생성이 되지않게 할려면 어떻게해야하는지?
아시는분 답변좀 바랄께요..
* 위니님에 의해서 게시물 이동되었습니다 (2003-01-17 17:17)
제 httpd.conf 이거든요 이파일에 이런부분이 있떤데 맞는지?
================================================
#<VirtualHost *>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>
#<VirtualHost 211.233.38.113>
#DocumentRoot /home/service/www
#ServerName ns.gaussren.com
#CustomLog /usr/local/apache/logs/service_log common
#</VirtualHost>
===============================================================
로그파일이 자체적으로 생성이 되지않게 할려면 어떻게해야하는지?
아시는분 답변좀 바랄께요..
* 위니님에 의해서 게시물 이동되었습니다 (2003-01-17 17:17)
httpd.conf 파일의 대략 480줄에 보시면 아래와 같은
CustomLog /usr/local/apache/logs/access_log common
녀석이 있는데,
#CustomLog /usr/local/apache/logs/access_log common
이렇게 #을 붙여 주시면 됩니당!