logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: http2 abort?
Author
sailor



Joined: 17 Apr 2015
Posts: 77
Location: US

PostPosted: Thu 19 Jul '18 20:50    Post subject: http2 abort? Reply with quote

On Windows 2008R2. Apache mod_ssl/2.4.29 compiled against Server: Apache/2.4.29, Library: OpenSSL/1.1.0g

I have an admin person trying to update plugin in Wordpress.

https://apaste.info/duTr

On the last line is aborted=1. Does that mean it failed?

He had no issues with dev box, which is not behind firewall / dmz. Production is behind firewall/dmz.
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Sat 21 Jul '18 12:54    Post subject: Reply with quote

Think it is normal behavior.

The person who can give you an answer is the author stefan.eissing from greenbytes.de , he is registered here, but do not know he is visiting.
Back to top
sailor



Joined: 17 Apr 2015
Posts: 77
Location: US

PostPosted: Mon 23 Jul '18 15:47    Post subject: Reply with quote

Thanks, I have emailed him.

I have come across this also:

[http2:debug] [pid 5532:tid 3556] h2_filter.c(193): (OS 10060)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. : [client my.local.ip:40351] AH03046: h2_session(144): error reading

It seems like WP is reconnecting to itself.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Mon 23 Jul '18 18:40    Post subject: Reply with quote

Somewhere in the back of my head is a recollection that Stefan Eissing does not like te be mailed. If it is an http/2 problem, make an issue here (if it does not already exists):
https://github.com/icing/mod_h2
Back to top
sailor



Joined: 17 Apr 2015
Posts: 77
Location: US

PostPosted: Wed 25 Jul '18 14:47    Post subject: Reply with quote

Jan-E wrote:
Somewhere in the back of my head is a recollection that Stefan Eissing does not like te be mailed. If it is an http/2 problem, make an issue here (if it does not already exists):
https://github.com/icing/mod_h2


ok, I received a bounce back, but I did find the issue after ripping nearly everything out from mod_evasive to mod_security2 and using my local box.

The wp-admin/admin-ajax.php was getting a 403 upon clicking the update (even though the previous line in the access_log showed a 200 on it, and yet the user was logged in). wp-config.php had some cookie stuff setting them all to ''. I suspected it was getting called each time and commented out the cookie lines, so it seems to work. We're doing some more testting. reference this as well https://wordpress.org/support/topic/wc-ajaxupdate_order_review-403-error/
Back to top


Reply to topic   Topic: http2 abort? View previous topic :: View next topic
Post new topic   Forum Index -> Apache