Date: Sat, 25 Nov 2006 22:56:03 +0100 From: VeeJay <maanjee@gmail.com> To: FreeBSD-Questions <freebsd-questions@freebsd.org>, maanjee@gmail.com Subject: Re: Help! make syntax errors Message-ID: <2cd0a0da0611251356o75c12cabq52384e049a00f496@mail.gmail.com> In-Reply-To: <2cd0a0da0611251300k36182b13gefd350a38ecebc81@mail.gmail.com> References: <2cd0a0da0611251300k36182b13gefd350a38ecebc81@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/25/06, VeeJay <maanjee@gmail.com> 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!!! > > > > -- > Thanks! > > BR / vj When I give this command so, I DON'T get required modules in the list, see results: # httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c # Thanks for your time.... -- Thanks! BR / vj
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2cd0a0da0611251356o75c12cabq52384e049a00f496>