{"id":90,"date":"2012-06-22T17:22:33","date_gmt":"2012-06-22T17:22:33","guid":{"rendered":"https:\/\/cpanelplesk.com\/wp62\/?p=90"},"modified":"2021-02-18T16:27:12","modified_gmt":"2021-02-18T16:27:12","slug":"cpanel-log-locations","status":"publish","type":"post","link":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/","title":{"rendered":"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error"},"content":{"rendered":"<p>Previously, we wrote this comprehensive blog post, with all the possible cPanel log files and the log locations. But there was not much information on how to use those log files. So I am redoing the post to have that necessary information as my readers asked.<\/p>\n<p>The post will turn into a cPanel logs cheat sheet over time, helping our users find anything within CPanel log files. You better bookmark it \ud83d\ude42<\/p>\n<p>While working with cPanel logs, there are two fundamental questions.<\/p>\n<ol>\n<li>How to search<\/li>\n<li>Where are the logs located<\/li>\n<\/ol>\n<p>We will address all three one by one.<\/p>\n<h2>How to search cPanel log files?<\/h2>\n<p>This is the primary concern of a part for novice cPanel admins i &#8220;How to search cPanel logs efficiently&#8221;. So here is a short lesson on that too.<\/p>\n<p>Searching cPanel logs files are the same as searching any text file within Linux. You will be searching a lot of files for specific keywords or phrases. In cPanel shared hosting servers, these phrases are usually &#8220;domain names&#8221;, email addresses, and cPanel user names.<\/p>\n<p>cPanel Log file can grow very large and are usually filled with a great deal of information that we do not need in day-to-day troubleshooting and management tasks. Due to the size of log files going through a file one line at a time is way out of the question. And Opening the file in any text editor like nano or vi is also of not much help as large files get too much slow, and it will be very time-consuming and tedious to do that this way.<br \/>\nAs a cPanel server admin, you need to able to pinpoint warnings and errors, and the best tool to do that is &#8220;grep&#8221;<br \/>\ngrep command is a versatile option to search cPanel log files. the syntax to use grep is<\/p>\n<div class=\"space1\"><\/div>\n<pre>grep [options] [pattern] [file]<\/pre>\n<p>example:<\/p>\n<pre>grep 'keyword' \/path\/to\/file.log<\/pre>\n<p>&nbsp;<\/p>\n<p>The most important is [keyword] here; it is what you want to search. If you want to search logs of a domain &#8220;my-examp.com&#8221; in apache logs, then it will be<\/p>\n<pre>grep 'my-example.com' \/usr\/local\/apache\/logs\/error_log<\/pre>\n<p>&nbsp;<\/p>\n<p>Since Linux and its commands and everything within is case sensitive, you may miss cPanel log file searches because of it. To take care of this problem, you need to search log files as case insensitive. We do it with -i option<\/p>\n<pre>grep -i 'my-example.com' \/usr\/local\/apache\/logs\/error_log<\/pre>\n<p>&nbsp;<\/p>\n<p>The output would show many many lines if my-example.com were a problem creating one. And in that case, it all just scrolls past the terminal screen until it reaches the end. And then you have to scroll up to read all that. Here we can use the command &#8220;less&#8221;.<br \/>\nSo final command to search cPanel log files that you will be using all the time will become<\/p>\n<pre>grep -i 'my-example.com' \/usr\/local\/apache\/logs\/error_log | less<\/pre>\n<p>&nbsp;<\/p>\n<p>One more thing that you will sometimes need within cPanel log file is context. It is to see what happened before this error and what after. For that, you may use some grep option that we will address in the next update. Or if you can buy cPanel administration services <a href=\"https:\/\/www.creativeon.com\/dedicated-servers\/\">here<\/a>.<\/p>\n<h4>Where are the cPanel logs?<\/h4>\n<p>This is what this article initially was about initially. We have described with each log file what information that log file holds. Different applications might have more than one log file, each containing a different type of information. Usually, there are usage logs, and there are error logs. For example, apache has a separate file to log access activity and another for apache error logs.<br \/>\ncPanel logs are most activity that happens on a server to log files so you can go back and check log records for issues, instead of having to be on the server at the time of them occurring.<\/p>\n<p>&nbsp;<\/p>\n<h3>cPanel Email logs<\/h3>\n<p><strong>Exim logs:<\/strong><\/p>\n<ul>\n<li>Exim mail delivery and receipt logs: \/var\/log\/exim_mainlog<\/li>\n<li>Messages rejected based on polices and access control lists (ACLS): \/var\/log\/exim_rejectlog<\/li>\n<li>Fatal &amp; Unexpected error log: \/var\/log\/exim_paniclog<\/li>\n<li>Mailque for incoming messages: \/var\/spool\/exim\/input\/<\/li>\n<\/ul>\n<p><strong>Courier or Dovecot IMAP<\/strong><strong>:<\/strong><\/p>\n<ul>\n<li>IMAP, POP login attempts, fatal errors and spam scoring: \/var\/log\/maillog<\/li>\n<\/ul>\n<p><strong>Mailman:<\/strong><\/p>\n<ul>\n<li>Mailman mailing list logs: \/usr\/local\/cpanel\/3rdparty\/mailmain\/logs<\/li>\n<\/ul>\n<div class=\"space1\">\n<p><b>Email clients:\u00a0<\/b><\/p>\n<ul>\n<li class=\"lang:default decode:true \"><span style=\"font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;\">Horde email client logs:\/var\/cpanel\/horde\/log\/<\/span><\/li>\n<li class=\"lang:default decode:true \">RoundCube email client logs:\/var\/cpanel\/roundcube\/log\/<\/li>\n<li class=\"lang:default decode:true \">Logs related to squirrel Mail interface (was used in older cpanel versions): \/var\/cpanel\/squirrelmail\/<\/li>\n<\/ul>\n<\/div>\n<div class=\"space1\">\n<h3>cPanel MariaDB\/ MySQL logs<\/h3>\n<p>The file name is always with server hostname on the following location<\/p>\n<ul>\n<li>MySQL error logs file location: \/var\/lib\/mysql\/{SERVER_NAME}.err<\/li>\n<li>MySQL slow query log (slow queries logging can be enabled in my.cnf): \/var\/log\/slowqueries<br \/>\n<em>We have a detailed post about <a href=\"https:\/\/cpanelplesk.com\/wp62\/identifying-mysql-slow-queries\/\">identifying MySQL Slow Queries<\/a><\/em><\/li>\n<\/ul>\n<\/div>\n<div class=\"space1\">\n<div class=\"space1\">\n<h3 class=\"space1\"><strong>cPanel Apache Logs<\/strong><\/h3>\n<\/div>\n<\/div>\n<ul>\n<li class=\"lang:default decode:true \">Apache Access Logs file location: \/usr\/local\/apache\/logs\/access_log<\/li>\n<li class=\"lang:default decode:true \">Apache Error logs file location: \/usr\/local\/apache\/logs\/error_log<br \/>\n<em>contains all Web server and CGI application error log<\/em><\/li>\n<li>Apache restarts logs done through cPanel and WHM:\u00a0\/usr\/local\/cpanel\/logs\/safeapcherestart_log<\/li>\n<li>Apache domain access\u00a0 logs path: \/usr\/local\/apache\/domlogs\/{DOMAIN}<br \/>\n<em>{Domain} will replace domain name i.e.,exmaple.com<\/em><\/li>\n<li>Apache SUEXEC Logs: \/usr\/local\/apache\/logs\/suexec_log<\/li>\n<li>suPHP audit log: \/usr\/local\/apache\/logs\/suphp_log<\/li>\n<li class=\"lang:default decode:true \">Modsecurity audit logs: \/usr\/local\/apache\/logs\/modsec_audit.log<\/li>\n<li class=\"lang:default decode:true \">Modsecurity debug logs:\/usr\/local\/apache\/logs\/modsec_debug_log<\/li>\n<\/ul>\n<h3>Cpanel logs<\/h3>\n<ul>\n<li>cPanel Installation Logs: \/var\/log\/cpanel-install-thread0.log<\/li>\n<li>cPanel Access Log:\/usr\/local\/cpanel\/logs\/access_log<\/li>\n<li>cPanel Error Log:\u00a0\/usr\/local\/cpanel\/logs\/error_log<\/li>\n<li>cPanel License Log:\u00a0\/usr\/local\/cpanel\/logs\/license_log<\/li>\n<li>cPHulkd logs:\/usr\/local\/cpanel\/logs\/cphulkd.log<\/li>\n<li>Stats Execution Logs:\u00a0\/usr\/local\/cpanel\/logs\/stats_log<\/li>\n<li>cPanel Backup Logs:\u00a0\/usr\/local\/cpanel\/logs\/cpbackup\/*.log<\/li>\n<li>cPanel Backup transport to remote locations: \/usr\/local\/cpanel\/logs\/cpbackup_transporter.log<\/li>\n<li>Account transfers and misc. logs:\u00a0\/var\/cpanel\/logs<\/li>\n<li>Auditing log (account creations, deletions, etc):\u00a0\/var\/cpanel\/accounting.log<\/li>\n<li>Cpanel dnsadmin dns clustering daemon:\u00a0\/usr\/local\/cpanel\/logs\/dnsadmin_log<\/li>\n<li>Cpanel taskqueue processing daemon:\u00a0\/usr\/local\/cpanel\/logs\/queueprocd.log<\/li>\n<li>DBmapping logs: \/usr\/local\/cpanel\/logs\/setupdbmap_log<br \/>\n<em>Logs about integrated applications, transfers from non-cPanel servers in relation to removing the restraint of MySQL database, usernames having to be prefixed by the cPanel account username<\/em><\/li>\n<li>cPanel Panic logs: \/usr\/local\/cpanel\/logs\/panic_log<\/li>\n<li class=\"space1\">Per account bandwidth history (Cached):\/var\/cpanel\/bandwidth.cache\/{USERNAME}<\/li>\n<li class=\"space1\">Per account bandwidth history: \/var\/cpanel\/bandwidth\/{USERNAME}<\/li>\n<li class=\"space1\">Tailwatch driver tailwatchd log: \/usr\/local\/cpanel\/logs\/tailwatch_log<\/li>\n<li class=\"space1\">Update analysis reporting log: \/usr\/local\/cpanel\/logs\/updated_analysis\/{TIMESTAMP}.log<\/li>\n<li class=\"space1\">Update (UPCP) log: \/var\/cpanel\/updatelogs\/updated.{TIMESTAMP}.log<\/li>\n<li class=\"space1\">WebDisk (CPDAVD) logs: \/usr\/local\/cpanel\/logs\/cpdavd_error_log<\/li>\n<\/ul>\n<h3>Other services<\/h3>\n<ul>\n<li>BIND (named) Log: \/var\/log\/messages<\/li>\n<li>ChkServd (cPanel Monitoring Daemon) Logs: \/var\/log\/chkservd.log<\/li>\n<li>SSH\u00a0Logs:\u00a0\/var\/log\/secure<\/li>\n<li>Pure-FTP: \u00a0\/usr\/local\/apache\/domlogs\/ftpxferlog<\/li>\n<li class=\"space1\">Processing of log splitting: \/usr\/local\/cpanel\/logs\/splitlogs_log<\/li>\n<li class=\"space1\">EasyApache build logs: \/usr\/local\/cpanel\/logs\/easy\/apache\/<\/li>\n<li class=\"space1\">Locale database modifications log:\/usr\/local\/cpanel\/logs\/build_locale_database_log<\/li>\n<li class=\"space1\">Login errors (CPSRVD) log: \/usr\/local\/cpanel\/logs\/login_log<\/li>\n<li class=\"space1\">Cron job logs are common to all Linux servers: \/var\/log\/cron<\/li>\n<li class=\"space1\">NGINX access log location: \/var\/log\/nginx\/access.log<\/li>\n<li class=\"space1\">NGINX error logs location: \/var\/log\/nginx\/error.log<\/li>\n<li class=\"space1\">tomcat error logs: \/usr\/local\/jakarta\/tomcat\/logs\/catalina.err tomcat connections: \/usr\/local\/jakarta\/tomcat\/logs\/catalina.out<\/li>\n<\/ul>\n<div class=\"space1\">\n<div class=\"space1\">\n<div><\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Previously, we wrote this comprehensive blog post, with all the possible cPanel log files and the log locations. But there was not much information on how to use those log files. So I am redoing the post to have that necessary information as my readers asked. The post will turn into a cPanel logs cheat [&#8230;]<\/p>\n<p><a class=\"understrap-read-more-link\" href=\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/\">Continue Reading&#8230;<\/a><\/p>\n","protected":false},"author":2,"featured_media":7241,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-90","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cpanel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error - cPanel Plesk<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error - cPanel Plesk\" \/>\n<meta name=\"twitter:description\" content=\"Previously, we wrote this comprehensive blog post, with all the possible cPanel log files and the log locations. But there was not much information on how to use those log files. So I am redoing the post to have that necessary information as my readers asked. The post will turn into a cPanel logs cheat [...]Continue Reading...\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Seemab Saleem\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/\"},\"author\":{\"name\":\"Seemab Saleem\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\"},\"headline\":\"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error\",\"datePublished\":\"2012-06-22T17:22:33+00:00\",\"dateModified\":\"2021-02-18T16:27:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/\"},\"wordCount\":1220,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg\",\"articleSection\":[\"Cpanel\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/\",\"name\":\"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error - cPanel Plesk\",\"isPartOf\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg\",\"datePublished\":\"2012-06-22T17:22:33+00:00\",\"dateModified\":\"2021-02-18T16:27:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg\",\"width\":600,\"height\":450},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cpanelplesk.com\/wp62\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#website\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/\",\"name\":\"cPanel Plesk\",\"description\":\"Blog on famous hosting control panels\",\"publisher\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13\",\"name\":\"Farooq Omer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"contentUrl\":\"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png\",\"width\":300,\"height\":44,\"caption\":\"Farooq Omer\"},\"logo\":{\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648\",\"name\":\"Seemab Saleem\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g\",\"caption\":\"Seemab Saleem\"},\"description\":\"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!\",\"sameAs\":[\"https:\/\/cpanelplesk.com\/wp62\"],\"url\":\"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error - cPanel Plesk","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/","twitter_card":"summary_large_image","twitter_title":"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error - cPanel Plesk","twitter_description":"Previously, we wrote this comprehensive blog post, with all the possible cPanel log files and the log locations. But there was not much information on how to use those log files. So I am redoing the post to have that necessary information as my readers asked. The post will turn into a cPanel logs cheat [...]Continue Reading...","twitter_image":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg","twitter_misc":{"Written by":"Seemab Saleem","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#article","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/"},"author":{"name":"Seemab Saleem","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648"},"headline":"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error","datePublished":"2012-06-22T17:22:33+00:00","dateModified":"2021-02-18T16:27:12+00:00","mainEntityOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/"},"wordCount":1220,"commentCount":0,"publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg","articleSection":["Cpanel"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/","url":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/","name":"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error - cPanel Plesk","isPartOf":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage"},"image":{"@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage"},"thumbnailUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg","datePublished":"2012-06-22T17:22:33+00:00","dateModified":"2021-02-18T16:27:12+00:00","breadcrumb":{"@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#primaryimage","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2012\/06\/Untifjstuhshtrrrrrrrtled-2.jpg","width":600,"height":450},{"@type":"BreadcrumbList","@id":"https:\/\/cpanelplesk.com\/wp62\/cpanel-log-locations\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cpanelplesk.com\/wp62\/"},{"@type":"ListItem","position":2,"name":"cPanel log file locations: Apache, Email, FTP, MySQL, WHM, Access and Error"}]},{"@type":"WebSite","@id":"https:\/\/cpanelplesk.com\/wp62\/#website","url":"https:\/\/cpanelplesk.com\/wp62\/","name":"cPanel Plesk","description":"Blog on famous hosting control panels","publisher":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cpanelplesk.com\/wp62\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/c78ae1cf9451a09592fb9697d69c0c13","name":"Farooq Omer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","contentUrl":"https:\/\/cpanelplesk.com\/wp62\/wp-content\/uploads\/2020\/11\/cpanelplesk.png","width":300,"height":44,"caption":"Farooq Omer"},"logo":{"@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/"}},{"@type":"Person","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/73d573cc7eaaf6625cf0dbd72191a648","name":"Seemab Saleem","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cpanelplesk.com\/wp62\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6a87ff2e53b03e6839250e5278a6bd46?s=96&d=mm&r=g","caption":"Seemab Saleem"},"description":"Linux Server Administrator, Web Hosting engineer. I'm dealing with Linux servers since 2014. I started this blog to share the work i love with the world . let me know if you need any assistance. Thanks!!","sameAs":["https:\/\/cpanelplesk.com\/wp62"],"url":"https:\/\/cpanelplesk.com\/wp62\/author\/cmb\/"}]}},"_links":{"self":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/90","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/comments?post=90"}],"version-history":[{"count":0,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/posts\/90\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media\/7241"}],"wp:attachment":[{"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/media?parent=90"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/categories?post=90"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cpanelplesk.com\/wp62\/wp-json\/wp\/v2\/tags?post=90"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}