Actions
Anomalie #1241
closed192.168.1.33 redirige vers April.org au lieu du dokuwiki
Difficulté:
2 Facile
Description
Le firewall de Pavot redirige 192.168.1.33:80 sur un nginx.
Contourné en faisant écouter Apache sur le port 8080.
Updated by Loïc Dachary over 11 years ago
root@dokuwiki:/etc# git show commit 971908ba83de5270d475d6de84ed489c53f56a8d Author: Loic Dachary <loic@dachary.org> Date: Tue Mar 19 12:14:03 2013 +0100 listen on 8080 as well as 80, see #1241 diff --git a/apache2/ports.conf b/apache2/ports.conf index c198d63..bc072fb 100644 --- a/apache2/ports.conf +++ b/apache2/ports.conf @@ -7,6 +7,7 @@ NameVirtualHost * Listen 80 +Listen 8080 <IfModule mod_ssl.c> # If you add NameVirtualHost *:443 here, you will also have to change
Updated by Quentin CHERGUI over 11 years ago
- Due date set to 03/19/2013
- Category set to Task
- Status changed from Confirmé to Résolu
- Assignee set to Quentin CHERGUI
- Target version set to Mars 2013
- % Done changed from 0 to 100
Actions