DO NOT REPLY [Bug 9216] - pcre.c compile fails

2002-05-18 Thread bugzilla
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://nagoya.apache.org/bugzilla/show_bug.cgi?id=9216

pcre.c  compile fails

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-05-18 00:35 ---
Sorry. Bad include path...

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



DO NOT REPLY [Bug 9222] New: - mod_deflate should check Content-Encoding header

2002-05-18 Thread bugzilla
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://nagoya.apache.org/bugzilla/show_bug.cgi?id=9222

mod_deflate should check Content-Encoding header

   Summary: mod_deflate should check Content-Encoding header
   Product: Apache httpd-2.0
   Version: HEAD
  Platform: All
OS/Version: All
Status: NEW
  Severity: Normal
  Priority: Other
 Component: mod_deflate
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


Content with "Content-Encoding" header, content is encoded.
But mod_deflate does not check it. It cause to encode content twice.

This problem is reproduceible by get encoded content via mod_proxy.


Following is my trivial patch:

--- mod_deflate.c   17 May 2002 11:33:09 -  1.5
+++ mod_deflate.c   17 May 2002 16:16:49 -
@@ -274,4 +274,11 @@
 }
 
+/* encoded yet? */
+accepts = apr_table_get(r->headers_out, "Content-Encoding");
+if (accepts) {
+
ap_remove_output_filter(f);
+
return ap_pass_brigade(f->next, bb);
+
}
+
 /* if they don't have the line, then they can't play */
 accepts = apr_table_get(r->headers_in, "Accept-Encoding");


Workaround for existing environment:


SetEnvIf Content-Encoding ".*" no-gzip




Thanks for read my broken English.

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



DO NOT REPLY [Bug 9223] New: - Execution of CGI with multibyte query string fail.

2002-05-18 Thread bugzilla
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://nagoya.apache.org/bugzilla/show_bug.cgi?id=9223

Execution of CGI with multibyte query string fail.

   Summary: Execution of CGI with multibyte query string fail.
   Product: Apache httpd-2.0
   Version: 2.0.35
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: mod_cgi
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


On Windows platform
  http://win2k-host/cgi-bin/printenv.pl?%82%D9%82%B0
does not work.
error.log claims

 "(22)Invalid argument: couldn't spawn child process: C:/Program 
  Files/Apache Group/Apache2/cgi-bin/printenv.pl"

while apache 1.3.24 on my linux box returns expected result like,
QUERY_STRING="%82%D9%82%B0"

It comes to problem with wiki(http://c2.com/cgi/wiki) like systems,
with Multibyte(ie. japanese) wiki-name.

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



DO NOT REPLY [Bug 8934] - GetServerVariable returns wrong lpdwSizeofBuffer

2002-05-18 Thread bugzilla
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://nagoya.apache.org/bugzilla/show_bug.cgi?id=8934

GetServerVariable returns wrong lpdwSizeofBuffer





--- Additional Comments From [EMAIL PROTECTED]  2002-05-18 22:01 ---

  There is a test module of mod_isapi.c cvs version 1.73 now available from

http://www.apache.org/~wrowe/mod_isapi.so

  Please feel free to test (within Apache 2.0.36) and report back with
  any success or hassles you encounter.  The source code is available;

   
http://cvs.apache.org/viewcvs.cgi/*checkout*/httpd-2.0/modules/arch/win32/mod_isapi.c?rev=1.73
   
http://cvs.apache.org/viewcvs.cgi/*checkout*/httpd-2.0/modules/arch/win32/mod_isapi.h?rev=1.1

  All ISAPI directives are now per-directory, except for ISAPICacheFile (which
  remains global.)  A new  ISAPIFakeAsync on  will allow modules to believe that
  mod_isapi is an async server, and respond to the async requests and invoke
  the module's completion callbacks.

  Unless problems are identified, this is the code expected to be released
  with Apache 2.0.37.

  TIA

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



DO NOT REPLY [Bug 9225] New: - Httpd 2.0.36 chokes

2002-05-18 Thread bugzilla
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://nagoya.apache.org/bugzilla/show_bug.cgi?id=9225

Httpd 2.0.36 chokes

   Summary: Httpd 2.0.36 chokes
   Product: Apache httpd-2.0
   Version: 2.0.36
  Platform: PC
   URL: http://www.nk.ca
OS/Version: Other
Status: NEW
  Severity: Blocker
  Priority: Other
 Component: Build
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


Script started on Sat May 18 16:46:57 2002
doctor.nl2k.ab.ca//var/www/conf$ echo

doctor.nl2k.ab.ca//var/www/conf$ ech  i   o This is a critical error in
Apache 2.0
This is a critical error in Apache 2.0
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/httpd -v
Server version: Apache/1.3.24 (Unix)
Server built:   May 17 2002 17:55:09
doctor.nl2k.ab.ca//var/www/conf$ /usr/contrib/bin/httpd
-v/bin/httpd -v/bin/httpd
-v/bin/httpd -v/bin/httpd
-v/bin/httpd -v/bin/httpd
-v/bin/httpd -vbin/httpd
-v/bin/httpd -v/bin/httpd
-v/bin/httpd -vv/bin/httpd
-va/bin/httpd -vr/bin/httpd -v//bin/httpd
-vw/bin/httpd -vw/bin/httpd -vw/bin/httpd
-v
Server version: Apache/2.0.36
Server built:   May 10 2002 20:20:51
doctor.nl2k.ab.ca//var/www/conf$ echo I am keeping the two sepat rate
I am keeping the two separate
doctor.nl2k.ab.ca//var/www/conf$ cat httpd_ .conf_1.3.24
# -FrontPage- version=4.0llow


Perlrequire /var/www/conf/startup.pl


ServerType standalone


Port 80


HostnameLookups on


User www
Group www

ServerAdmin [EMAIL PROTECTED]


ServerRoot "/var/www/"

ErrorLog /var/log/httpd/error_log


LogLevel warn


LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\""
combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent


CustomLog /var/log/httpd/access_log combined
#CustomLog /var/log/httpd/access_log%h %l %u %t \"%r\" %>s %b
\"%{Referer}i\" \"%{User-Agent}i\"" 



PidFile /var/run/httpd.pid

ScoreBoardFile /var/run/apache_runtime_status

LockFile /var/run/accept.lock

ExtendedStatus On

ServerName www.nl2k.ab.ca

ServerSignature on

UseCanonicalName on

ResourceConfig  /dev/null




Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.phtml index.php index.php3 index.cgi index.pl index.shtml
index.html index.htm


AllowOverride All


order allow,deny
allow from all




order allow,deny
allow from 204.209.81.0/255.255.255.0
allow from 216.95.238.0/255.255.255.0


SetHandler server-status
order deny,allow
allow from .nl2k.ab.ca




AllowOverride None
Options None


AllowOverride None
Options None




Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.cgi index.pl index.shtml index.html index.htm


#
# UserDir: The name of the directory which is appended onto a user's home
# directory if a ~user request is received.
#
#
#UserDir html
#

#
# Control access to UserDir directories.  The following is an example
# for a site where these directories are restricted to read-only.
#
AllowOverride All


order allow,deny
allow from all




Options Indexes FollowSymLinks MultiViews
Options Includes ExecCGI
DirectoryIndex index.cgi index.pl index.shtml index.html index.htm


AllowOverride All


order allow,deny
allow from all



AllowOverride None
Options None


AllowOverride None
Options None


RewriteCond %{HTTP_USER_AGENT}
email.?(magnet|reaper|siphon|harvest|collect|wolf) [NC,OR]
RewriteCond %{HTTP_USER_AGENT} floodgate [NC,OR]
RewriteCond %{HTTP_USER_AGENT} web(bandit|snake|collector|mole|miner|weasel)
[NC,OR]
RewriteCond %{HTTP_USER_AGENT} cherry.?picker [NC,OR]
RewriteCond %{HTTP_USER_AGENT} extractor.?pro [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^crescent [NC,OR]
RewriteCond %{HTTP_USER_AGENT} ^teleport [NC,OR]
RewriteCond %{HTTP_USER_AGENT} nicerspro [NC]
RewriteCond %{REQUEST_URI} !^/sugarplum/
RewriteRule .* /sugarplum/visions [PT]
ScriptAlias /sugarplum/ /var/www/cgi-bin/sugarplum/poison/




order deny,allow
deny from all
allow from 127.0.0.1



AccessConfig/dev/null

DocumentRoot /var/www/docs


UserDir html

DirectoryIndex index.pl index.shtml index.html index.htm index


FancyIndexing on


AddIconByEncoding (CMP,/apache_icons/compressed.gif) x-compress x-gzip

AddIconByType (TXT,/apache_icons/text.gif) text/*
AddIconByType (IMG,/apache_icons/image2.gif) image/*
AddIconByType (SND,/apache_icons/sound2.gif) audio/*
AddIconByType (VID,/apache_icons/movie.gif) video/