DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=40879>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=40879





------- Additional Comments From [EMAIL PROTECTED]  2006-11-04 16:35 -------
I have the same bug described here.

The mod_include produced some bizarre output and is sensitive to the input
(i.e. a blank space included would trigger it or remove the problem).
It seems to spit out random hex-codes (in ascii) once in a while into its
output stream.  The same documents served up with our previous version
(2.0.53) works perfectly.
 
Things I have tried:

        - changed MPM: prefork, worker.
        - changed/eliminated optimization.
        - removed/added other modules (e.g. SSL, PHP, etc.)
        - simplified httpd.conf.
        - turn on/off eAccelerator PHP cache.

The version with the problem is 2.2.3.  The problem can be viewed at

        http://www.math.ubc.ca/
                - what it should display

        http://wtest1.math.ubc.ca/
                - the same documents served up with httpd/mod_include 2.2.3.

        I can provide the .shtml sources, but I couldn't reduce it to a much
        more.
 
The mod_include produced some bizarre output and is sensitive to the input
(i.e. a blank space included would trigger it or remove the problem).
It seems to spit out random text hex-codes once in a while into its output
stream.  The same documents served up with our previous version (2.0.53) works
perfectly.

Things I have tried:

        - changed MPM: prefork, worker.
        - changed/eliminated optimization.
        - removed/added other modules (e.g. SSL, PHP, etc.)
        - simplified httpd.conf.
        - turn on/off eAccelerator PHP cache.

The version we are running is 2.2.3.  The problem can be viewsed at

        http://www.math.ubc.ca/
                - what it should display

        http://wtest1.math.ubc.ca/
                - the same documents served up with httpd/mod_include 2.2.3.

I can provide the .shtml sources, but I couldn't reduce it to a much more
compact version.

Output of httpd -v:
        Server version: Apache/2.2.3
        Server built:   Oct 16 2006 02:27:10

Output of httpd -l:
        core.c
        prefork.c
        http_core.c
        mod_so.c

Other modules loaded:
        LoadModule authn_file_module modules/mod_authn_file.so
        LoadModule authn_default_module modules/mod_authn_default.so
        LoadModule authz_host_module modules/mod_authz_host.so
        LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
        LoadModule authz_user_module modules/mod_authz_user.so
        LoadModule authz_default_module modules/mod_authz_default.so
        LoadModule auth_basic_module modules/mod_auth_basic.so
        LoadModule mime_module modules/mod_mime.so
        LoadModule include_module modules/mod_include.so
        LoadModule log_config_module modules/mod_log_config.so
        LoadModule ssl_module modules/mod_ssl.so
        LoadModule status_module modules/mod_status.so
        LoadModule autoindex_module modules/mod_autoindex.so
        LoadModule info_module modules/mod_info.so
        LoadModule dir_module modules/mod_dir.so
        LoadModule actions_module modules/mod_actions.so
        LoadModule userdir_module modules/mod_userdir.so
        LoadModule alias_module modules/mod_alias.so
        LoadModule php5_module  /var/php/modules/libphp5.so

Configure
        env CC=gcc CFLAGS="-O3 -fomit-frame-pointer -mcpu=v9" configure \
                --prefix=/var/www \
                --with-mpm=worker \
                
--disable-{asis,cgi,cgid,env,imagemap,isapi,negotiation,setenvif} \
                --without-pgsql \
                --disable-ipv6 \
                --enable-so \
                --with-ssl=/usr/local \
               
--enable-{dumpio,filter,include,info,log-forensic,ssl,status}=shared \
                --enable-nonportable-atomics

gcc version:
        3.4.4

Output of httpd -v:
        Server version: Apache/2.2.3
        Server built:   Oct 16 2006 02:27:10

Output of httpd -l:
        core.c
        prefork.c
        http_core.c
        mod_so.c

Other modules loaded:
        LoadModule authn_file_module modules/mod_authn_file.so
        LoadModule authn_default_module modules/mod_authn_default.so
        LoadModule authz_host_module modules/mod_authz_host.so
        LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
        LoadModule authz_user_module modules/mod_authz_user.so
        LoadModule authz_default_module modules/mod_authz_default.so
        LoadModule auth_basic_module modules/mod_auth_basic.so
        LoadModule mime_module modules/mod_mime.so
        LoadModule include_module modules/mod_include.so
        LoadModule log_config_module modules/mod_log_config.so
        LoadModule ssl_module modules/mod_ssl.so
        LoadModule status_module modules/mod_status.so
        LoadModule autoindex_module modules/mod_autoindex.so
        LoadModule info_module modules/mod_info.so
        LoadModule dir_module modules/mod_dir.so
        LoadModule actions_module modules/mod_actions.so
        LoadModule userdir_module modules/mod_userdir.so
        LoadModule alias_module modules/mod_alias.so
        LoadModule php5_module  /var/php/modules/libphp5.so

Configure
        env CC=gcc CFLAGS="-O3 -fomit-frame-pointer -mcpu=v9" configure \
                --prefix=/var/www \
                --with-mpm=worker \
                
--disable-{asis,cgi,cgid,env,imagemap,isapi,negotiation,setenvif} \
                --without-pgsql \
                --disable-ipv6 \
                --enable-so \
                --with-ssl=/usr/local \
               
--enable-{dumpio,filter,include,info,log-forensic,ssl,status}=shared \
                --enable-nonportable-atomics

gcc version:
        3.4.4


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to