got problems with Apache2 mod deflate. If I enable this mod my apache2 wont work probably after reboot ( see error attachment).

If I turn it off Apache2 works fine.
Can you help me? Any ideas?
System:
OpenSuse 13.1
OTRS Beta 3
Moderator: crythias
Actually it is... I want to enable this mod for otrs!?crythias wrote:This is not an OTRS issue.
Code: Select all
# zypper install apache2 apache2-devel apache2-mod_perl
Loading repository data...
Reading installed packages...
Resolving package dependencies...
The following 45 NEW packages are going to be installed:
apache2 apache2-devel apache2-mod_perl apache2-prefork apache2-utils binutils gcc gcc48 glibc-devel libapr-util1 libapr-util1-devel libapr1 libapr1-devel libasan0 libatomic1 libdb-4_8-devel libexpat-devel libgomp1 libitm1 liblua5_2
libtsan0 linux-glibc-devel openldap2-devel perl-Data-Dump perl-Encode-Locale perl-File-Listing perl-HTML-Parser perl-HTML-Tagset perl-HTTP-Cookies perl-HTTP-Daemon perl-HTTP-Date perl-HTTP-Message perl-HTTP-Negotiate perl-IO-HTML
perl-IO-Socket-SSL perl-LWP-MediaTypes perl-LWP-Protocol-https perl-Net-HTTP perl-Net-LibIDN perl-Net-SSLeay perl-Tie-IxHash perl-TimeDate perl-URI perl-WWW-RobotRules perl-libwww-perl
The following 6 recommended packages were automatically selected:
apache2-prefork perl-Data-Dump perl-IO-Socket-SSL perl-LWP-Protocol-https perl-Net-LibIDN perl-TimeDate
45 new packages to install.
Overall download size: 20.0 MiB. After the operation, additional 91.1 MiB will be used.
Continue? [y/n/? shows all options] (y): y
Code: Select all
# grep APACHE_MODULES /etc/sysconfig/apache2
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 reqtimeout authn_core authz_core"
# a2enmod perl
# a2enmod deflate
# a2enmod headers
# a2enmod filter
# grep APACHE_MODULES /etc/sysconfig/apache2
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 reqtimeout authn_core authz_core perl deflate headers filter"
Code: Select all
# systemctl enable apache2.service
# sysconf_addword /etc/sysconfig/SuSEfirewall2 FW_CONFIGURATIONS_EXT apache2
# sysconf_addword /etc/sysconfig/SuSEfirewall2 FW_CONFIGURATIONS_EXT apache2-ssl
# rcSuSEfirewall2 restart