On Mon, 19 Aug 2013 15:44:32 +0200, Christian Boltz <opensuse@cboltz.de> wrote:
Hello,
Am Montag, 19. August 2013 schrieb doiggl@velocitynet.com.au:
Invalid command 'Require', perhaps misspelled or defined by a module not included in the server configuration
That's the typical message telling you that you need to load another apache module.
http://httpd.apache.org/docs/current/mod/mod_authz_core.html#require says "Module: mod_authz_core"
The list of modules to load is stored in /etc/sysconfig/apache2 - add it
there, or just call a2enmod mod_authz_core
Regards,
Christian Boltz
Hello, I wish to add the module to /etc/sysconfig/apache2 Question: Is this the line I change [from | to:] ? --Thanks Glenn <APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl userdir php5 reqtimeout systemd authn_core"
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl userdir php5 reqtimeout systemd authn_core mod_authz_core"
Currently uncommented lines read as follows. # cat /etc/sysconfig/apache2 | grep -v "#" DOC_SERVER="no" APACHE_CONF_INCLUDE_FILES="" APACHE_CONF_INCLUDE_DIRS="" APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl userdir php5 reqtimeout systemd authn_core" APACHE_SERVER_FLAGS="" APACHE_HTTPD_CONF="" APACHE_MPM="" APACHE_SERVERADMIN="" APACHE_SERVERNAME="" APACHE_START_TIMEOUT="2" APACHE_SERVERSIGNATURE="on" APACHE_LOGLEVEL="warn" APACHE_ACCESS_LOG="/var/log/apache2/access_log combined" APACHE_USE_CANONICAL_NAME="off" APACHE_SERVERTOKENS="OS" APACHE_EXTENDED_STATUS="off" -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org