The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
13 views

nginx not logging any error, no starting

After trying to duplicate a nginx to another, I worry about nginx not starting. nginx -t says that the config syntax is ok. In nginx.conf it's told to log errors: error_log /var/log/nginx/error.log; ...
0
votes
2answers
21 views

How to control error_log file size

I can see multiple error_log files on my Apache Server. Example: error_log, error_log.1, error_log.2, error_log.3, error_log.4 .. I think initially single file is created with name error_log. Then ...
0
votes
0answers
38 views

How do I enable PHP FastCGI for apache on debian squeeze?

I would like to enable FastCGI on my server to enable PHP slow logging. I installed it so far after this tutorial: How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze. But since I have ...
0
votes
0answers
19 views

Weird permissions error with error_log

I am having a very strange issue with error_log. For some strange reason, error_log cannot write to any file under a symbolic link. Here is the structure: /var/www # apache root, rwx for group ...
0
votes
1answer
38 views

What do these kernel errors in my logwatch mean?

I was reading my logwatch this morning and I've noticed that there are a lot of kernel errors. I'm on CentOS 6 and the machine acts as a web server. Can anyone help me understand what these mean and ...
0
votes
1answer
46 views

I Deleted my own SID from the Registry

Just I deleted my own SID from the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList) in windows 2008 R2 server then I logged off. Now tried to log in but getting ...
0
votes
1answer
43 views

How can I automatically delete old apache error log files?

My /var/log/apache2 folder is getting out of hand. It has loads of old compressed error.log files that I want to get rid of before my server runs out of space and explodes. Firstly - Is it safe to ...
-1
votes
1answer
48 views

Apache errors - *** glibc detected *** Backtrace - perl

I have been getting these errors in my apache logs on my server - it only happened once a day or every two days. Any idea what could be causing this? I dont even have an idea of where to start? *** ...
0
votes
2answers
50 views

Server does not load WordPress - No HTML nor PHP Errors

I just switched my Dreamhost WordPress site on my VPS from PHP 5.2 Fast CGI to 5.3 CGI. Somehow WordPress now refuses to load and shows a white screen of death on all WordPress pages. PHP Info and ...
1
vote
2answers
66 views

Nginx error log is 96GB in size

Today my server was unresponsive to HTTP requests and it looks like the cause was that nginx went down because when I restarted nginx, it worked again. I wanted to take a look in the error log to see ...
0
votes
2answers
44 views

separate logs from limit_req_zone in nginx

Here we have piece of current nginx configuration: limit_req_zone $binary_remote_addr zone=one:32m rate=2r/s; limit_req zone=one burst=10; error_page 500 501 502 503 504 =503 /offline.html; location ...
0
votes
1answer
70 views

How to create an error_log in each's vhosts httpdocs directory

Running a CentOS 6.4 server with Plesk 11 and virtual hosts for each client/domain. What I'm now trying to accomplish is to auto-create an error_log in each user's httpdocs folder in case of problems ...
1
vote
1answer
92 views

Exchange 2010 Mailbox Replication Service Error

We are repetitively getting: The Microsoft Exchange Mailbox Replication service was unable to process jobs in a mailbox database. Database: DB24 Error: Couldn't find system mailbox ...
0
votes
0answers
38 views

How can I enable error logging and where are the errors logs for IIS 8?

I would like to capture php errors and http errors. I've enabled error logging in PHP, but I do not see where in IIS 8 I can enable errors. Is this possible to do? Thank you for your guidance.
0
votes
1answer
21 views

aegir nginx logging

I'm a developer rather than a sysadmin by trade. I'm working on a drupal site that's been installed with aegir which is clearly dying part-way through loading several drupal pages. I reckon there's a ...
0
votes
0answers
43 views

404 errors for php files not logged in error_log

When I open a url with a non-existent php file on my site, for example : http://site.com/nonexist.php it logs a 404 error into the apache error log, but it doesn't show the requested url, it just ...
0
votes
1answer
318 views

Increased number of 408 Request Timeouts for null on a webserver

In my log watch records there has been a steadily growing progression of these:   408 Request Timeout       null: 694 Time(s) On my webserver. Here are some of what look like the contributing ...
-2
votes
1answer
85 views

What errors would be logged if SSD is failing or has failed in RAID 1?

What are the errors, if any, that would be observed on /var/log/messages if an SSD is failing or has failed? I would like to know how such errors would be worded so that it could be picked up by an ...
1
vote
0answers
71 views

Installation of required component pre-required modules and features for SharePoint 2010

I'v installed SharePoint many times. But today when install all of the pre required of SharePoint , it doesn't start the installation error: setup errors : unable to proceed due to the ...
-1
votes
1answer
152 views

WAMP fails to start after setting error_log [closed]

I had WAMP running with PHP 5.2. PHP errors where written to it's own log file. I then swapped to PHP 5.3 and the errors where written to the Apache log. I found that php.ini had not set an error_log ...
-1
votes
1answer
28 views

error_log getting huge

Recently updated PHP from 5.3 to 5.4 and my error_log is getting really huge growing up about 100MB/minute. I can see that it contains all types of errors including E_NOTICE and E_STRICT. What do I ...
0
votes
1answer
111 views

Apache Virtualhosts with PHP and custom logs - how to isolate PHP errors?

I'm trying to setup a simple hosting enviroment for my application on an Ubuntu server. I created a virtualhost like this: <VirtualHost *:80> ServerAdmin info@example.org ...
1
vote
1answer
76 views

Googlebot repeatedly looks for files that aren't on my server

I'm hosting a site for a volunteer organization. I've moved the site to WordPress, but it wasn't always that way. I suspect at one point it was hacked badly. My Apache error log file has grown to ...
0
votes
0answers
186 views

Getting 403 but apache's error/access log is clean

I'm trying to figure out why my enabling mod_fcgid results in 403 and my apache's error.log and access.log show no relevant information. access.log stays empty and this is error.log: AH00112: ...
0
votes
1answer
89 views

How to solve Critical Logical Driver Error

I was checking the logs in server when i came across this message. Nov 4 12:52:05 SERVERNAME ServeRAID Manager Agent:[338] Periodic scan found one or more critical logical drives: controller 1. ...
0
votes
0answers
58 views

Why is PHP still logging notices and warnings after I change the error_reporting in php.ini

I have changed the error_reporting variable in php5/cli/php.ini and php5/apache2/php.ini. I used several options including: "E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR" "E_ERROR & ...
0
votes
3answers
56 views

Preventing error_log flooding

Is there a way to have httpd/php stop logging errors if they are repeating over and over again to prevent flooding? Currently the /usr/local/apache/logs/error_log file is getting flooded and would ...
0
votes
4answers
235 views

Monitor Apache Error Logs for Specific Strings

Whats the recommended solution to comb apache's previous day's /var/log/httpd/error_log looking for lines that contain a certain string and email when such strings are detected? It could be run ...
0
votes
2answers
41 views

how to set apache to create error logs (error_log) in local system localhost

I copied my projects from my live site to the local system and running it as localhost. In any module if there is an error then i can see a file error_log is created in the live server in that ...
0
votes
1answer
76 views

How do i deal with proftpd message “error setting IPV6_V6ONLY: Protocol not available” in auth.log?

I get lots of errormessages in my /var/log/auth.log in this form: myserver.de (::ffff:11.22.33.44[::ffff:11.22.33.44]) - error setting IPV6_V6ONLY: Protocol not available How should I deal with ...
0
votes
2answers
369 views

Apache: graceful kill fail, sending SIGKILL. How much is too much?

On Apache/2.2.15, is it normal to have one or two "[warn] mod_fcgid: process XXXXX graceful kill fail, sending SIGKILL" per day? After all it's a warning, not an error. Thanks
0
votes
3answers
359 views

Nginx not logging PHP errors

When accessing some PHP scripts on my website, I'm getting the dreaded 500 error message. I'd like to know what's wrong to fix it, but Nginx isn't logging any PHP errors in the log file I have ...
-1
votes
2answers
185 views

/var/log/messages sdb error messages. HP MSA50

I have a HP machine running Debian squeeze/sid. In the /var/log/messages log file, I have the following errors... As well, when doing intense file transfer. Let's say... at backup time... After a ...
0
votes
1answer
569 views

Debian Squeeze 64-bit ssh cant connect and libssl error

I cant login on ssh in the VM i leaved the one that was prev connected open but i cant connect via new connection also when i try to apt-get i get this error: /usr/bin/python: error while loading ...
1
vote
1answer
85 views

ASP.NET error logging locations and troubleshooting

Say an ASP.NET website suddenly starts returning a 500 error code with a blank page (not serving the configured error document). Where might I find error reports and/or clues as to what is happening, ...
0
votes
1answer
456 views

How to include PHP error log in Plesk 10.4 control panel

We am using Plesk 10.4 for our production server. I like to configure the PHP error logs in Plesk. So that I can get my Php errors. Any one please help me to add the PHP error logs to Plesk logs so ...
0
votes
1answer
67 views

assign user and group to site log files

When in a site apache conf file, is there a way to set the user and group for the CustomLog and ErrorLog? Right now, these 2 records create the error and access log with root:root permissions, but I ...
0
votes
1answer
38 views

“Ping” errors in apache log

I get a message like this in my apache error log every few minutes: Jun 29 11:13:37 www apache2[22839]: [error] [client 129.130.453.734] ping, referer: ...
0
votes
0answers
29 views

LTMM User Agent

My Apache error_log has a lot of client side (logged via ajax) errors coming from a user agent that identifies itself as LTMM. I've tried a few searches, and it points to the direction of Internet ...
0
votes
0answers
136 views

SoftException in Apache

I am seeing the following error in my website's error_log files quite a few times on a daily basis. SoftException in Application.cpp:574: Could not execute script My guess is that the server is too ...
-4
votes
3answers
86 views

Unknown error logs [closed]

I am getting a lot of these error messages logged into my tty consoles making them unusable. I have no clue what causes these errors. I have a small doubt that its related to my HDD. Jun 12 23:48:57 ...
0
votes
0answers
238 views

PfSense: dhcpd: send_packet: No buffer space available

Pfsense 2.0.1-RELEASE (i386) I get a lot of entries in the log saying: dhcpd: send_packet: No buffer space available There are aprox 40 active users and they complain about prolonged times for ...
0
votes
3answers
160 views

Apache access log and server outages

I've happened accross a odd issue this morning and I'm not sure where to go from here. We use a couple of site up time monitoring services (pingdom, siteuptime) that essentially ping our server to ...
1
vote
2answers
371 views

deleting/creating apache error log > log not updating

The error log file was quite big so I deleted it and created it again.. But now the error log is not logging/updating on errors? Have tried to respart apache, but still the same.. I remember I ...
0
votes
1answer
12 views

Configuring error.log on Centos 6.5 with Cherokee 1.2.101 running PHP site

I have a problem configuring error log for virtual host serving PHP web aplication on our internal network. I was hoping to get output similar to Apache's but I get output like this: {'type': ...
0
votes
0answers
167 views

vhost error log to rsyslog

For one of my websites in the vhost.conf file I have added a line to push what comes in the site specific error log to rsyslog. Problem with that is that it does not leave a copy or anything in the ...
1
vote
0answers
238 views

Trimming nginx error logs when using php-fpm

Having switched from Apache (mpm prefork) to Nginx with php5-fpm I'm finding the error logs unpleasant to parse. For example Nginx will produce something like this (specifics redacted): 2012/03/12 ...
1
vote
2answers
489 views

Apache error log: Unable to create ~/.gnome2 directory: Permission denied

I'm seeing a few of these messages in the Apache error log (/var/log/httpd/error_log) at the rate of about one per half hour, often in small batches: (process:23210): libgnomevfs-WARNING **: Unable ...
2
votes
1answer
139 views

Windows Server Error Log Filter

How do I filter the Error Log (Windows Server 2008) for errors from one particular website hosted on the server? The site is using a unique Application Pool, and runs under the context of the ...
0
votes
1answer
637 views

Is this a memory failure being logged (CentOS web server)

$ sudo tail /var/log/messages Jan 30 13:47:58 www kernel: EDAC MC0: CE row 3, channel 0, label "": Corrected error (Socket=0 channel=1 dimm=1) Jan 30 13:47:58 www kernel: EDAC MC0: CE row 3, channel ...

1 2