Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

Apache Syntax Error /etc/apache2/ssl-global.conf

$
0
0
My Goal is to use owncloud on my opensuse 13.1 box.
Currently trying to setup SSL in apache.

when I try to retart the apache2 service I get the following:
# /etc/init.d/apache2 restart
redirecting to systemctl restart apache2
Job for apache2.service failed. See 'systemctl status apache2.service' and 'journalctl -xn' for details.





when looking at System Monitor Logs I am getting the followingr: AH00526: Syntax error on line 48 of /etc/apache2/ssl-global.conf:

2014-01-06T19:16:24.377700-05:00 linuxpd2 start_apache2[15930]: SSLSessionCache: 'shmcb' session cache not supported (known names: ). Maybe you need to load the appropriate socache module (mod_socache_shmcb?).


ssl-global.conf line 48 & 49 are as shown:
SSLSessionCache shmcb:/var/lib/apache2/ssl_scache(512000)
SSLSessionCacheTimeout 300



----------
when looking at journalctl -xn' for details: (only showing portion)
Jan 06 19:45:01 linuxpd2 /USR/SBIN/CRON[21385]: pam_unix(crond:session): session closed for user root
Jan 06 19:45:18 linuxpd2 kernel: SFW2-INext-DROP-DEFLT IN=enp9s0 OUT= MAC= ##MYMAC## SRC=192.168.1.1 DST=192.168.1.2 LEN=78 TO
...
Jan 06 19:45:01 linuxpd2 /USR/SBIN/CRON[21385]: pam_unix(crond:session): session closed for user root
Jan 06 19:45:18 linuxpd2 kernel: SFW2-INext-DROP-DEFLT IN=enp9s0 OUT= MAC=##MYMAC## SRC=192.168.1.1 DST=192.168.1.2 LEN=78 TOS

..
.. similar incremental till the end:
Jan 06 19:45:01 linuxpd2 /USR/SBIN/CRON[21385]: pam_unix(crond:session): session closed for user root
Jan 06 19:45:18 linuxpd2 kernel: SFW2-INext-DROP-DEFLT IN=enp9s0 OUT= MAC=##MYMAC## SRC=192.168.1.1 DST=192.168.1.2 LEN=78 TOS=0x00 PREC=0x00 TTL=64 ID=61321 DF PROTO=UDP SPT=1025 DPT=137 LEN=58



any suggestions for a newbie?

Thank you for your time
Qu1nn

Viewing all articles
Browse latest Browse all 40713

Trending Articles