scary looking error

felosi

Verified User
Joined
Jun 17, 2006
Messages
135
Hi I been getting errors like this from hack attempts lately, can someone tell me what this means and if I should worry about it?
[Thu Jun 29 20:42:52 2006] [warn] [client 8.6.89.148] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
Im running centos with the apache2 upgrade listed in the knowledge base, also have mod security with some light rulesets
 
Without knowing which method you used to update apache, there's no way to help.

Jeff
 
Hi,

we just upgrade DA to newest 1.31 and replaced users templates also.

echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue

When added new user, we got same error 8 times, then apache2 shutdown itself. (SOLVED THIS, WAS -> open_basedir ON by default : http://www.directadmin.com/features.php?id=817)

[warn] [client 217.140.252.186] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:03:13 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:05:21 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:30:47 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:33:34 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:36:28 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:36:29 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:36:30 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:39:45 2007] [warn] [client ::1] mod_include: Options +Includes (or IncludesNoExec) wasn't set, INCLUDES filter removed
[Sun Sep 30 12:48:01 2007] [notice] caught SIGTERM, shutting down

Updated custombuild:

OS: Debian 3.1 (sarge)
Apache/2.2.6 (Unix) / mod_ssl/2.2.6
(su)PHP: 5.2.4

dont know what cause this ...

Also this very weird: [notice] Apache/2.2.6 (Unix) mod_ssl/2.2.6 `G\t\b^\xde\x0e\b DAV/2 configured -- resuming normal operations

->
`G\t\b^\xde\x0e\b

Another server, which is identical: [notice] Apache/2.2.6 (Unix) mod_ssl/2.2.6 OpenSSL/0.9.7e DAV/2 configured -- resuming normal operations

Maybe some customer virtualhost which have .htaccess files, or custombuild httpd configuration files cause this error:

ex. Options FollowSymLinks (dont know any very hard tracert)
 
Last edited:
Back
Top