DO NOT REPLY [Bug 11185] - index.php files are treated differently when directory is sym linked.

2002-07-25 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=11185

index.php files are treated differently when directory is sym linked.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-07-25 23:03 ---
Sorry about that. I thought that I had "cleared" the cache. Thanks for the 
quick reply. You're all doing a great job.

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



DO NOT REPLY [Bug 11185] - index.php files are treated differently when directory is sym linked.

2002-07-25 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=11185

index.php files are treated differently when directory is sym linked.





--- Additional Comments From [EMAIL PROTECTED]  2002-07-25 22:48 ---
I just tried all four of your links and each one worked fine.  

Try cleaning your browsers cache.

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



DO NOT REPLY [Bug 11185] New: - index.php files are treated differently when directory is sym linked.

2002-07-25 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=11185

index.php files are treated differently when directory is sym linked.

   Summary: index.php files are treated differently when directory
is sym linked.
   Product: Apache httpd-2.0
   Version: 2.0.39
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


When I point a browser to a directory which is a sym link, apache does not 
send .php files through php but instead displays the php source. Example

http://mail.peikes.com/squirrelmail-1.2.6/index.php
http://mail.peikes.com/squirrelmail/index.php

the squirrelmail directory is a sym-link to squirrelmail-1.2.6
Note however:
http://mail.peikes.com/squirrelmail/
works correctly.
Also:
http://mail.peikes.com/squirrelmail/otherindex.php
works fine.

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



DO NOT REPLY [Bug 11178] New: - mod_cgi and mod_cgid do not handle buffer flushing well

2002-07-25 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=11178

mod_cgi and mod_cgid do not handle buffer flushing well

   Summary: mod_cgi and mod_cgid do not handle buffer flushing well
   Product: Apache httpd-2.0
   Version: 2.0.39
  Platform: All
OS/Version: Other
Status: NEW
  Severity: Major
  Priority: Other
 Component: mod_cgi
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


These are points not yet seen in the few bug reports on this subject.

mod_cgid does not seem to flush buffers until the CGI program ends, and mod_cgi 
follows some unhelpful rules in flushing buffers.  This strongly affects 
tabular 
data sent from cgi programs.  mod_cgi seems to flush buffers when an HTML  
line break is detected, but not necessarily a line terminator "\n", and 
possibly 
when the character count reaches 80.  A  character is not the only display 
line ending, so are  in a table, and  in list items.  It would be 
very 
much better if the module only detected control characters, which are not 
displayed in a page, and did not depend on page content to determine 
transmission controls.

The effects are such that nothing is displayed in a browser until a complete 
page is generated by a CGI program, meaning the user cannot see pushed material 
until his session ends.  

mod_cgi and mod_cgid should display the same behaviours regarding data 
handling. 
 Their difference is in threading, not as alternate page display methods.  To 
have them dissimilar would force a good deal of software to become utterly 
unportable.  Already I have had to derive 3 versions of some CGI programs to 
allow them to work (hopefully) on mod_cgi, mod_cgid, and Apache 1.3.  One has 
not been portable at all to mod_cgid so far.

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



DO NOT REPLY [Bug 10156] - Apache HTTPD 1.3 needs to learn about Caldera OpenUNIX 8

2002-07-25 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=10156

Apache HTTPD 1.3 needs to learn about Caldera OpenUNIX 8

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-07-25 16:46 ---
The patch was committed 7/24/2002 and will be in the next 1.3.x release.

Thanks for your report, and thanks for using Apache!

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



DO NOT REPLY [Bug 11173] New: - htpasswd fails with -c and -n options conflict

2002-07-25 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=11173

htpasswd fails with -c and -n options conflict

   Summary: htpasswd fails with -c and -n options conflict
   Product: Apache httpd-2.0
   Version: 2.0.39
  Platform: PC
OS/Version: All
Status: NEW
  Severity: Blocker
  Priority: Other
 Component: support
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


The if clause in line 378 is incorrect.  It should read:

if (*mask & (APHTP_NEWFILE | APHTP_NOFILE)) == (APHTP_NEWFILE | APHTP_NOFILE)) {
...

This test is to make sure that both options are not set.  The original does not 
have
the == (...) piece, which means "if either of these options are set", and not
"if both of 
these options are set" as intended.

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



DO NOT REPLY [Bug 11038] - wrong HTTP response code with negotiated ErrorDocuments

2002-07-25 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=11038

wrong HTTP response code with negotiated ErrorDocuments





--- Additional Comments From [EMAIL PROTECTED]  2002-07-25 15:30 ---
Might be connected to the issue reported in bug 10373 ? (sorry if it´s even a 
duplicate)

more 
exact description: If Multiviews is activated and an ErroDocument is set, but 
this 
ErrorDocument is not negotiated it works as it should, i.e. returning the 
correct status code. 
Only if content negotiation is really used for the ErrorDocument it does not 
work.

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



DO NOT REPLY [Bug 11172] New: - CacheRoot

2002-07-25 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=11172

CacheRoot

   Summary: CacheRoot
   Product: Apache httpd-2.0
   Version: HEAD
  Platform: Other
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Documentation
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


Since stuff like "CacheRoot" moved from mod_proxy into mod_disk_cache, that 
should be reflected in the documentation.

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



DO NOT REPLY [Bug 10678] - Several .htaccess files are consulted, REMOTE_USER gets dropped

2002-07-25 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=10678

Several .htaccess files are consulted, REMOTE_USER gets dropped

[EMAIL PROTECTED] changed:

   What|Removed |Added

  Component|mod_actions |Core
Summary|REMOTE_USER variable gets   |Several .htaccess files are
   |dropped when using .htaccess|consulted, REMOTE_USER gets
   ||dropped

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