Showing posts with label web. Show all posts
Showing posts with label web. Show all posts

Whois cellseek.rk8.com?

Appears to be related to http://www.xml-sitemaps.com. Whenever, I generate sitemap from there, cellseek.rk8.com is in the access log.

ntop

can be managed/viewed at http://localhost:3000 or http://serverIp:3000, or https://serverip:3001

Cache-Control Header: ie7

Not all the combinations of Cache-Control headers are supported by ie7. See

http://faindu.wordpress.com/2008/04/18/ie7-ssl-xml-flex-error-2032-stream-error/

Apache2 and Lighttpd

Which one should I use? Use lighttpd for static content like .html and apache for dynamic content like php.

Static Contents:
In my testing, lighttpd (1.4.19) can support at least 1.5 times as many connectoins as apache2 (2.2.9) could.

Dynamic Contents:
With php, they are about the same.

Configurations:
I found apache2 easier to configure than lighttpd. Compression support is better with apache2 than lighttpd.

nmap

To check machine 192.168.0.22, run nmap remotely from another machine.
# nmap -sT -sU -p 1-1023 192.168.0.22
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2008-10-05 15:44 MDT
Interesting ports on (192.168.0.22):
Not shown: 2040 filtered ports
PORT STATE SERVICE
22/tcp open ssh
25/tcp closed smtp
80/tcp closed http
443/tcp closed https
631/tcp closed ipp
631/udp open|filtered unknown