Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 99084 invoked from network); 7 Apr 2006 13:20:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2006 13:20:37 -0000 Received: (qmail 71912 invoked by uid 500); 7 Apr 2006 13:20:12 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 71628 invoked by uid 500); 7 Apr 2006 13:20:11 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 71614 invoked by uid 99); 7 Apr 2006 13:20:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 06:20:10 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Apr 2006 06:20:10 -0700 Received: by ajax.apache.org (Postfix, from userid 65534) id 18CCED4A00; Fri, 7 Apr 2006 14:19:49 +0100 (BST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 39236] - 'include virtual' not working when there are more than 255 byte to include. In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060407131949.18CCED4A00@ajax.apache.org> Date: Fri, 7 Apr 2006 14:19:49 +0100 (BST) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=39236 ------- Additional Comments From blogarithme@gmail.com 2006-04-07 14:19 ------- (I add here what was truncated in my original description) HOW TO REPRODUCE: The config of the virtual host is very simple: AddType text/html .shtml AddOutputFilter INCLUDES .shtml DocumentRoot /home/web/htdocs Options Includes AllowOverride None Order allow,deny Allow from all I use two small files: > ls -l test* -rw-r--r-- 1 web web 51 Apr 7 07:20 test.shtml -rw-r--r-- 1 web web 255 Apr 7 07:21 test.txt > cat test.shtml > cat test.txt 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 ... > wc -c test.txt 255 test.txt In this situation (where the size of test.txt is 255 bytes or less) the 'include virtual' is working as expected. Now, I add at least one byte to test.txt Its new size is > 255. In this new situation the 'include' is no more working. I think there is no interaction with other modules because I use a very limited number of modules: (output from /server-info?list) Server Module List mod_dir.c mod_vhost_alias.c mod_info.c mod_status.c mod_mime.c mod_log_config.c mod_filter.c mod_include.c mod_authz_host.c mod_so.c http_core.c prefork.c core.c Even with the 'LogLevel' set to 'debug' there is nothing interesting in the logs. (Output from /server-info) Server Settings Server Version: Apache/2.2.0 (Unix) Server Built: Jan 1 2006 02:14:58 Module Magic Number: 20051115:0 Timeouts: connection: 300 keep-alive: 300 MPM Name: Prefork MPM Information: Max Daemons: 256 Threaded: no Forked: yes Server Architecture: 32-bit Server Root: /usr/local/apache2 Config File: /usr/local/apache2/conf/httpd.conf Server Built With: -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_FCNTL_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D HTTPD_ROOT="/usr/local/apache2" -D SUEXEC_BIN="/usr/local/apache2/bin/suexec" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" NB: The XBitHack is a workaround only for text/html files not for those used by wap (.wml) I hope this can help... -- 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: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org