IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

EDI, CMS, Outils, Scripts et API PHP Discussion :

Installation de deux apaches pour chaque prog [Wamp]


Sujet :

EDI, CMS, Outils, Scripts et API PHP

  1. #1
    Membre régulier
    Profil pro
    Inscrit en
    Décembre 2008
    Messages
    412
    Détails du profil
    Informations personnelles :
    Âge : 52
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations forums :
    Inscription : Décembre 2008
    Messages : 412
    Points : 79
    Points
    79
    Par défaut Installation de deux apaches pour chaque prog
    Bonjour,

    J'utilise WampServeur 2.0 (Apache 2.2.8 - PHP 5.2.6 - Mysql 5.0.51b) pour mon site en local sur Windows XP Pro SP3 .Net Frameworks.
    Ayant une freebox, j'ai installé EasyBox V5 (Easybox.win.5.0.0.RC1.exe) qui fonctionne aussi avec apache , Mais cela ne fonctionne pas.


    Pourtant Apache de EasyBox est sur 80 et apache de WampServeur est sur 8585.
    Pour wampserveur aucaun problème tout fonctionne, mais pour EasyBox , j'ai ce message :

    1- L'icone easyBox est barré avec d'incrit : Lanceur EasyBox 1.3.0.7 - EasyBox est en fonction.
    2 - Quand je clique sur configuration de EasyBox

    J'obtient ce message sur l'ouverture d'une page a l'adresse http://localhost:80/configuration/configuration.php

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, admin@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

    - Comment faire ?
    Et il possible de faire fonctionné deux apaches dans deux répertoire different ?
    Faut il tout réunir sur un seul apacher ?
    Existe t'il une solution pour mon cas !

    error.log de Apache de EasyBox
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    [Sat Jan 03 10:51:37 2009] [notice] Apache/2.2.0 (Win32) PHP/5.1.1 configured -- resuming normal operations
    [Sat Jan 03 10:51:37 2009] [notice] Server built: Dec  1 2005 18:36:53
    [Sat Jan 03 10:51:37 2009] [notice] Parent: Created child process 1744
    [Sat Jan 03 10:51:37 2009] [notice] Child 1744: Child process is running
    [Sat Jan 03 10:51:37 2009] [notice] Child 1744: Acquired the start mutex.
    [Sat Jan 03 10:51:37 2009] [notice] Child 1744: Starting 64 worker threads.
    [Sat Jan 03 10:51:38 2009] [notice] Child 1744: Starting thread to listen on port 80.
    [Sat Jan 03 10:52:46 2009] [alert] [client 127.0.0.1] L:/.htaccess: Invalid command 'AuthUserFile', perhaps misspelled or defined by a module not included in the server configuration
    [Sat Jan 03 10:52:46 2009] [alert] [client 127.0.0.1] L:/.htaccess: Invalid command 'AuthUserFile', perhaps misspelled or defined by a module not included in the server configuration
    [Sat Jan 03 11:10:03 2009] [alert] [client 127.0.0.1] L:/.htaccess: Invalid command 'AuthUserFile', perhaps misspelled or defined by a module not included in the server configuration
    [Sat Jan 03 11:10:03 2009] [alert] [client 127.0.0.1] L:/.htaccess: Invalid command 'AuthUserFile', perhaps misspelled or defined by a module not included in the server configuration
    Apache.conf de EasyBox
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    ServerRoot "L:\Program files 2\Easybox\Apache"
     
    LoadModule actions_module modules/mod_actions.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule dir_module modules/mod_dir.so
    LoadModule logio_module modules/mod_logio.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule mime_module modules/mod_mime.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule rewrite_module modules/mod_rewrite.so
     
    ServerAdmin admin@localhost
    ServerName localhost:80
    DocumentRoot "L:\Program files 2\Easybox\http"
     
    <IfModule dir_module>
        DirectoryIndex index.php index.php4 index.php3 index.cgi index.pl index.html index.htm index.shtml index.phtml
    </IfModule>
     
    DefaultType text/plain
     
    <IfModule mime_module>
        TypesConfig mime.types
    </IfModule>
     
    <IfModule alias_module>
      <IfModule mime_module>
          LoadModule php5_module "php5apache2.dll"
          AddType application/x-httpd-php-source .phps
          AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml
      </IfModule>
    </IfModule>
     
    ErrorDocument 500 /erreur.php
    ErrorDocument 404 /erreur.php
    ErrorDocument 401 /erreur.php
    ErrorDocument 403 /erreur.php
     
    Listen 80
     
    <Directory "L:\Program files 2\Easybox\http">
      Options -All MultiViews
      AllowOverride None
      Order allow,deny
      AllowOverride None
      Order deny,allow
      Allow from 127.0.0.1 192.168. 212.27.
      deny from all 
    </Directory>
    Merci d'avance.
    Intel I7 960 | 6 Go Ram | 5 HDD au total 3636 Go | Windows 7 Edition intégral x64 | WampServer 2.0c | Apache 2.2.8 | Php 5.2.6 | MySQL 5.0.51b
    DreamPlug | 512 mo ram | SSD 16 GO | Linux debian 2.6.39.4 | armv5tel | Lamp | PHP 5.3.3-7 | Apache 2.2.16 | Mysql 14.14

  2. #2
    Membre régulier Avatar de knoodrake
    Profil pro
    Inscrit en
    Juin 2007
    Messages
    86
    Détails du profil
    Informations personnelles :
    Âge : 38
    Localisation : France, Bouches du Rhône (Provence Alpes Côte d'Azur)

    Informations forums :
    Inscription : Juin 2007
    Messages : 86
    Points : 86
    Points
    86
    Par défaut
    Ben tu à visiblement une erreur dans le site que tu fait tourner, plus précisément dans le .htaccess ( pas "complété" ? pas compatible avec ta version d'apache ? .. )

    Regarde ce fichier: L:/.htaccess

  3. #3
    Membre régulier
    Profil pro
    Inscrit en
    Décembre 2008
    Messages
    412
    Détails du profil
    Informations personnelles :
    Âge : 52
    Localisation : France, Var (Provence Alpes Côte d'Azur)

    Informations forums :
    Inscription : Décembre 2008
    Messages : 412
    Points : 79
    Points
    79
    Par défaut
    Merci.
    Intel I7 960 | 6 Go Ram | 5 HDD au total 3636 Go | Windows 7 Edition intégral x64 | WampServer 2.0c | Apache 2.2.8 | Php 5.2.6 | MySQL 5.0.51b
    DreamPlug | 512 mo ram | SSD 16 GO | Linux debian 2.6.39.4 | armv5tel | Lamp | PHP 5.3.3-7 | Apache 2.2.16 | Mysql 14.14

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Installation IIS et APACHE sur deux cartes réseaux
    Par bannik dans le forum Serveurs (Apache, IIS,...)
    Réponses: 10
    Dernier message: 18/04/2008, 09h16
  2. Deux serveurs apaches pour traiter les requêtes
    Par c4cf6 dans le forum Apache
    Réponses: 3
    Dernier message: 01/02/2007, 17h08
  3. Installer un apache pour un réseau local
    Par Djo00 dans le forum Administration système
    Réponses: 8
    Dernier message: 18/08/2006, 09h15
  4. [Requete] Calcul Somme entre deux temps pour chaque jour
    Par nico33307 dans le forum Requêtes et SQL.
    Réponses: 5
    Dernier message: 21/03/2006, 00h58
  5. Réponses: 2
    Dernier message: 23/01/2006, 15h18

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo