Hello, How can I get an apache install working. I get the error on 127.0.0.1 I have been following instructions from http://en.opensuse.org/SDB:Apache_installation Here is what I have done: # zypper in apache2 Loading repository data... Reading installed packages... 'apache2' is already installed. No update candidate for 'apache2-2.4.3-1.1.x86_64'. The highest available version is already installed. sysconf_addword /etc/sysconfig/SuSEfirewall2 FW_CONFIGURATIONS_EXT apache2 "apache2" already present sysconf_addword /etc/sysconfig/SuSEfirewall2 FW_CONFIGURATIONS_EXT apache2-ssl "apache2-ssl" already present rcapache2 start redirecting to systemctl start apache2 #firewall rcSuSEfirewall2 restart chkconfig -a apache2 Note: This output shows SysV services only and does not include native systemd services. SysV configuration data might be overridden by native systemd configuration. # cat /srv/www/htdocs/index.html <html><body><h1>It works!</h1></body></html> #status and log shows: /bin/systemctl status apache2.service apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled) Active: failed (Result: exit-code) since Wed, 2013-05-29 20:08:59 EST; 37s ago Process: 9030 ExecStop=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k graceful-stop (code=exited, status=1/FAILURE) Process: 9001 ExecStart=/usr/sbin/start_apache2 -D SYSTEMD -DNO_DETACH -k start (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/apache2.service May 29 20:08:59 test.site start_apache2[9001]: Module "authz_default" is not installed, ignoring. May 29 20:08:59 test.site start_apache2[9001]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2. May 29 20:08:59 test.site start_apache2[9001]: AH00526: Syntax error on line 1 of /etc/apache2/uid.conf: May 29 20:08:59 test.site start_apache2[9001]: Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration May 29 20:08:59 test.site systemd[1]: apache2.service: main process exited, code=exited, status=1/FAILURE May 29 20:08:59 test.site start_apache2[9030]: Module "authz_default" is not installed, ignoring. May 29 20:08:59 test.site start_apache2[9030]: Check the APACHE_MODULES setting in /etc/sysconfig/apache2. May 29 20:08:59 test.site start_apache2[9030]: AH00526: Syntax error on line 1 of /etc/apache2/uid.conf: May 29 20:08:59 test.site start_apache2[9030]: Invalid command 'User', perhaps misspelled or defined by a module not included in the server configuration May 29 20:08:59 test.site systemd[1]: Unit apache2.service entered failed state cat /etc/apache2/uid.conf User wwwrun Group www rpm -qa| grep -i apache2 | sort apache2-2.4.3-1.1.x86_64 apache2-devel-2.4.3-1.1.x86_64 apache2-doc-2.4.3-1.1.noarch apache2-event-2.4.3-1.1.x86_64 apache2-example-pages-2.4.3-1.1.x86_64 apache2-mod_perl-2.0.7+svn1448242-1.1.x86_64 apache2-mod_php5-5.4.14-1.1.x86_64 apache2-prefork-2.4.3-1.1.x86_64 apache2-utils-2.4.3-1.1.x86_64 apache2-worker-2.4.3-1.1.x86_64 perl-Apache2-AuthCookieDBI-2.14-6.1.noarch rubygem-passenger-apache2-3.0.19-1.2.x86_64 # cat /srv/www/htdocs/index.html <html><body><h1>It works!</h1></body></html> Question: How can this error be fixed what commands do I run ? Thanks Glenn -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org