Results 1 to 1 of 1
I'm trying to configure Xinetd to control access Apache server, this is section which configure Apache, what 's wrong? please help me !
Code:
service httpd
{
id = httpd_tcp
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-21-2006 #1Just Joined!
- Join Date
- Sep 2006
- Posts
- 1
how to set Xinetd up to control access for Apache server?
I'm trying to configure Xinetd to control access Apache server, this is section which configure Apache, what 's wrong? please help me !
Code:service httpd { id = httpd_tcp disable = no flags = REUSE protocol = tpc socket_type = stream wait = no server = /usr/local/apache2/bin/httpd log_on_failure += USERID only_from += 172.16.10.164 } service httpd { id = httpd_udp disable = no flags = REUSE protocol = udp socket_type = dgram wait = no # user = nobody server = /usr/local/apache2/bin/httpd log_on_failure += USERID only_from += 172.16.10.164 }


Reply With Quote
