[Bug 1038264] New: Apache http parsing problem with phpmyadmin.conf
http://bugzilla.opensuse.org/show_bug.cgi?id=1038264 Bug ID: 1038264 Summary: Apache http parsing problem with phpmyadmin.conf Classification: openSUSE Product: openSUSE Distribution Version: Leap 42.2 Hardware: x86-64 OS: openSUSE 42.2 Status: NEW Severity: Minor Priority: P5 - None Component: Apache Assignee: bnc-team-apache@forge.provo.novell.com Reporter: laurent.henry@ehess.fr QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- the command 'http -M' supposing to give the list of the active modules failed if phpmyadmin is installed. There seems to be a parsing problem of < and > characters with /etc/apache2/conf.d/phpMyAdmin.conf. # httpd -M AH00526: Syntax error on line 42 of /etc/apache2/conf.d/phpMyAdmin.conf: Invalid command '<IfVersion', perhaps misspelled or defined by a module not included in the server configuration The line in the conf is : <IfVersion < 2.4> The "inferior" char is interpreted as an open tag -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1038264 Andreas Stieger <astieger@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris@computersalat.de, | |crrodriguez@opensuse.org, | |ecsos@schirra.net, | |javier@opensuse.org, | |lang@b1-systems.de Component|Apache |Other Assignee|bnc-team-apache@forge.provo |chris@computersalat.de |.novell.com | -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1038264 http://bugzilla.opensuse.org/show_bug.cgi?id=1038264#c2 Henry Laurent <laurent.henry@ehess.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(laurent.henry@ehe | |ss.fr) | --- Comment #2 from Henry Laurent <laurent.henry@ehess.fr> --- already present in loaded modules: # grep version /etc/apache2/sysconfig.d/loadmodule.conf LoadModule version_module /usr/lib64/apache2-prefork/mod_version.so # grep MODULES /etc/sysconfig/apache2 APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_core authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl socache_shmcb reqtimeout authn_core php5 version" but does not appear in loaded modules #httpd -M Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_prefork_module (static) unixd_module (static) systemd_module (static) actions_module (shared) alias_module (shared) auth_basic_module (shared) authn_file_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) autoindex_module (shared) cgi_module (shared) dir_module (shared) env_module (shared) expires_module (shared) include_module (shared) log_config_module (shared) mime_module (shared) negotiation_module (shared) setenvif_module (shared) ssl_module (shared) socache_shmcb_module (shared) userdir_module (shared) reqtimeout_module (shared) authn_core_module (shared) authz_core_module (shared) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1038264 http://bugzilla.opensuse.org/show_bug.cgi?id=1038264#c4 Henry Laurent <laurent.henry@ehess.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WORKSFORME |FIXED --- Comment #4 from Henry Laurent <laurent.henry@ehess.fr> --- ok, i did not notice /etc/apache2/loadmodule.conf was different of /etc/apache2/sysconfig.d/loadmodule.conf My mistake. Thank you ! -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com