Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-28, 19:07:13

Author Topic: Wordpress redirect loop after upgrade to httpd24  (Read 18550 times)

0 Members and 1 Guest are viewing this topic.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #1 on: 2015-07-01, 11:20:57 »
It happens only on one Wordpress on the same customer. Others are fine.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #2 on: 2015-07-01, 11:46:16 »
Maybe related to site_url in wp database.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #3 on: 2015-07-01, 12:26:20 »
Maybe related to site_url in wp database.

It looks like this:

Quote
Pe?ne teksty    option_id    option_name    option_value    autoload
   Edytuj Edytuj    Kopiuj Kopiuj    Usu? Usu?    1    siteurl    http://www.webmama.com.pl    yes

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #4 on: 2015-07-01, 20:56:29 »
More customers are reporting troubles with Wordpress.

All have redirect loop ;(

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #5 on: 2015-07-01, 21:04:40 »
No issue I found for Wordpress (including Multisite version) under hiawatha-proxy. For me, more prefer hiawatha instead nginx for proxy.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #6 on: 2015-07-01, 21:07:40 »
No issue I found for Wordpress (including Multisite version) under hiawatha-proxy. For me, more prefer hiawatha instead nginx for proxy.

It was working well with apache 2.2 and nginx.

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #7 on: 2015-07-01, 21:08:59 »
Try disable cache plugins and then enable again.
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #8 on: 2015-07-01, 21:16:52 »
Try disable cache plugins and then enable again.

Does not help - still redirect loop. We have 4 Wordpress pages down right now ;(

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #9 on: 2015-07-01, 21:31:28 »
See example:

Non working:

Quote
[root@online /]# curl -s --head http://webmama.com.pl
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Wed, 01 Jul 2015 19:34:23 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: keep-alive
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://www.webmama.com.pl/xmlrpc.php
Set-Cookie: PHPSESSID=292587601a466394a15445b74c356880; path=/
Location: http://www.webmama.com.pl/
X-Micro-Cache: MISS

Working:

Quote
[root@online /]# curl -s --head http://kuchennefrykasy.pl
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 01 Jul 2015 19:34:33 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://kuchennefrykasy.pl/xmlrpc.php
Set-Cookie: PHPSESSID=fcb72da88cfc16216a4b7c9e3b35f0fa; path=/
X-Micro-Cache: MISS

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #10 on: 2015-07-01, 21:34:10 »
Different is 'HTTP/1.1 301 Moved Permanently' and 'HTTP/1.1 200 OK'
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #11 on: 2015-07-01, 21:39:06 »
Different is 'HTTP/1.1 301 Moved Permanently' and 'HTTP/1.1 200 OK'

Yes, but see the same for www - non-working:

Quote
curl -s --head http://www.webmama.com.pl
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Wed, 01 Jul 2015 19:42:15 GMT
Content-Type: text/html; charset=UTF-8
Content-Length: 0
Connection: keep-alive
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://www.webmama.com.pl/xmlrpc.php
Set-Cookie: PHPSESSID=83af7779567b99953a26eee3e999735b; path=/
Location: http://www.webmama.com.pl/
X-Micro-Cache: MISS

and working:

Quote
curl -s --head http://www.kuchennefrykasy.pl
HTTP/1.1 200 OK
Server: nginx
Date: Wed, 01 Jul 2015 19:42:44 GMT
Content-Type: text/html; charset=UTF-8
Connection: keep-alive
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
X-Pingback: http://kuchennefrykasy.pl/xmlrpc.php
Set-Cookie: PHPSESSID=82a2c027e4187578e8bf88a68872e7e1; path=/
X-Micro-Cache: MISS

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,807
  • Karma: +119/-11
  • Gender: Male
    • View Profile
    • MRatWork Forum
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #13 on: 2015-07-01, 21:55:00 »
Maybe https://wordpress.org/support/topic/fetch-as-google-returns-301-moved-permanently and http://infoheap.com/handle-redirects-in-wordpress/ related for your issue.

Something is wrong in http24 config ;( It happens also when trying to lynx to port 30080.

Offline Spacedust

  • Super Grand Master
  • ****
  • Posts: 4,050
  • Karma: +1/-0
    • View Profile
Re: Wordpress redirect loop after upgrade to httpd24
« Reply #14 on: 2015-07-01, 22:59:54 »
I have to restore Apache 2.2 from backup - too many bugs for me.

- non-working some Wordpress installations
- non-working secondary PHP
+ improved speed

 


Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo

Page created in 0.068 seconds with 21 queries.

web stats analysis