==================================================================
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=7165
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
==================================================================
Priority: P3
Bug ID: 7165
Assignee: [email protected]
Summary: httpd does not start
QA Contact: [email protected]
Severity: normal
Classification: Contribs
OS: ---
Reporter: [email protected]
Hardware: ---
Status: CONFIRMED
Version: 8.0
Component: smeserver-webshare (Needs a maintainer)
Product: SME Contribs
after configuring httpd does not start, and no log !! ( empty file)
pgrep return some pid but
# httpd -X
Syntax error on line 1406 of /etc/httpd/conf/httpd.conf:
Invalid command 'AuthUserFile', perhaps misspelled or defined by a module not
included in the server configuration
according to google search :
You can fix it by turn on the authn_file module. For Debian Linux like Ubuntu,
a2enmod authn_file
/etc/init.d/apache2 restart
For Fedora, add the following line to /etc/httpd/conf/httpd.conf
LoadModule authn_file_module modules/mod_authn_file.so
regarding the sme7 config :
# cat /etc/httpd/conf/httpd.conf |grep Load|grep auth
LoadModule auth_module modules/mod_auth.so
LoadModule auth_anon_module modules/mod_auth_anon.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule external_auth_module modules/mod_auth_external.so
# cat /etc/httpd/conf/httpd.conf |grep Load|grep auth
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule auth_digest_module modules/mod_auth_digest.so
LoadModule external_auth_module modules/mod_auth_external.so
seems that authz modules do not include the file reading
need to add a template for sme8 in order to have webshare to work
--
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/