On 08/14/2013 11:42 AM, Cristian Rodríguez wrote:
On 08/14/2013 03:45 AM, doiggl@velocitynet.com.au wrote:
Hello, I need help to apache2 going on 13.1 milestone 4 new install. What am I missing ?
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
# head -102 /etc/apache2/default-server.conf |tail -2 # Include /etc/apache2/conf.d/*.conf
^^
IncludeOptional /etc/apache2/conf.d/*.conf
"The Include directive will fail with an error if a wildcard expression does not match any file."
The default config files need to be updated to reflect that fact.
Wait, in your case, it matches many files.
# 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
Do you need all those modules ? please post the exact information available in the apache error log, what you posted is incomplete and does not help -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org