I just compiled Apache 1.3.24 using the following
./configure --prefix=/opt/Apache/Apache1324 --
enable-module=so
and then
make install
but when I try to start apache
$/opt/Apache/Apache1324/bin/apachectl start
Syntax error on line 329 of /opt/Apache/Apache1324/conf/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included
in the server configuration
/opt/Apache/Apache1324/bin/apachectl start: httpd could not be started
$
Please somebody help me with this..
Thanks in advacne...