Apache Error Log Location Centos
Contents |
Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about where is apache log hiring developers or posting ads with us Server Fault Questions Tags Users Badges Unanswered Ask php error log location centos Question _ Server Fault is a question and answer site for system and network administrators. Join them; it only takes a minute: Sign up apache error log location ubuntu Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Where can I find apache error_log on CentOS up vote 10 down vote favorite I'd like apache error log location windows to know where can I find apache's error log. According to a website that I read, it should be at /var/log/httpd/error_log But I don't have the httpd directory on /var/log apache-2.2 share|improve this question asked Oct 8 '10 at 22:05 valter 1812721 It is where you described it. Probably you never started apache and therefore this directory did not get created. Or you have you custom build configuration. Did you maybe install some hosting control panel software?
Apache Error Log Location Cpanel
–Raffael Luthiger Oct 8 '10 at 22:13 add a comment| 3 Answers 3 active oldest votes up vote 5 down vote accepted Check your httpd.conf The LogFile variable tells you where apache is writing logs. This value is often (always?) relative to the ServerRoot variable. share|improve this answer answered Oct 9 '10 at 0:13 tim 44624 add a comment| Did you find this question interesting? Try our newsletter Sign up for our newsletter and get our top new questions delivered to your inbox (see an example). Subscribed! Success! Please click the link in the confirmation email to activate your subscription. up vote 5 down vote Chances are it's in /var/log/httpd. Do you have locate installed? Have you run updatedb recently, or have it cronified? If so, you can do locate error_log. share|improve this answer answered Oct 9 '10 at 0:26 Andy Lester 453212 add a comment| up vote 2 down vote take a look at your /etc/httpd.conf file and check where you are writing your logs valter. as Raffael says it maybe that you've got them being written to odd locations. check that your httpd server actually started too! :-) share|improve this answer answered Oct 8 '10 at 22:20 Khushil 488310 I found the following line on httpd.conf, in other server: ErrorLog logs/error_log –valter Oct 8 '10 at 22:42 2 check in /etc/logs or /var/logs or set a full path there '/var/logs/
here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About
Apache Error Log Location Debian
Us Learn more about Stack Overflow the company Business Learn more about hiring apache error log location mac developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the linux apache error log Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Where can I find error log http://serverfault.com/questions/189205/where-can-i-find-apache-error-log-on-centos files? up vote 6 down vote favorite 3 Where can I find error log files? I need to check them for solving an internal server error shown after installing suPHP. php logging centos suphp share|improve this question edited Jun 4 '13 at 4:36 Pé de Leao 6,07041629 asked Oct 11 '12 at 7:42 user1010966 781110 1 It depends on your logging settings :) CO –Nemoden Oct http://stackoverflow.com/questions/12834583/where-can-i-find-error-log-files 11 '12 at 7:43 1 my server is centos but it doesnt show anything under var/log/httpd –user1010966 Oct 11 '12 at 7:46 Check if error_log path is set in php.ini. If not set it will be usually logged in the web server's error log. –air4x Oct 11 '12 at 7:47 Look for error_log in php.ini, if you use php-fpm, you might also wanted to check error_log in php-fpm conf file –Nemoden Oct 11 '12 at 7:48 error_log shows error_log –user1010966 Oct 11 '12 at 7:52 add a comment| 5 Answers 5 active oldest votes up vote 7 down vote Works for me. How log all php errors to a log fiie? Just add following line to /etc/php.ini to log errors to specified file – /var/log/php-scripts.log vi /etc/php.ini Modify error_log directive error_log = /var/log/php-scripts.log Make sure display_errors set to Off (no errors to end users) display_errors = Off Save and close the file. Restart web server: /etc/init.d/httpd restart How do I log errors to syslog or Windows Server Event Log? Modify error_log as follows : error_log = syslog How see logs? Login using ssh or download a log file /var/log/php-scripts.log u
Installing, Configuring, Troubleshooting server daemons such as Web and Mail Post Reply Print view Search Advanced search 4 posts • Page 1 of 1 jnojr Posts: 106 Joined: 2007/11/29 23:42:03 Location: San Diego, CA Contact: Contact jnojr Yahoo http://www.centos.org/forums/viewtopic.php?t=28047 Messenger AOL Obtaining PHP logs? Quote Postby jnojr » 2008/11/05 22:07:38 I have a CentOS 5 system with:[root@wikisrv-01 wiki]# rpm -q httpdhttpd-2.2.3-11.el5_1.centos.3[root@wikisrv-01 wiki]# rpm -q phpphp-5.1.6-15.el5I want to troubleshoot a PHP problem, and am trying to get PHP logs. In php.ini, I have:log_errors = Onerror_reporting = E_ALLerror_log = /var/log/php.logI touched /var/log/php.log, chowned it to apache, and restarted httpd But nothing is being written to /var/log/php.log or /var/log/httpd/error_log or anywhere else that I can find. error log What do I need to do to get PHP logs? Top mickh Posts: 124 Joined: 2008/02/15 09:42:43 Location: Australia Re: Obtaining PHP logs? Quote Postby mickh » 2008/11/05 23:44:57 Have a look at the apache logs (/var/www/logs/httpd/error_log), I can usually find any PHP errors listed in there.Update: sorry, I now see you've already looked there! Top saman_artorious Posts: 73 Joined: 2008/09/19 19:03:37 Re: Obtaining PHP logs? Quote Postby saman_artorious » 2008/11/06 13:48:52 You do apache error log not need to modify the error_log option path, just leave the way it is; Log errors to specified file.;error_log = filenameall php errors are written to the error_log file in /etc/httpd/logs/error_logby default Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Post Reply Print view 4 posts • Page 1 of 1 Return to “CentOS 5 - Server Support” Jump to CentOS General Purpose CentOS - FAQ & Readme First Announcements CentOS Social User Comments Website Problems CentOS 7 CentOS 7 - General Support CentOS 7 - Software Support CentOS 7 - Hardware Support CentOS 7 - Networking Support CentOS 7 - Security Support CentOS 6 CentOS 6 - General Support CentOS 6 - Software Support CentOS 6 - Hardware Support CentOS 6 - Networking Support CentOS 6 - Security Support CentOS 5 CentOS 5 - General Support CentOS 5 - Software Support CentOS 5 - Hardware Support CentOS 5 - Networking Support CentOS 5 - Server Support CentOS 5 - Security Support CentOS 5 - Webhosting Support CentOS 5 - X86_64,s390(x) and PowerPC Support CentOS 5 - Oracle Installation and Support CentOS 5 - Miscellan