On Fri, 3 Jul 2015 15:44, Anton Aylward <opensuse@...> wrote:
[snip]
# /usr/sbin/start_apache2 AH00526: Syntax error on line 10 of /etc/apache2/conf.d/owncloud.conf: Invalid command 'SetEnv', perhaps misspelled or defined by a module not included in the server configuration. [snip] I'm unclear from the docs if I should have a mod_env or just the mod_envif
Mainbox:/etc/apache2 # grep -R mod_env *
returns nothing but
Mainbox:/etc/apache2 # grep -R mod_setenv * server-tuning.conf:<IfModule mod_setenvif.c> sysconfig.d/loadmodule.conf:LoadModule setenvif_module /usr/lib64/apache2-prefork/mod_setenvif.so
Is that supposed to include the SetEnv directive or not?
When I look in /usr/lib64/apache_prefork, and others, I do see a
apache2/mod_env.so
but there's nothing in my config that references anything like that. All the 'LoadModule' directives are in 'loadmodules.conf' and thy all reference items in /usr/lib64/apache2-prefork/
I would have thought that 'SetEnv' would have been a pretty fundamental option but it seems not to be used elsewhere. Odd that.
Irritating, but have a look at this file: "/etc/sysconfig/apache2" In there are the modules defined that apache2 will load in openSUSE. Add / enable "mod_env" there. Also a pre/after update diff of that file could shed some light on your situation. - Yamaban. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org