Hello, I need help to apache2 going on 13.1 milestone 4 new install. What am I missing ? -- Thanks Glenn Rpms installed: Here is what I found so far: # rpm -qa | grep -i apache2 | sort apache2-2.4.6-3.2.x86_64 apache2-devel-2.4.6-3.2.x86_64 apache2-doc-2.4.6-3.2.noarch apache2-event-2.4.6-3.2.x86_64 apache2-example-pages-2.4.6-3.2.x86_64 apache2-icons-oxygen-1.0.0-13.2.noarch apache2-mod_apparmor-2.8.1-7.4.x86_64 apache2-mod_auth_ntlm_winbind-0.0.0.lorikeet_svn_682-190.4.x86_64 apache2-mod_dnssd-0.6-19.4.x86_64 apache2-mod_evasive-1.10.1-4.4.x86_64 apache2-mod_fcgid-2.3.7-1.3.x86_64 apache2-mod_jk-1.2.37-1.6.x86_64 apache2-mod_mono-2.10-13.4.x86_64 apache2-mod_nss-1.0.8-5.1.x86_64 apache2-mod_perl-2.0.8-2.1.x86_64 apache2-mod_perl-devel-2.0.8-2.1.x86_64 apache2-mod_php5-5.4.17-3.1.x86_64 apache2-mod_scgi-1.14-1.3.x86_64 apache2-mod_security2-2.6.7-3.4.x86_64 apache2-mod_tidy-0.5.5-224.4.x86_64 apache2-mod_wsgi-3.4-1.3.x86_64 apache2-prefork-2.4.6-3.2.x86_64 apache2-utils-2.4.6-3.2.x86_64 apache2-worker-2.4.6-3.2.x86_64 perl-Apache2-AuthCookieDBI-2.17-1.3.noarch rubygem-passenger-apache2-4.0.10-1.2.x86_64 # errors found: # systemctl start apache2.services Failed to issue method call: Unit apache2.services.service failed to load: No such file or directory. See system logs and 'systemctl status apache2.services.service' for details. # # systemctl status apache2.service apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; disabled) Active: failed (Result: exit-code) since Wed 2013-08-14 16:15:47 EST; 38min ago Process: 2963 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k graceful-stop (code=exited, status=1/FAILURE) Process: 2943 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k start (code=exited, status=1/FAILURE) Main PID: 2943 (code=exited, status=1/FAILURE) CGroup: /system.slice/apache2.service Aug 14 16:15:47 test.site start_apache2[2943]: httpd2-prefork: Syntax error on line 180 of /etc/apache2/httpd.conf: Syntax error on line 102 of /etc/apache2/d... directory Aug 14 16:15:47 test.site systemd[1]: apache2.service: main process exited, code=exited, status=1/FAILURE Aug 14 16:15:47 test.site start_apache2[2963]: httpd2-prefork: Syntax error on line 180 of /etc/apache2/httpd.conf: Syntax error on line 102 of /etc/apache2/d... directory Aug 14 16:15:47 test.site systemd[1]: apache2.service: control process exited, code=exited status=1 Aug 14 16:15:47 test.site systemd[1]: Failed to start The Apache Webserver. Aug 14 16:15:47 test.site systemd[1]: Unit apache2.service entered failed state. # head -180 /etc/apache2/httpd.conf |tail -2 # Include /etc/apache2/default-server.conf ## # head -102 /etc/apache2/default-server.conf |tail -2 # Include /etc/apache2/conf.d/*.conf ## # ls /etc/apache2/conf.d/*.conf /etc/apache2/conf.d/manual.conf /etc/apache2/conf.d/mod_mono.conf /etc/apache2/conf.d/mod_security2.conf /etc/apache2/conf.d/mod_evasive.conf /etc/apache2/conf.d/mod_passenger.conf /etc/apache2/conf.d/nss.conf /etc/apache2/conf.d/mod_fcgid.conf /etc/apache2/conf.d/mod_perl.conf /etc/apache2/conf.d/php5.conf -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org