Quote:
|
Originally Posted by falko
What's the output of
Code:
ls -la /var/log/httpd
?
|
I have deleted the file causing error today and now I get following output.
Quote:
[root@portal ~]# ls -la /var/log/httpd
total 304
drwx------ 2 root root 4096 Mar 22 20:58 .
drwxr-xr-x 14 root root 4096 Mar 21 23:59 ..
-rw-r--r-- 1 root root 54053 Mar 22 21:20 access_log
-rw-r--r-- 1 root root 134990 Mar 19 03:47 access_log.1
-rw-r--r-- 1 root root 6579 Mar 22 20:46 error_log
-rw-r--r-- 1 root root 20103 Mar 19 04:02 error_log.1
lrwxrwxrwx 1 root root 46 Mar 22 20:58 ispconfig_access_log -> /var/log/httpd/ispconfig_access_log_2006_03_22
-rw-r--r-- 1 root root 37014 Mar 21 23:12 ispconfig_access_log_2006_03_21
-rw-r--r-- 1 root root 3823 Mar 22 21:20 ispconfig_access_log_2006_03_22
-rw-r--r-- 1 root root 0 Mar 19 04:02 ssl_access_log
-rw-r--r-- 1 root root 412 Mar 17 21:18 ssl_access_log.1
-rw-r--r-- 1 root root 630 Mar 22 20:46 ssl_error_log
-rw-r--r-- 1 root root 6491 Mar 18 00:56 ssl_error_log.1
-rw-r--r-- 1 root root 0 Mar 19 04:02 ssl_request_log
-rw-r--r-- 1 root root 497 Mar 17 21:18 ssl_request_log.1
|