thedark Second Lieutenant
Joined: 30 Jul 2005
Posts: 1074
|
Posted: Thu Aug 04, 2005 11:11 am Post subject: Configuring apache |
|
|
You don't have to recompile apache, you just have to alter you configuration.
Apache doesn't come with tcpwrappers support (dunno if you can compile it in) but
you can run it from inted.
Somewhere in your configuration file is a line beginning with "ServerType" followed
by "standalone". This means exactly what is says. Change the "standalone" to
"inted". Stop apache with "apachectl stop" if it is runnen (don't forget to be root). |
|