Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Nov 2006 11:58:04 -0600
From:      "Donald J. O'Neill" <duncan.fbsd@gmail.com>
To:        freebsd-questions@freebsd.org
Cc:        VeeJay <maanjee@gmail.com>
Subject:   Re: Apache port compile error
Message-ID:  <200611251158.04757.duncan.fbsd@gmail.com>
In-Reply-To: <2cd0a0da0611250331h58507128od62901d92dcaf3b2@mail.gmail.com>
References:  <2cd0a0da0611250331h58507128od62901d92dcaf3b2@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 25 November 2006 05:31, VeeJay wrote:
> Hi
>
>
> When compiling apache20 from ports and enabling/diabling knobs, I am
> writing the make command as follow;
>
> #make WITHOUT_MODULES="charset-lite include env setenvif status autoindex
> asis cgi negotiation imap actions userdir alias so"
> WITH_MODULES="mpm=prefork access auth log_config mime dir"
>
> #make install
>
>
> And after compiling with above command, I am getting this error when
> running apache
>
>
> # /usr/local/sbin/apachectl start
>
> Syntax error on line 41 of /usr/local/etc/apache2/httpd.conf:
> Invalid command 'Order', perhaps mis-spelled or defined by a module not
> included in the server configuration
>
>
> Even though I have added "access, auth" modules already.... in the make
> command...
>
>
> Please help!!!

What's on line 40, 41, and 42 of your httpd.conf?

I you just want a working apache20, skip what you're doing and just do a "make 
install". 

Is there a reason that you would want to use apache20 rather than apache22? 
Just curious.

Don



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611251158.04757.duncan.fbsd>