[Bug 28657] mod_negotiation should not store Content-Location header as an error header

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=28657

--- Comment #200 from andefa...@gmail.com ---
This will be some very useful info to help improve my https://dentpassplus.com/;>Castle Rock Hail Repair business. I
couldn't thank you enough, keep on posting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 64392] New: mod_status should offer JSON output

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64392

Bug ID: 64392
   Summary: mod_status should offer JSON output
   Product: Apache httpd-2
   Version: 2.4-HEAD
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: P2
 Component: mod_status
  Assignee: bugs@httpd.apache.org
  Reporter: rals...@pobox.com
  Target Milestone: ---

The telemetry that the mod_status module provides comes in a human-readable
flavor:

curl --silent --max-time 30 'http://localhost/server-status'

And a more machine-readable flavor:

curl --silent --max-time 30 'http://localhost/server-status?auto'

Unfortunately, "key: value" pairs aren't particularly machine-readable without
help. For example, Splunk expects key=value pairs for textual data, so some
mangling of the output is required if the goal is to ship the telemetry off to
Splunk for graphing and other analysis:

curl --silent --max-time 30 'http://localhost/server-status' | sed
's/^\([[:alnum:]][[:alnum:]]*\): /\1=/g'

Hoops like this could be avoided if mod_status supported a more modern
machine-readable output format, such as JSON, as Splunk can grok JSON directly.

Thus, it would be tremendously useful for sites who are pulling the mod_status
telemetry into systems like Splunk and Grafana. (And I'd wager that's the
primary use of mod_status nowadays: cattle, not pets.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 64389] this version avoid open PORTS

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64389

Apache  changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #5 from Apache  ---
By many months (more of 1 year) I use
Apache-2.4.33 in Windows 10 64 bits.

With this COVID 18 I have some of time extra...

Then I think in update my Apache.

And I visit the web suggested by the official PHP website:

"Please use the Apache builds provided by Apache Lounge."
(https://windows.php.net/download)

... I go to
https://www.apachelounge.com/download/
and I download [Apache 2.4.43 Win64]

After of I install and config/edit httpd.conf

I start Apache (run fine)
I open PHP (run fine)
I test my ports... (mistake)

Then finally I have TWO FOLDERS:

- Apache-2.4.33 -> ALL my code PHP run fine and is possible open ports
- Apache-2.4.43 -> ALL my code PHP run fine and NO IS possible open ports

:'(


I try check many times and review line by line...

Result:
both {httpd.conf} is fine,
correctlly configurateds

I need read ports into my machine (Windows 10 - 64bits) as ever I do:
with Apache-2.4.33

When I migrate to Apache-2.4.43 no possible read ports.


THANKS!

:-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 64389] this version avoid open PORTS

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64389

--- Comment #4 from Apache  ---
Thanks Master Eric.

I review the config in {httpd-2.4.43-win64-VS16\conf\httpd.conf}
and is IDENTIC to {httpd-2.4.33}

I review line by line

With 2.4.33 I can check ports
With 2.4.43 I can't check ports


Logically I use the same machine,
nothing I edit


Thanks by your time

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 64389] this version avoid open PORTS

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64389

--- Comment #3 from Eric Covener  ---
Still not following, httpd crashed? What does it have to do with ports?

If httpd crashed, you should have entries in the error log or event viewer.  To
determine the problem you'll likely need to configure windows to produce a dump
and analyze it with windbg or similar.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 64389] this version avoid open PORTS

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64389

--- Comment #2 from Apache  ---
(In reply to Eric Covener from comment #1)
> The screenshot shows information about SMTP and NTP ports.  Either describe
> what this has to do with httpd or describe what you think the screenshot
> demonstrates.

Thanks Eric.

I think/believe:

if [Xcode] using Apache-2.4.33 = 345

when [Xcode] using Apache-2.4.43 = CRASH

then:
error from Apache-2.4.43



And yes, you are correct:
I only have open PORTs
25, 80, 443

and port 37 ever CLOSED.

then if using version 2.4.33 all run fine,
I wait using version 2.4.43 all run fine

But no result is CRASH.


... I am mistake?


Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 64389] this version avoid open PORTS

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64389

Eric Covener  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 OS||All

--- Comment #1 from Eric Covener  ---
The screenshot shows information about SMTP and NTP ports.  Either describe
what this has to do with httpd or describe what you think the screenshot
demonstrates.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 64389] New: this version avoid open PORTS

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64389

Bug ID: 64389
   Summary: this version avoid open PORTS
   Product: Apache httpd-2
   Version: 2.4.43
  Hardware: PC
Status: NEW
  Severity: critical
  Priority: P2
 Component: All
  Assignee: bugs@httpd.apache.org
  Reporter: w3colom...@gmail.com
  Target Milestone: ---

Created attachment 37202
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37202=edit
Result using 2.4.33 vs Result using 2.4.43

With my old Apache-2.4.33
result = OK

With my new Apache-2.4.43-win64-VS16
result = break

Please see images

This is critical for us in our server.


Thanks by review.


Regards


:-)


In both cases we used:

* SAME MACHINE
* SAME PHP Version
* SAME PHP CODE

we ONLY RUN different Apache Version.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 28657] mod_negotiation should not store Content-Location header as an error header

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=28657

--- Comment #199 from Aviya Honza  ---
This is a very helpful site, we got a lot of information from here.
Please see Zid News Blog at https://zidnews.blogspot.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 28657] mod_negotiation should not store Content-Location header as an error header

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=28657

--- Comment #198 from Aviya Honza  ---
This is a Very Informative site, we got lots of information from here. thanks
to all admin
Please Check  https://healthorchid.blogspot.com/

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org



[Bug 28657] mod_negotiation should not store Content-Location header as an error header

2020-04-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=28657

--- Comment #197 from partaiqqonline  ---
http://partaiqq.online menyediakan satu aplikasi yang cukup ternama dengan
permainan terpopuler seperti poker online dan dominoqq.
Cek disini
http://www.ajwaa-rasco.net/index.php/en/component/k2/itemlist/user/2544260

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org