Enrico Stahn

Posts Tagged ‘Unix

04 Sep, 2006

SELinux and Apache

Posted by: Enrico Stahn In: System Administration

A problem occurs as I tried to start apache on our new RedHat system.

# /etc/init.d/httpd start
(13)Permission denied: make_sock: could not bind to
address [::]:10080
no listening sockets available, shutting down
Unable to open logs

This problem cames up after I add “Listen 10080” to the apache configuration file httpd.conf. After a look into /var/log/messages and some research [...]

Tags: ,

20 Apr, 2006

Filter FTP traffic with tcpdump

Posted by: Enrico Stahn In: Uncategorized

This command filters any FTP traffic for ip 10.1.1.22.

tcpdump -i fxp1 -x ‘ip host 10.1.1.22 and (port ftp or ftp-data)’

Tags: ,

About

I'm a passionate Software Developer who loves juggling around with new technologies. This website is about my technical daily grind, problems i stumbled over and some private stuff.