DO NOT REPLY [Bug 9038] - suexec is NOT being called by Apache 2.0.36

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9038.
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=9038

suexec is NOT being called by Apache 2.0.36





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 00:06 ---
Changing the SuexecUserGroup Directive to be an AP_INIT_TAKE12 and
handling smethingn like SuexecUserGroup off in directory contexts would 
probably need to be a neccessity for that aswell.

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



DO NOT REPLY [Bug 7791] - mod_suexec problem

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7791.
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=7791

mod_suexec problem





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 00:56 ---
I'm seeing this bug aswell in 2.036 and CVS. suexec is getting passed args 
ala:

   /path/to/suexec (~)uid gid cmdname argv0 argv1 argv2 

and so on. Previously in 1.3 it was : 

   /path/to/suexec (~)uid gid argv0 argv1 argv2 

and argv0 was assumed to == cmdname. This patch reverts to the previous
behaviour.

Index: os/unix/unixd.c
===
RCS file: /home/cvspublic/httpd-2.0/os/unix/unixd.c,v
retrieving revision 1.52
diff -u -u -r1.52 unixd.c
--- os/unix/unixd.c 17 May 2002 11:33:10 -  1.52
+++ os/unix/unixd.c 26 May 2002 00:47:29 -
@@ -350,16 +350,16 @@
}
 }
 /* allocate space for 4 new args, the input args, and a null terminator */
-newargs = apr_palloc(p, sizeof(char *) * (i + 5));
+newargs = apr_palloc(p, sizeof(char *) * (i + 4));
 newprogname = SUEXEC_BIN;
 newargs[0] = SUEXEC_BIN;
 newargs[1] = execuser;
 newargs[2] = execgroup;
 newargs[3] = apr_pstrdup(p, progname);

-i = 0;
+i = 1;
 do {
-newargs[i + 4] = args[i];
+newargs[i + 3] = args[i];
 } while (args[i++]);

 return apr_proc_create(newproc, newprogname, newargs, env, attr, p);

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



DO NOT REPLY [Bug 7992] - Core dump when restarting daemon with mod_suexec

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7992.
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=7992

Core dump when restarting daemon with mod_suexec





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 01:12 ---
Is this a duplicate of Bug 9413 ?

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



DO NOT REPLY [Bug 7791] - mod_suexec problem

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7791.
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=7791

mod_suexec problem





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 01:13 ---
patch works for me (2.0.35)

Octave

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



DO NOT REPLY [Bug 9413] - apr_pool_userdata_set() should be used in mod_auth_digest.c, mod_suexec.c, ssl_scache.c.

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9413.
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=9413

apr_pool_userdata_set() should be used in mod_auth_digest.c, mod_suexec.c, 
ssl_scache.c.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 01:51 ---
*** Bug 7992 has been marked as a duplicate of this bug. ***

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



DO NOT REPLY [Bug 9421] New: - Incorrect IP is reported to ISAPI modules

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9421.
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=9421

Incorrect IP is reported to ISAPI modules

   Summary: Incorrect IP is reported to ISAPI modules
   Product: Apache httpd-2.0
   Version: 2.0.36
  Platform: PC
OS/Version: Windows NT/2K
Status: NEW
  Severity: Normal
  Priority: Other
 Component: mod_isapi
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


One of our customer has reported that he cant use his ISAPI modules with Apachi 
server. In our product we have some restrictions for the evaluation version 
which does not allow to run ISAPI/DSO modules for other IP then 127.0.0.1

So he sent us report with his problema and copy of the message that is reported 
from our library: To use IntraWeb evaluation mode, 127.0.0.1 must be used as 
the IP in the URL. The IP you used was 127.0.0.

As you can see the 1 is missing from the IP address reported to the ISAPI 
module.

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



DO NOT REPLY [Bug 7791] - mod_suexec problem

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7791.
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=7791

mod_suexec problem

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 08:36 ---
thanks, I've committed the patch

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



DO NOT REPLY [Bug 8291] - mod_include + mod_suexec has bug

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8291.
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=8291

mod_include + mod_suexec has bug

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 08:38 ---
thanks, patch committed

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



DO NOT REPLY [Bug 9424] New: - Typo in the Auth Howto

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9424.
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=9424

Typo in the Auth Howto

   Summary: Typo in the Auth Howto
   Product: Apache httpd-1.3
   Version: 1.3.23
  Platform: Other
   URL: http://httpd.apache.org/docs/howto/auth.html
OS/Version: Other
Status: NEW
  Severity: Minor
  Priority: Other
 Component: Documentation
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


http://httpd.apache.org/docs/howto/auth.html has a (possible) typo in Line 263
(html-source). The example uses /usr/local/apache/passwd/password as the
password file in the mentioned line; however /usr/local/apache/passwd/passwords
is used throughout the rest of the howto.

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



DO NOT REPLY [Bug 7990] - AddDescription fails for directories (mod_autoindex)

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7990.
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=7990

AddDescription fails for directories (mod_autoindex)





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 14:28 ---
AddDescription works fine for me with 2.0.36 and CVS. Solaris 8/sparc, 
same patch cluster.

SunOS prodigy 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-4

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



DO NOT REPLY [Bug 9421] - Incorrect IP is reported to ISAPI modules

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9421.
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=9421

Incorrect IP is reported to ISAPI modules

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 14:43 ---

  Already fixed and should behave correctly in the next 2.0.37 release.

*** This bug has been marked as a duplicate of 8934 ***

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



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

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8934.
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

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 14:43 ---
*** Bug 9421 has been marked as a duplicate of this bug. ***

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



DO NOT REPLY [Bug 9412] - C CGI not working

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9412.
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=9412

C CGI not working

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Severity|Critical|Minor



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 14:54 ---
Did some further investigation and the error 500 was caused by a cookie
with a non printable value. I have a password saved in a cookie which
is ciphered. I enclosed the cookie value in  and the problem disappears.
I don't think the  is significant as I replaced  with x and also still OK.

Still bit puzzled why I got the error 500 ?

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



Bug report for Apache httpd-1.3 [2002/05/26]

2002-05-26 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 7300|New|Enh|2002-03-20|ReadmeName  HeaderName   |
| 7462|New|Cri|2002-03-25|log file filling up with errno=10014 (logfile grow|
| 7617|New|Nor|2002-03-29|Apache 1.3.x race condition causes gratuitous 3-se|
| 7628|New|Enh|2002-03-30|daemontools patch no longer applies cleanly to 1.3|
| 7741|New|Nor|2002-04-04|some directives may be placed outside of proper co|
| 7978|New|Enh|2002-04-11|mod_vhost_alias VirtualDocumentRoot option format |
| 7982|New|Maj|2002-04-11|mod_rewrite URL string empty when passed unicoded |
| 8117|New|Cri|2002-04-15|Apache stops accepting requests   |
| 8311|New|Nor|2002-04-19|error in PUT directive gives confusing error messa|
| 8329|New|Nor|2002-04-20|mime_magic gives 500 and no error_log on Microsoft|
| 8372|New|Nor|2002-04-22|Threadsaftey issue in Rewrite's cache [Win32/OS2/N|
| 8508|New|Cri|2002-04-25|apxs generates incorrect LoadModule directive.|
| 8683|New|Nor|2002-04-30|Insecure file permissions - make install  |
| 8712|New|Nor|2002-05-01|apxs build of mod_php4 modifies httpd.conf incorre|
| 8849|New|Nor|2002-05-07|make install errors as root on NFS shares |
| 8882|New|Enh|2002-05-07|[PATCH] mod_rewrite communicates with external rew|
| 8889|New|Min|2002-05-07|Broken links in http://httpd.apache.org/dev/apidoc|
| 8900|New|Nor|2002-05-08|Have Communication Error on 2 sites |
| 9012|New|Min|2002-05-12|apxs ignores IfDefined ... tags when placing Loa|
| 9037|New|Min|2002-05-13|Slow performance when acessing an unresolved IP ad|
| 9076|New|Min|2002-05-14|'satisfy any' fails when no .htaccess file exists |
| 9126|New|Nor|2002-05-15|68k-next-openstep v. 4.0  |
| 9130|New|Min|2002-05-15|Name of index file disclosed when invalid/unsuppor|
| 9181|New|Maj|2002-05-16|Unable to set headers on non-2XX responses.   |
| 9201|New|Maj|2002-05-17|Wrong REQUEST_URI with malformed HTTP queries |
| 9289|New|Enh|2002-05-21|Add a banner word blocking directive in the mod_pr|
| 9307|New|Maj|2002-05-22|mod_autoindex generates bad HTML  |
| 9365|New|Maj|2002-05-23|Change in behaviour of ProxyPass and ProxyPassReve|
| 9424|New|Min|2002-05-26|Typo in the Auth Howto|
+-+---+---+--+--+
| Total   29 bugs   |
+---+

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



Bug report for Apache httpd-2.0 [2002/05/26]

2002-05-26 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 7764|Opn|Min|2002-04-05|tmpnam is dangerous   |
| 7803|New|Enh|2002-04-06|make install root= from apache 1.3 doesn't work in|
| 7820|New|Enh|2002-04-07|mod_autoindex extension to use style sheets   |
| 7822|New|Min|2002-04-07|small index.html.pt-BR fixes  |
| 7824|New|Nor|2002-04-08|libtool in tarball doesn't work with MacOS X  |
| 7862|New|Maj|2002-04-09|suexec never log a group name.|
| 7882|New|Nor|2002-04-09|env LIBS ignored during build |
| 7921|New|Maj|2002-04-10|perchild: apr_proc_mutex_[un]lock failed...   |
| 7990|Opn|Min|2002-04-11|AddDescription fails for directories (mod_autoinde|
| 7991|New|Enh|2002-04-11|Enhance ExpiresByType to accept wildcards (mod_exp|
| 8008|New|Maj|2002-04-12|Cannot create .rc parsed build files with djgpp aw|
| 8045|New|Maj|2002-04-13|Apache 2.0.35 compile without mod_autoindex   |
| 8063|New|Maj|2002-04-14|NetBSD 1.5.2 build failure with --enable-mods-shar|
| 8090|Unc|Min|2002-04-15|includedir not recognized in config.layout|
| 8122|New|Nor|2002-04-15|SSLMutex option settings not honoured |
| 8161|Opn|Nor|2002-04-16|perchild null pointer dereference |
| 8167|New|Min|2002-04-16|--with-module does not build MODULE_DIRS correctly|
| 8179|New|Nor|2002-04-16|excessive error output from script makes Apache ha|
| 8211|New|Nor|2002-04-17|Need to get unbuffered output from SSI scripts in |
| 8226|New|Nor|2002-04-17|Odd error when setting perms with unixd_set_proc_m|
| 8241|New|Nor|2002-04-18|DELETE operation returns response code 500 but fil|
| 8261|New|Enh|2002-04-18|CustomLog within Directory*, Location* and Files* |
| 8325|New|Blk|2002-04-20|operation attempted on something not a socket. win|
| 8362|New|Nor|2002-04-22|apache -k uninstall is not working properly   |
| 8387|New|Maj|2002-04-23|Invoking CGI script causes a console window to ope|
| 8388|New|Maj|2002-04-23|Long running CGI script cannot terminated by brows|
| 8421|New|Nor|2002-04-23|make install fails libexpat.so.0.1.0  |
| 8424|New|Nor|2002-04-23|IPV6 and IPV4 bind|
| 8453|Opn|Cri|2002-04-24|apxs uses wrong path-variable for build-dir   |
| 8455|Ass|Nor|2002-04-24|Proxyreceivebuffersize accept nothing but default |
| 8464|New|Maj|2002-04-24|mod_rewrite not executing external rewriting engin|
| 8466|New|Maj|2002-04-24|httpd 2.0.35 dies when dealing with many OPTION V|
| 8482|New|Maj|2002-04-24|nph- CGIs and/or server-pushed methodes not workin|
| 8483|Ass|Min|2002-04-24|apache_2.0.35-win32-x86-no_ssl.msi breaks .log and|
| 8491|Ass|Min|2002-04-24|mistake in the german translation of error docs   |
| 8493|New|Nor|2002-04-25|mod_rewrite does not try index.html like it used t|
| 8516|Opn|Enh|2002-04-25|ScriptAction to invoke a file instead of a URL pat|
| 8536|New|Nor|2002-04-26|problem building worker MPM on Tru64 5.1A |
| 8540|New|Nor|2002-04-26|apr_thread_mutex_pool_get segfaults at startup|
| 8570|New|Nor|2002-04-26|decision on anonymous shared memory failed i386-pc|
| 8601|New|Nor|2002-04-28|mod_ssl inability to handle hyphens   |
| 8629|New|Min|2002-04-29|make fails to detect libexpat.so correctly|
| 8677|Opn|Enh|2002-04-30|mod_proxy ALWAYS nukes Content-Length |
| 8713|New|Min|2002-05-01|No Errorlog on PROPFIND/Depth:Infinity|
| 8730|New|Nor|2002-05-02|RotateLogs Doesn't|
| 8755|Opn|Enh|2002-05-02|Compiled-in path defaults should be relative to pr|
| 8789|New|Nor|2002-05-03|SuExec Log File does not get created by default wh|
| 8853|New|Nor|2002-05-07|mod_vhost_alias and Aliases   |
| 8867|New|Cri|2002-05-07|make install fails for httpd-2.0.36 on Solaris 8  |
| 8880|New|Enh|2002-05-07|AcceptPathInfo does not apply to DirectoryIndex fi|
| 8904|New|Nor|2002-05-08|apr_proc_mutex problem|
| 

DO NOT REPLY [Bug 9365] - Change in behaviour of ProxyPass and ProxyPassReverse

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9365.
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=9365

Change in behaviour of ProxyPass and ProxyPassReverse

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 19:11 ---
ProxyPassReverse will only change the internal URL if there is an exact string
match. From the config you have posted, you are trying to hide interal instead
of internal.

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



DO NOT REPLY [Bug 9427] New: - bad negotiation when started with LANG=cs_CZ

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9427.
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=9427

bad negotiation when started with LANG=cs_CZ

   Summary: bad negotiation when started with LANG=cs_CZ
   Product: Apache httpd-1.3
   Version: 1.3.24
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: Minor
  Priority: Other
 Component: Other mods
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


MultiViews does not properly negotiate documents for Mozilla, if apache is
started with cs_CZ locale. Expected reason of this bug is fact that decimal
point for Czech is ,, an so q=0.66 cannot be properly parsed by scanf.

HTTP_ACCEPT_CHARSET=ISO-8859-2, utf-8;q=0.66, *;q=0.66

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



DO NOT REPLY [Bug 8995] - consider indentation

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8995.
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=8995

consider indentation





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 20:29 ---
Works well for me using Galeon 1.2.1 (Mozilla).

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



DO NOT REPLY [Bug 8995] - consider indentation

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8995.
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=8995

consider indentation





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 20:32 ---
I have a feeling he is saying it should look like

!--#if expr=\$DOCUMENT_URI\ = \/foo/file.html\ --
  in foo
!--#elif expr=\$DOCUMENT_URI\ = \/bar/file.html\ --
  in bar
!--#else --
  in neither
!--#endif --

Which would be fine with me.  (Although I don't have any particular problem
with it the way that it is.) I'll try to remember to do that the next time I 
touch that file.

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



DO NOT REPLY [Bug 9289] - Add a banner word blocking directive in the mod_proxy

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9289.
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=9289

Add a banner word blocking directive in the mod_proxy

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 20:48 ---
Well, it is already possible to filter/block URLs by using mod_rewrite inside a
proxy directive.

IMHO such a ProxyWordBlock feature is only of interested to a limited number of
users. mod_rewrite is IMHO the most sophisticated way of doing filtering if a
user requires such a filtering feature when using the proxy.

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



DO NOT REPLY [Bug 9319] - Included error documents don't honor ServerSignature

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9319.
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=9319

Included error documents don't honor ServerSignature

[EMAIL PROTECTED] changed:

   What|Removed |Added

URL|http://www.satmarkt.nl  |http://www.united-
   ||international.nl

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



DO NOT REPLY [Bug 9427] - bad negotiation when started with LANG=cs_CZ

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9427.
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=9427

bad negotiation when started with LANG=cs_CZ





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 22:08 ---

  One does not have the luxury of choosing local decimal semantics for
  RFC 2616, they are very clearly defined as an ascii '.'.  You could use
  a utility such as netcat (nc) to listen to a port, e.g. 8080, and then
  use the suspect browser to request a page.  NC will report the headers
  transmitted by the browser, proving or disproving your suspicions.

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



DO NOT REPLY [Bug 7810] - suexec + userdir non-functional in httpd 2.0.35 (possibly related to bug 7791)

2002-05-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7810.
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=7810

suexec + userdir non-functional in httpd 2.0.35 (possibly related to bug 7791)





--- Additional Comments From [EMAIL PROTECTED]  2002-05-26 22:21 ---
committed colm's patch that fixes suexec+userdir+cgid

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