DO NOT REPLY [Bug 9714] - Apache 2.0 service won't start on XP Pro SMP (race?)

2002-06-23 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=9714

Apache 2.0 service won't start on XP Pro SMP (race?)

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|2.0.36  |2.0.39



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 23:53 ---
Updated to 2.0.39 -> problem gone. Thanx.

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



DO NOT REPLY [Bug 7195] - mod_proxy removes Set-cookie headers

2002-06-23 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=7195

mod_proxy removes Set-cookie headers

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 21:10 ---
The bug does not seem do be fixed for me. I work with the 1.3.26 version of
apache, I also tried to download the current version of proxy_http.c from the
CVS, and both give the same result :

The result of a query, by direct access :

HTTP/1.1 200 OK
Server: Zope/(Zope 2.5.1 (source release, python 2.1, linux2), python 2.1.3,
linux2) ZServer/1.1b1
Date: Sun, 23 Jun 2002 20:56:39 GMT
Content-Type: text/html
Etag:
Content-Length: 3897
Set-Cookie: __ac_plebia="FLP2aWVyOmRk%0A"; Expires=31 Dec 2020 00:00:00 GMT; 
Path=/
Set-Cookie: __ac_name="Xavier"; Expires=Mon, 23 Jun 2003 20:56:39 GMT; Path=/

The result of the same query, through apache and mod_proxy :

HTTP/1.1 200 OK
Date: Sun, 23 Jun 2002 20:51:38 GMT
Server: Zope/(Zope 2.5.1 (source release, python 2.1, linux2), python 2.1.3,
linux2) ZServer/1.1b1
Content-Length: 3882
Content-Type: text/html
Etag:
Set-Cookie: __ac_name="Xavier"; Expires=Mon, 23 Jun 2003 20:51:39 GMT; Path=/
X-Cache: MISS from www.plebia.org
Keep-Alive: timeout=15, max=95
Connection: Keep-Alive

As you can see, the __ac_plebia cookie seems to be dropped.

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



DO NOT REPLY [Bug 9714] - Apache 2.0 service won't start on XP Pro SMP (race?)

2002-06-23 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=9714

Apache 2.0 service won't start on XP Pro SMP (race?)

[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Apache/2.0.36 service cannot|Apache 2.0 service won't
   |be startet on Windows XP Pro|start on XP Pro SMP (race?)
   |SMP |



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 20:37 ---

  I have two suspicions.  The first is easier to walk than the other.

  1. there is a race in the service mpm code when creating the "SCM thread",
 a seperate thread that manages communications and args from the Service
 Control Manager.

  2. WinXP won't tolerate the SCM thread starting on a different CPU than the
 original invocation.  This is probably unlikely, but serious enough to
 consider processor affinity issues.

  I will look for the race, and give you an update.  Have you checked .39?
  [update the bug Version if you have.]

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



Query: bugs 8712 and 10156

2002-06-23 Thread Larry Rosenman
I submitted 8712 a month or more ago, and have gotten NO feedback at
all.

I just submitted 10156 and wonder what it would take to get the patch
into the next release.

LER
-- 
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


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



DO NOT REPLY [Bug 9714] - Apache/2.0.36 service cannot be startet on Windows XP Pro SMP

2002-06-23 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=9714

Apache/2.0.36 service cannot be startet on Windows XP Pro SMP





--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 20:04 ---
I CAN run the server from the console. It starts the two client processes, and 
everything works as expected besides the fact that there is now way other than 
kill to stop these processes.

NOTHING appears in the error.log! Strange... Although the ap_log* calls are in 
place and executed, no log is written.  

>From the Application event log:

"The Apache service named  reported the following error:
>>> (23563)The service process could not connect to the service controller.  : 
Error starting service control dispatcher   "

I managed to debug the service startup:

StartServiceCtrlDispatcher at service.c:577 fails with rv = 23563. GetLastError
() reports 1063.

In general it seems to be against the rules to call StartServiceCtrlDispatcher 
from a thread in a DLL (libhttpd.dll). According to the docs the function 
should be called from the main thread of the application. I also see that the 
service entry function should have WINAPI (_cdecl) linkage type. I changed the 
latter with no effect.

We have a lot to do with services. And what happens in the Apache2 code seems a 
little bit strange to me. I would help to come to a more general solution that 
will work (like our services). I could supply a sample (unfortunately C++) 
pointing out how you could forever get rid of the service problems (we can also 
not install the service with dependencies on other services like a database). 
If C++ is a no-go for this project, the class may help to refactor the service 
stuff in C. Just send me a mail ([EMAIL PROTECTED]) and I send the code (single 
C++ class plus sample service).

regards benjamin

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



DO NOT REPLY [Bug 10164] New: - HUP causes server to seg fault and abend

2002-06-23 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=10164

HUP causes server to seg fault and abend

   Summary: HUP causes server to seg fault and abend
   Product: Apache httpd-2.0
   Version: 2.0.39
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Core
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


In apache 2.0.35 and 2.0.39, sending the parent process a SIGHUP (used by RedHat
LogRotate to open new log files after renaming the old ones) causes the server
to seg fault and exit.

Esxtract from log file:

[Sun Jun 23 13:02:39 2002] [notice] Apache/2.0.39 (Unix) PHP/4.2.1 configured --
resuming normal operations
[Sun Jun 23 13:02:59 2002] [notice] SIGHUP received.  Attempting to restart
[Sun Jun 23 13:02:59 2002] [notice] seg fault or similar nasty error detected in
the parent process

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



DO NOT REPLY [Bug 8867] - make install fails for httpd-2.0.36 on Solaris 8

2002-06-23 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=8867

make install fails for httpd-2.0.36 on Solaris 8





--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 15:42 ---
Created an attachment (id=2159)
Attached it exports.c for Apache 2.0.36 - Same problem found with Apache 2.0.39

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



DO NOT REPLY [Bug 10161] - Php ?.?.? with Apache 2.0.29

2002-06-23 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=10161

Php ?.?.? with Apache 2.0.29

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 15:38 ---
Apache 2.0.x works with PHP in CVS.

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



DO NOT REPLY [Bug 10161] New: - Php ?.?.? with Apache 2.0.29

2002-06-23 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=10161

Php ?.?.? with Apache 2.0.29

   Summary: Php ?.?.? with Apache 2.0.29
   Product: Apache httpd-2.0
   Version: 2.0.39
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Other Modules
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


Now that I have finally gotten Apache 2.0.39, it doesnt seem to work with any 
version of php.  Someone plesae help
Patrick

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



DO NOT REPLY [Bug 10130] - DevStudio cannot resolve .rc #include'd packages

2002-06-23 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=10130

DevStudio cannot resolve .rc #include'd packages

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||bugs@httpd.apache.org
 AssignedTo|bugs@httpd.apache.org   |[EMAIL PROTECTED]

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



DO NOT REPLY [Bug 9370] - Unable to Exclude URLS from Cache

2002-06-23 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=9370

Unable to Exclude URLS from Cache

[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]
 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:14 ---

  This module is experimental.  Please try .39 and see if that helps, and
  recognize much development continues on the caching support.

  Reopen this report if the problem isn't addressed by the release of 2.0.40.

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



DO NOT REPLY [Bug 8455] - Proxyreceivebuffersize accept nothing but default

2002-06-23 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=8455

Proxyreceivebuffersize accept nothing but default

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:12 ---

  winsock can't support proxyreceivebuffersize.

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



DO NOT REPLY [Bug 9710] - AddDefaulCharset Directive overwrites original Charset of proxied pages

2002-06-23 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=9710

AddDefaulCharset Directive overwrites original Charset of proxied pages

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:11 ---

  This sounds like a straightforward misconfiguration.  Please discuss on
  the appropriate user forum (see the users mailing lists described at

http://httpd.apache.org/lists.html#http-users

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



DO NOT REPLY [Bug 8996] - Incorrect bytes sent logged for aborted connection

2002-06-23 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=8996

Incorrect bytes sent logged for aborted connection

[EMAIL PROTECTED] changed:

   What|Removed |Added

 OS/Version|Windows NT/2K   |Linux
Version|2.0.36  |2.0.39

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



DO NOT REPLY [Bug 8466] - httpd 2.0.35 dies when dealing with many tags

2002-06-23 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=8466

httpd 2.0.35 dies when dealing with many  tags

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:07 ---

  Please upgrade to 2.0.39 and reopen if this bug persists.  We expect
  it has been addressed, and I suspect that mod_include was the culprit.

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



DO NOT REPLY [Bug 9790] - Cookies set in Servlets through proxies

2002-06-23 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=9790

Cookies set in Servlets through proxies

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:06 ---

  There were some cookie bugs fixed after .24 was released.

  Please upgrade to 1.3.26, reopen if the behavior persists.

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



DO NOT REPLY [Bug 9647] - win 1.3.24 broke mod_proxy when connecting to aspx page on IIS

2002-06-23 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=9647

win 1.3.24 broke mod_proxy when connecting to aspx page on IIS

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:05 ---

  Please upgrade to 1.3.26, several proxy bugs were fixed.  Please report
  back and reopen this bug if the problem still persists in 1.3.26.

  I have been using 1.3.24-dev code [after the fixes] for some few months
  and haven't observed the behavior you report, although I did notice some
  problems with 1.3.23 and 1.3.24 released.

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



DO NOT REPLY [Bug 9909] - Error when Restarting Apache2

2002-06-23 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=9909

Error when Restarting Apache2

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:03 ---

  This looks like a bug in PHP, you should have reported it there.

  I would suggest, as a possibility, that you are using a module built for
  debug mode, or that isn't compatible with MSVC 6.0 SP5 binaries.  I see
  this error often mixing debug and release .dlls.

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



DO NOT REPLY [Bug 9223] - Execution of CGI with multibyte query string fails with 500.

2002-06-23 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 fails with 500.

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||FAQ
Summary|Execution of CGI with   |Execution of CGI with
   |multibyte query string fail.|multibyte query string fails
   ||with 500.

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



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

2002-06-23 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.

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 09:01 ---

  This bug is resolved.  There is another issue marked for completion, but the
  process will be created with REQUEST_, SERVER_, HTTP_ and QUERY_STRING args
  passed in raw octets [not utf-8 decodeable].

  The resolution is incomplete in that we should provide command line programs
  with the OEM code page literals, windows apps with Ansi code page literals and
  any Unicode app with 0x-0x00FF explicit values.  Right now the solution is
  to use the raw Unicode values, we hope to add the other features after some
  further consideration of the impact.

  However, the apps will no longer return a 500 when the QUERY_STRING or other
  header values have non-utf-8, extended characters.

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



DO NOT REPLY [Bug 9971] - Windows command line build fails - script.awk missing

2002-06-23 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=9971

Windows command line build fails - script.awk missing

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 08:57 ---

  No script.awk is not missing.  You must use nmake or another make utility
  that supports the << CR LF text body CR LF << CR LF syntax.

  GNU Awk 3.0.6 is suspect [buggy] which might have something to do with your
  issue.  The .y/.a semantics returned in the 2.0.39 build script, so that
  bug is resolved.  Del takes multiple files in every version I recall, but
  I'll take your word for it and split those.

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



DO NOT REPLY [Bug 9714] - Apache/2.0.36 service cannot be startet on Windows XP Pro SMP

2002-06-23 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=9714

Apache/2.0.36 service cannot be startet on Windows XP Pro SMP

[EMAIL PROTECTED] changed:

   What|Removed |Added

Summary|Apache/2.0.36 service cannot|Apache/2.0.36 service cannot
   |be startet on Windows XP Pro|be startet on Windows XP Pro
   |SMP |SMP



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 08:54 ---

  Clarification; can you install as a console app (not a shared service)
  and run under XP SMP?

  Also, please check the error.log file AND the Application Event Log
  for additional details of why the service would not start.

  Many thanks for your offer of support.

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



DO NOT REPLY [Bug 10154] - Apache 2.0.39 does not run in XP

2002-06-23 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=10154

Apache 2.0.39 does not run in XP

[EMAIL PROTECTED] changed:

   What|Removed |Added

   Keywords||FAQ



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 08:47 ---

  Reboots aren't necessary, however you make an important point, close the
  ApacheMonitor first before uninstalling.

  In fact, close ANY service monitor, including any Windows Services control
  applet or open property pages.  And close any registry editors open to 
  Apache's registry keys.  Anything open to these resources could delay their
  removal until the next reboot.

  Thanks for the play-by-play docs!

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



DO NOT REPLY [Bug 10154] - Apache 2.0.39 does not run in XP

2002-06-23 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=10154

Apache 2.0.39 does not run in XP

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-06-23 05:53 ---
i also had this problem... i did the following steps and now it runs perfect:
1) uninstall the old one (2.0.36) (make sure u have closed the apache monitor)
2) deleted all files whiche weren't deleted by the uninstaller!!! *important*
3) rebooted the pc (i don't know if it is nessecary)
4) installed the new one (2.0.39)...
5) rebooted the pc (i don't know if it is nessecary)

- but until now i did't get php run under it... maybe with php 4.3.0

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



DO NOT REPLY [Bug 8712] - apxs build of mod_php4 modifies httpd.conf incorrectly

2002-06-23 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=8712

apxs build of mod_php4 modifies httpd.conf incorrectly

ler@lerctr.org changed:

   What|Removed |Added

Summary|apxs build of mod_php4  |apxs build of mod_php4
   |modifies httpd.conf |modifies httpd.conf
   |incorrectly |incorrectly



--- Additional Comments From ler@lerctr.org  2002-06-23 04:03 ---
Any news on this?

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



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

2002-06-23 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

   Summary: Apache HTTPD 1.3 needs to learn about Caldera OpenUNIX 8
   Product: Apache httpd-1.3
   Version: 1.3.24
  Platform: PC
OS/Version: Other
Status: NEW
  Severity: Normal
  Priority: Other
 Component: Build
AssignedTo: bugs@httpd.apache.org
ReportedBy: ler@lerctr.org


apache httpd 1.3 needs to learn about Caldera OpenUNIX 8...

Here is a patch. 

diff -ruN apache_1.3.26/src/Configure apache_1.3.26-patched/src/Configure
--- apache_1.3.26/src/Configure Tue Jun 18 00:20:33 2002
+++ apache_1.3.26-patched/src/Configure Sat Jun 22 17:48:34 2002
@@ -631,6 +631,12 @@
LIBS="$LIBS -lsocket -lnsl -lcrypt -lgen -lresolv"
DBM_LIB=""
;;
+*-OpenUNIX)
+   OS='OpenUNIX'
+   CFLAGS="$CFLAGS -DUW=800"
+   LIBS="$LIBS -lsocket -lnsl -lcrypt -lgen -lresolv"
+   DBM_LIB=""
+   ;;
 maxion-*-sysv4*)
OS='SVR4'
CFLAGS="$CFLAGS -DSVR4"
@@ -1268,6 +1274,16 @@
LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
LDFLAGS_SHLIB_EXPORT="-Wl,-Bexport"
;;
+   *-OpenUNIX*)
+   case $CC in
+   */gcc|gcc ) CFLAGS_SHLIB="-fpic" ;;
+   */cc|cc   ) CFLAGS_SHLIB="-KPIC" ;;
+   esac
+   LDFLAGS_SHLIB="-Bdynamic -G"
+   LDFLAGS_MOD_SHLIB=$LDFLAGS_SHLIB
+   LDFLAGS_SHLIB_EXPORT="-Wl,-Bexport"
+   LD_SHLIB=$CC
+   ;;
 *-sco5*)
 case $CC in
 */gcc*|gcc* ) CFLAGS_SHLIB="-fpic" ;;
diff -ruN apache_1.3.26/src/helpers/GuessOS
apache_1.3.26-patched/src/helpers/GuessOS
--- apache_1.3.26/src/helpers/GuessOS   Mon Oct  8 10:49:33 2001
+++ apache_1.3.26-patched/src/helpers/GuessOS   Sat Jun 22 17:43:52 2002
@@ -72,6 +72,9 @@
7*)
echo "${MACHINE}-whatever-unixware7"; exit 0
;;
+   8*)
++   ;;
esac
;;
esac
$
   echo "${MACHINE}-whatever-OpenUNIX"; exit 0

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



DO NOT REPLY [Bug 10154] New: - Apache 2.0.39 does not run in XP

2002-06-23 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=10154

Apache 2.0.39 does not run in XP

   Summary: Apache 2.0.39 does not run in XP
   Product: Apache httpd-2.0
   Version: 2.0.39
  Platform: PC
OS/Version: Windows XP
Status: NEW
  Severity: Major
  Priority: Other
 Component: All
AssignedTo: bugs@httpd.apache.org
ReportedBy: [EMAIL PROTECTED]


Everytime I start up Apace 2.0.39 (the latest version) with PHP, no services 
are able to successfully run.  My server is not able to run either.  I dont 
even have the option to start/restart/stop my server in the Monitor.  I have 
tried to using command prompt, but it doesnt work either.  I would really like 
to know if you guys could fix this

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