incoming requests

Q. I’ve installed Apache 2.2 from FreeBSD 7.0 ports and when I try to start I get following warning on screen:

Performing sanity check on apache22 configuration:
Syntax OK
Starting apache22.
[Wed Sep 17 22:01:58 2008] [warn] (2)No such file or directory: Failed to enable the ‘httpready’ Accept Filter

How do I fix this error?

{ 11 comments }

Configure HTTPD to Listen Multiple Ports

by Vivek Gite on February 4, 2008 · 2 comments

Q. How do I configure Apache HTTPD to listen multiple ports under RHEL / Fedora / CentOS Linux Server?

{ 2 comments }

Restrict ssh access using tcpd (TCPWrapper)

by Vivek Gite on January 31, 2006 · 2 comments

tcpd is use to access control facility for internet services. The tcpd program can be set up to monitor incoming requests for telnet, finger, ftp, exec, rsh, rlogin, tftp, sshd and other services that have a one-to-one mapping onto executable files. Your sshd server must be configuring (compiled with) to support tcpd. You can find [...]

{ 2 comments }