Bug report for Apache httpd-1.3 [2009/03/15]

2009-03-15 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=Critical  REG=Regression  MAJ=Major   |
| |   |   MIN=Minor   NOR=NormalENH=Enhancement TRV=Trivial |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|10744|New|Nor|2002-07-12|suexec might fail to open log file|
|10747|New|Maj|2002-07-12|ftp SIZE command and 'smart' ftp servers results i|
|10760|New|Maj|2002-07-12|empty ftp directory listings from cached ftp direc|
|14518|Opn|Reg|2002-11-13|QUERY_STRING parts not incorporated by mod_rewrite|
|16013|Opn|Nor|2003-01-13|Fooling mod_autoindex + IndexIgnore   |
|16631|Inf|Min|2003-01-31|.htaccess errors logged outside the virtual host l|
|17318|Inf|Cri|2003-02-23|Abend on deleting a temporary cache file if proxy |
|19279|Inf|Min|2003-04-24|Invalid chmod options in solaris build|
|21637|Inf|Nor|2003-07-16|Timeout causes a status code of 200 to be logged  |
|21777|Inf|Min|2003-07-21|mod_mime_magic doesn't handle little gif files|
|22618|New|Maj|2003-08-21|MultiViews invalidates PATH_TRANSLATED if cgi-wrap|
|25057|Inf|Maj|2003-11-27|Empty PUT access control in .htaccess overrides co|
|26126|New|Nor|2004-01-14|mod_include hangs with request body   |
|26152|Ass|Nor|2004-01-15|Apache 1.3.29 and below directory traversal vulner|
|26790|New|Maj|2004-02-09|error deleting old cache file |
|29257|Opn|Nor|2004-05-27|Problem with apache-1.3.31 and mod_frontpage (dso,|
|29498|New|Maj|2004-06-10|non-anonymous ftp broken in mod_proxy |
|29538|Ass|Enh|2004-06-12|No facility used in ErrorLog to syslog|
|30207|New|Nor|2004-07-20|Piped logs don't close read end of pipe   |
|30877|New|Nor|2004-08-26|htpasswd clears passwd file on Sun when /var/tmp i|
|30909|New|Cri|2004-08-28|sporadic segfault resulting in broken connections |
|31975|New|Nor|2004-10-29|httpd-1.3.33: buffer overflow in htpasswd if calle|
|32078|New|Enh|2004-11-05|clean up some compiler warnings   |
|32539|New|Trv|2004-12-06|[PATCH] configure --enable-shared= brocken on SuSE|
|32974|Inf|Maj|2005-01-06|Client IP not set |
|33086|New|Nor|2005-01-13|unconsistency betwen 404 displayed path and server|
|33495|Inf|Cri|2005-02-10|Apache crashes with "WSADuplicateSocket failed for|
|33772|New|Nor|2005-02-28|inconsistency in manual and error reporting by sue|
|33875|New|Enh|2005-03-07|Apache processes consuming CPU|
|34108|New|Nor|2005-03-21|mod_negotiation changes mtime to mtime of Document|
|34114|New|Nor|2005-03-21|Apache could interleave log entries when writing t|
|34404|Inf|Blk|2005-04-11|RewriteMap prg can not handle fpout   |
|34571|Inf|Maj|2005-04-22|Apache 1.3.33 stops logging  vhost|
|34573|Inf|Maj|2005-04-22|.htaccess not working / mod_auth_mysql|
|35424|New|Nor|2005-06-20|httpd disconnect in Timeout on CGI|
|35439|New|Nor|2005-06-21|Problem with remove "/../" in util.c and mod_rewri|
|35547|Inf|Maj|2005-06-29|Problems with libapreq 1.2 and Apache::Cookie |
|3|New|Nor|2005-06-30|Can't find DBM on Debian Sarge|
|36375|Opn|Nor|2005-08-26|Cannot include http_config.h from C++ file|
|37166|New|Nor|2005-10-19|Under certain conditions, mod_cgi delivers an empt|
|37252|New|Reg|2005-10-26|gen_test_char reject NLS string   |
|38989|New|Nor|2006-03-15|restart + piped logs stalls httpd for 24 minutes (|
|39104|New|Enh|2006-03-25|[FR] fix build with -Wl,--as-needed   |
|39287|New|Nor|2006-04-12|Incorrect If-Modified-Since validation (due to syn|
|39937|New|Nor|2006-06-30|Garbage output if README.html is gzipped or compre|
|40224|Ver|Nor|2006-08-10|System time crashes Apache @year 2038 (win32 only?|
|41279|New|Nor|2007-01-02|Apache 1.3.37 htpasswd is vulnerable to buffer ove|
|42355|New|Maj|2007-05-08|Apache 1.3 permits non-rfc HTTP error code >= 600 |
|43626|New|Maj|2007-10-15|r->path_info returning invalid value  |
|44768|New|Blk|2008-04-07|Server suddenly reverted to showing test page only|
|44926|New|Nor|2008-05-02|1.3.41 binary downloads are faulty MSIs   |
|45083|

Re: Help and Guidance for developing Hybrid Multiprocessing Multithreading Architecture for a software

2009-03-15 Thread Paul Querna
On Sun, Mar 15, 2009 at 10:35 AM, SAMEER KUMAR
 wrote:
> Hi to all,
>
> We are working on hybrid architecture of OpenSIP Server. It already has a
> Multiprocessing architecture. We would like to extend it to have hybrid
> architecture like apache 2.0. Any advice or help or guidance from any one in
> any form will be appreciated.


I think the biggest lesson for Apache 2.x MPMs is that the scope of an
MPM was too much.

The MPMs both were the lowest level abstraction layer for the
operating system, and they defined the process model.

I believe at least on *nix operating systems, this was a mistake.

If you look at the Prefork/Worker/Events MPMs, there are huge swaths
of copied code.

If we do it all over again, I would strive to separate the process
model parts from the portability parts of the MPM.

The process model should be plugable, but should only use portable
primitives/functions to execute a process model (prefork, worker,
leader, event, etc).  That is where I would like to go with the Simple
MPM in trunk, but I just haven't had time to really finish it yet :)


Re: Help and Guidance for developing Hybrid Multiprocessing Multithreading Architecture for a software

2009-03-15 Thread Junyong Jiang
Can you show some info about your project?

2009/3/16 SAMEER KUMAR 

> Hi to all,
>
> We are working on hybrid architecture of OpenSIP Server. It already has a
> Multiprocessing architecture. We would like to extend it to have hybrid
> architecture like apache 2.0. Any advice or help or guidance from any one in
> any form will be appreciated.
>
>
> Sameer Kumar
> B.Tech, Computer Engineering
> Institute of Technology,
> Nirma University,
> Ahmedabad, Gujarat, India
>
>
>


Disable OPTIONS and PROPFIND method processing?

2009-03-15 Thread Loyal
Does anyone know if there is an easy way, either through config files or
compile options, to disable Apache processing of OPTIONS and PROPFIND
methods?  I don't want to reject page requests using those methods, I want
to pass the processing along to the dynamic page (PHP in this case) being
requested.
 
- Loyal Mealer


Fwd: Help and Guidance for developing Hybrid Multiprocessing Multithreading Architecture for a software

2009-03-15 Thread SAMEER KUMAR
Hi to all,

We are working on hybrid architecture of OpenSIP Server. It already has a
Multiprocessing architecture. We would like to extend it to have hybrid
architecture like apache 2.0. Any advice or help or guidance from any one in
any form will be appreciated.


Sameer Kumar
B.Tech, Computer Engineering
Institute of Technology,
Nirma University,
Ahmedabad, Gujarat, India


Re: Modularity of Apache 2.2.11

2009-03-15 Thread Lars Eilebrecht
Haroon Taheri wrote on 2009-03-14 17:19:11:

> To validate the Apache software architecture with the DSM which LDM
> created, I need someone who can explain me the structure and design
> of Apache in respect of modules.
> 
> Can someone help me? Or has someone resources which I could consult?

Take a look at this http://www.fmc-modeling.org/projects/apache


ciao...
-- 
Lars Eilebrecht
l...@apache.org