Goede morgen,
Ik heb sinds kort (like gisteren
) mijn domein niet meer ergens anders staan, maar thuis, ales zelf geconfigureerd maar volgens mij staat er iets niet helemaal goed.
IN mijn apache log zag ik vannochtend een aantal dingen, 1 daarvan was:
"CONNECT 1.3.3.7:1337 HTTP/1.0" 200 1603
Omdat ik redelijk nieuw ben op dit gebied ben ik eens gaan uitvogelen wat het betekend. Wat iemand probeerd is mijn server als een soort proxy te gebruiken? en dat is hem gelukt (status code 200??), of begrijp ik dit fout?
Uit de handleiding van apache haal ik:
If you wish to prevent this type of request entirely, then you need to let Apache know what hostnames to accept and what hostnames to reject. You do this by configuring name-virtual hosts, where the first listed host is the default host that will catch and reject unknown hostnames. For example:
NameVirtualHost *
<VirtualHost *>
ServerName default.only
<Location />
Order allow,deny
Deny from all
</Location>
</VirtualHost>
<VirtualHost *>
ServerName realhost1.example.com
ServerAlias alias1.example.com alias2.example.com
DocumentRoot /path/to/site1
</VirtualHost>
Klopt dit? moet ik mij zorgen maken? moet ik wat veranderen
Tevens had ik een "GET /scripts/..%255c%255c../winnt/system32/cmd.exe?/c+dir" 404 -, hier hoef ik mij geen zorgen om te maken, immers is hij geweigerd (code 404), en volgens google is dit een worm voor iis, en dat heb ik niet.
Ik draai:
w2k, apache, mysql, php, mdaemon
Ik heb sinds kort (like gisteren
IN mijn apache log zag ik vannochtend een aantal dingen, 1 daarvan was:
"CONNECT 1.3.3.7:1337 HTTP/1.0" 200 1603
Omdat ik redelijk nieuw ben op dit gebied ben ik eens gaan uitvogelen wat het betekend. Wat iemand probeerd is mijn server als een soort proxy te gebruiken? en dat is hem gelukt (status code 200??), of begrijp ik dit fout?
Uit de handleiding van apache haal ik:
If you wish to prevent this type of request entirely, then you need to let Apache know what hostnames to accept and what hostnames to reject. You do this by configuring name-virtual hosts, where the first listed host is the default host that will catch and reject unknown hostnames. For example:
NameVirtualHost *
<VirtualHost *>
ServerName default.only
<Location />
Order allow,deny
Deny from all
</Location>
</VirtualHost>
<VirtualHost *>
ServerName realhost1.example.com
ServerAlias alias1.example.com alias2.example.com
DocumentRoot /path/to/site1
</VirtualHost>
Klopt dit? moet ik mij zorgen maken? moet ik wat veranderen
Tevens had ik een "GET /scripts/..%255c%255c../winnt/system32/cmd.exe?/c+dir" 404 -, hier hoef ik mij geen zorgen om te maken, immers is hij geweigerd (code 404), en volgens google is dit een worm voor iis, en dat heb ik niet.
Ik draai:
w2k, apache, mysql, php, mdaemon
[ Voor 4% gewijzigd door Icey op 11-11-2003 09:49 ]