==================================================================
  Please DO NOT REPLY to this mail or send email to the developers
  about this bug. Please follow-up to Bugzilla using this link:
    http://bugs.contribs.org/show_bug.cgi?id=5860

  Have you checked the Frequently Asked Questions (FAQ)?
    http://wiki.contribs.org/SME_Server:Documentation:FAQ

  Please also take the time to read the following useful guide:
    http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================

Michael Doerner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Michael Doerner <[email protected]> 2010-03-22 03:45:54 MDT 
---
(In reply to comment #1)
> Manually install webshare but failed with error on SME 8.0 beta5
... cut ...
> 
> Error:
> Syntax error on line 703 of /etc/httpd/conf/httpd.conf:
> Invalid command 'AuthUserfile', perhaps misspelled or defined by a module not
> inlcuded in the server configuration

As far as I remember, this is a difference between the Apache versions on
SME7.x and SME8.0beta. We had the same issue with a self developed software and
one step to solve it is loading a module explicitly for Apache. 

We use a custom-template:
/etc/e-smith/templates/etc/httpd/conf/httpd.conf/20LoadModule71

LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule authn_file_module modules/mod_authn_file.so

One of these modules (I think it is authn_file_module) is required.

Hope that helps.

-- 
Configure bugmail: http://bugs.contribs.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/

Reply via email to