Re: Apache22 Port Install Problem

2008-04-08 Thread Mel
On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote:

 The install goes fine, no obvious errors anyway, when I do apachectl
 configtest, I get
 # apachectl configtest
 Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
 Invalid command 'Order', perhaps misspelled or defined by a module not

snip

Is this line present and active?
LoadModule authz_host_module libexec/apache22/mod_authz_host.so


-- 
Mel

Problem with today's modular software: they start with the modules
and never get to the software part.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache22 Port Install Problem

2008-04-08 Thread Tim DeBoer
  Message: 16
  Date: Tue, 8 Apr 2008 21:24:58 +0200
  From: Mel [EMAIL PROTECTED]
  Subject: Re: Apache22 Port Install Problem
  To: freebsd-questions@freebsd.org
  Cc: Tim DeBoer [EMAIL PROTECTED]
  Message-ID: [EMAIL PROTECTED]
  Content-Type: text/plain;  charset=iso-8859-1
 
  On Tuesday 08 April 2008 07:11:47 Tim DeBoer wrote:
 
   The install goes fine, no obvious errors anyway, when I do apachectl
   configtest, I get
   # apachectl configtest
   Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
   Invalid command 'Order', perhaps misspelled or defined by a module not
 
  snip
 
  Is this line present and active?
  LoadModule authz_host_module libexec/apache22/mod_authz_host.so
 
 
  --
  Mel
 
  Problem with today's modular software: they start with the modules
 and never get to the software part.
 

 No.
 I do have LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
 though.
 [snip]


Problem solved.
I had to delete the package from distfiles. After I did that make read the
config file correctly, downloaded a new tarball, and installed what I
needed.

Thanks for the help  :)

-- 
Tim DeBoer
Understeer is when you hit the wall with the front of the car.
Oversteer is when you hit the wall with the rear of the car.
Horsepower is how fast you hit the wall.
Torque is how far you move the wall.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Apache22 Port Install Problem

2008-04-07 Thread Tim DeBoer
I wasn't sure if I should post here or on the apache list, but since it's an
issue with the port version, rather than the tarball, hopefully this is the
right place.

The install goes fine, no obvious errors anyway, when I do apachectl
configtest, I get
# apachectl configtest
Syntax error on line 117 of /usr/local/etc/apache22/httpd.conf:
Invalid command 'Order', perhaps misspelled or defined by a module not
included in the server configuration

This is the related section in httpd.conf that it's complaining about:
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the default to be a very restrictive set of
# features.
#
Directory /
AllowOverride None
Order deny,allow
Deny from all
/Directory

I've tried re-compiling without any extra options at all, and I've tried it
with auth_basic enabled.
I made sure to use the fresh httpd.conf, each time but it made no
difference.
I'm really not sure how to proceed here.
Could someone point me in the right direction, please?

Thanks  :)


-- 
Tim DeBoer
The other day, I dropped a piece of bread and it fell butter side up.
I was convinced that I'd buttered the wrong side of the bread.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]