Project

General

Profile

Anomalie #4304

Wordpress et multisite

Added by Francis Bordes over 10 years ago. Updated almost 10 years ago.

Status:
Pas un bug
Priority:
Normal
Assigned To:
Target version:
Start date:
10/17/2012
Due date:
% Done:

0%

Spent time:
Distribution:
EOLE 2.3

Description

Dans une ifra Envole avec Amon, reverseproxy + scribe - envole, lorsqu'on veut ajouter un site , le process s'arrête sur Etes vous sur?
voir copie d'écran.

Sans titre.png View (56.2 KB) Francis Bordes, 10/17/2012 02:14 PM

phpmyadminwordpress.jpg View (190 KB) Francis Bordes, 11/13/2012 04:19 PM

History

#1 Updated by Francis Bordes over 10 years ago

Apparement pas de prise en compte des redirections hhtps dans le fichier site-new.php

#2 Updated by Joël Cuissinat over 10 years ago

  • Project changed from Envole to wordpress

#3 Updated by Francis Bordes over 10 years ago

Suite;si ça peut vous aider.

J'ai installé un deuxieme blog par la procédure normale (interface admin de wordpress puis création)avec un scribe qui n'est pas derriere une amon avec reverseproxy.

Lorsqu'on regarde la table wp_2_options correspondant au blog 2 tous les champs faisant référence à l'adresse sont en http et pas en https.

J'ai donc repris wordpress avec amon et reverse, j'ai importer les tables correspondantes au blog 2 et remplacer http par https et tout fonctionne.

#4 Updated by michel rein about 10 years ago

Dans une infra scribe derrière reverse-proxy :

En désactivant le test ligne 92 du fichier wp-includes/ms-settings.php
qui ne peut qu'échouer en reverse-proxy et donc rediriger en http

> 
> if ( $current_site->domain != $_SERVER[ 'HTTP_HOST' ] ) {
    header( 'Location: http://' . $current_site->domain . $current_site->path );
> 

J'obtiens un fonctionnement normal du site primaire.
Par contre il échoue avec un second site pourtant bien référencé en https

#5 Updated by Arnaud FORNEROT about 10 years ago

  • Assigned To set to Mathieu Terroba
  • Target version set to Envole 3.3.3
  • Distribution changed from EOLE 2.2 to EOLE 2.3

#6 Updated by Arnaud FORNEROT almost 10 years ago

  • Target version changed from Envole 3.3.3 to Envole 3.3.4

#7 Updated by Mathieu Terroba almost 10 years ago

  • Status changed from Nouveau to Pas un bug

C'était dû à une mauvaise conf du reverse.

Il faut, sur le reverse, renvoyer le trafic vers https://ip_scribe

Also available in: Atom PDF