rko wrote:
What version of Apache, what modules and add-ons you have compiled in (php/modssl)?
Risto
% ./httpd -v
Server version: Apache/1.3.28 (Unix)
Here are my compiled in modules:
Code:
./httpd -l
Compiled-in modules:
http_core.c
mod_env.c
mod_log_config.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_access.c
mod_auth.c
mod_so.c
mod_setenvif.c
mod_so.c
suexec: enabled; valid wrapper /usr/local/apache/bin/suexec
But this doesn't list php, dav, and ssl which I have installed, but I think I did them using the "mod_so" technique (sorry, I'm a newbie.).
caker wrote:
When you login to your Linode to restart Apache, are you ssh'ing into your Linode, or are you ssh'ing into the host for console access
I am ssh'ing just normally...I type "ssh <my ip>".
Also, you folks got me curious and I looked in my error_log for apache and found these entries:
Code:
[Sat Aug 30 06:33:29 2003] [error] [client 38.117.18.156] Invalid method in request \x04\
\x01
[Sat Aug 30 06:33:49 2003] [error] [client 38.117.18.156] Invalid method in request \x05\
\x01
[Sun Aug 31 05:11:33 2003] [error] [client 65.39.131.228] File does not exist: /usr/loca\
l/apache/htdocs/scripts/nsiislog.dll
[Sun Aug 31 05:56:02 2003] [error] [client 64.26.137.228] File does not exist: /usr/loca\
l/apache/htdocs/scripts/..%5c%5c../winnt/system32/cmd.exe
[Sun Aug 31 08:58:29 2003] [error] [client 62.49.40.122] File does not exist: /usr/local\
/apache/htdocs/scripts/..%5c%5c../winnt/system32/cmd.exe
[Sun Aug 31 12:38:34 2003] [error] [client 195.66.205.11] File does not exist: /usr/loca\
l/apache/htdocs/scripts/nsiislog.dll
[Sun Aug 31 13:01:23 2003] [error] [client 218.153.158.134] File does not exist: /usr/lo\
cal/apache/htdocs/scripts/nsiislog.dll
[Sun Aug 31 15:44:23 2003] [error] [client 211.180.229.19] Invalid method in request SEA\
RCH / HTTP/1.1
[Sun Aug 31 16:13:07 2003] [error] [client 80.17.244.96] File does not exist: /usr/local\
/apache/htdocs/scripts/nsiislog.dll
[Sun Aug 31 21:13:14 2003] [error] [client 209.216.96.136] File does not exist: /usr/loc\
al/apache/htdocs/NULL.printer
[Sun Aug 31 21:47:14 2003] [error] [client 217.59.145.130] File does not exist: /usr/loc\
al/apache/htdocs/scripts/..%5c%5c../winnt/system32/cmd.exe
[Mon Sep 1 02:24:42 2003] [error] [client 80.142.120.79] File does not exist: /usr/loca\
l/apache/htdocs/scripts/nsiislog.dll
Is someone trying to hack me? Is this to be expected?