[Bug 236065] New: Typo in /etc/sysconfig/Apache2
https://bugzilla.novell.com/show_bug.cgi?id=236065 Summary: Typo in /etc/sysconfig/Apache2 Product: openSUSE 10.2 Version: Final Platform: 32bit OS/Version: SuSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: russbucket@nwi.net QAContact: qa@suse.de Error starting Apache2. /etc/sysconfig/apache2 as installed from OpenSUSE Boxed DVD. # Here you can name files, separated by spaces, that should be Include'd from # httpd.conf. # 28 # This allows you to add e.g. VirtualHost statements without touching 29 # /etc/apache2/httpd.conf itself, which makes upgrading easier. 30 # 31 APACHE_CONF_INCLUDE_FILES="/etc/apache2/mod_usrdir.conf" 32 33 ## Type: string ## Default: "" Changed line 31 to read: 31 APACHE_CONF_INCLUDE_FILES="/etc/apache2/mod_userdir.conf" Eliminates following error and allows access to localhost. Linuxruss:/home/russbucket # rcapache2 start
File /etc/apache2/mod_usrdir.conf from APACHE_CONF_INCLUDE_FILES not found. Ignored. Starting httpd2 (prefork)
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=236065 judas_iscariote@shorewall.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |poeml@novell.com |screening@forge.provo.novell| |.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=236065 poeml@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|poeml@novell.com |bnc-team-apache@forge.provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=236065 ------- Comment #1 from mskibbe@novell.com 2007-02-12 00:49 MST ------- i take a look on this. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=236065 mskibbe@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |russbucket@nwi.net ------- Comment #2 from mskibbe@novell.com 2007-02-12 01:12 MST ------- i do not have this line in my config: # grep -n APACHE_CONF_INCLUDE_FILES /etc/sysconfig/apache2 13:APACHE_CONF_INCLUDE_FILES="" # grep -n "/etc/apache2/mod_usrdir.conf" /etc/sysconfig/apache2 which version do you use? Are you sure that you do not typed in this? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=236065 ------- Comment #3 from russbucket@nwi.net 2007-02-12 09:01 MST ------- per your request I have the following version: Apache2 2.2.3-20 i586 and openSUSE 10.2-35 No I did not type the error in, but I did use the editor to change it for usrdir to userdir. Looks like your looking for the error in wrong file. Note first line of my original message, The error is in /etc/sysconfig apache2(file). line number 31. Grep done today on apache2 and apache~ files. Original file: Linuxruss:/etc # grep -n APACHE_CONF_INCLUDE_FILES= /etc/sysconfig/apache2~ 31:APACHE_CONF_INCLUDE_FILES="/etc/apache2/mod_usrdir.conf" Modified version: Linuxruss:/etc # grep -n APACHE_CONF_INCLUDE_FILES= /etc/sysconfig/apache2 31:APACHE_CONF_INCLUDE_FILES="/etc/apache2/mod_userdir.conf" The version of apache I'm using is from the original Novell supplied (boxed) DVD for 10.2. If I can be of more help please let me know! -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=236065 russbucket@nwi.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|russbucket@nwi.net | ------- Comment #4 from russbucket@nwi.net 2007-02-12 09:02 MST ------- ref comment 3 forgot to check remove need info from bug, sorry. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
https://bugzilla.novell.com/show_bug.cgi?id=236065 mskibbe@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #5 from mskibbe@novell.com 2007-04-10 02:32 MST ------- rpm -q apache2 apache2-2.2.3-27.1 # cat /etc/sysconfig/apache2 | grep -n APACHE_CONF_INCLUDE 13:APACHE_CONF_INCLUDE_FILES="" 29:APACHE_CONF_INCLUDE_DIRS="" # grep -n APACHE_CONF_INCLUDE_FILES= /etc/sysconfig/apache2 13:APACHE_CONF_INCLUDE_FILES="" i installed a new apache and i don't have values there. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.
participants (1)
-
bugzilla_noreply@novell.com