DO NOT REPLY [Bug 11854] - Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors in Log)

2003-02-23 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=11854.
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=11854

Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors 
in Log)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|CLOSED

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



DO NOT REPLY [Bug 11854] - Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors in Log)

2002-08-20 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=11854.
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=11854

Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors 
in Log)





--- Additional Comments From [EMAIL PROTECTED]  2002-08-20 13:13 ---
P.S. II :
this is not the Downloadable Binary from httpd.apache.org - but a one that i've 
compiled myself (using VC++ 6 w/SP5)

this is FYI only : as i've tried the Binary also - but incurred with the Same 
result.

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



DO NOT REPLY [Bug 11854] - Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors in Log)

2002-08-20 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=11854.
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=11854

Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors 
in Log)





--- Additional Comments From [EMAIL PROTECTED]  2002-08-20 13:53 ---
Created an attachment (id=2775)
Patch to call apr_initialize prior to checking if utf-8 fixups are required

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



DO NOT REPLY [Bug 11854] - Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors in Log)

2002-08-20 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=11854.
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=11854

Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors 
in Log)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Additional Comments From [EMAIL PROTECTED]  2002-08-20 13:54 ---
  This is a bug.  You mention you can compile apache yourself, please try the
  attached patch.  Apache calls apr_app_initialize, which checks if it has
  started on a WinNT-flavor Unicode-enabled platform.  But it hadn't called
  apr_initialize to set up the oslevel flag before checking the platform.

  If you report this clears up your bug, I'll commit, fix will be in the 
  2.0.41 release.

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



DO NOT REPLY [Bug 11854] - Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors in Log)

2002-08-20 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=11854.
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=11854

Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors 
in Log)





--- Additional Comments From [EMAIL PROTECTED]  2002-08-20 14:03 ---
Created an attachment (id=2776)
Small problem, apr_app_init can be called multiple times, this patch also 
resets the initialized flag to prevent double-initialization.

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



DO NOT REPLY [Bug 11854] - Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors in Log)

2002-08-20 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=11854.
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=11854

Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors 
in Log)

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-08-20 15:20 ---
That was Fast man !

Thanks ! :]

It've Solved my Problem - Apache2 now Starts OK.

Thanks for your Dedication.

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



DO NOT REPLY [Bug 11854] - Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors in Log)

2002-08-20 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=11854.
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=11854

Unable to Start Apache2 (exits in 1/2 second after start, leaving [crit] errors 
in Log)

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||FAQ



--- Additional Comments From [EMAIL PROTECTED]  2002-08-20 18:32 ---

  Yup... this will become an FAQ till .41 is in user's hands.  Fix committed.

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