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

Protocoles Discussion :

Problème avec 0.0.0.0:3000


Sujet :

Protocoles

  1. #1
    Membre confirmé
    Profil pro
    Développeur Full Stack
    Inscrit en
    Novembre 2007
    Messages
    101
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations professionnelles :
    Activité : Développeur Full Stack

    Informations forums :
    Inscription : Novembre 2007
    Messages : 101
    Par défaut Problème avec 0.0.0.0:3000
    Bonjour,

    Voilà mon problème :

    Je suis sous XP Pro SP2. Je fais actuellement des tests pour héberger plusieurs sites web sur un même serveur apache2 en utilisant les virtual hosts, les sites web étant réalisés avec le framework perl dancer. L'application perl créée avec le module dancer intègre un serveur web standalone. La commande :

    perl ./bin/app.pl

    lance alors ce serveur qui écoute sur http://0.0.0.0:3000.

    Lors de mes premiers tests avec dancer, pas de problème, 0.0.0.0:3000, 127.0.0.1:3000, localhost:3000 me fournissaient immédiatement la page d'accueil du site créé.

    Pour les différents essais avec les réglages d'apache, j'ai effectué les 'bidouilles' suivantes (pas nécessairement dans cet ordre) :

    - modifié le fichier C:\WINDOWS\system32\drivers\etc\hosts

    - fait plusieurs essais pour les virtual hosts dans le fichier conf de apache

    - passé en IP fixe à la place d'IP dynamique

    - ajouté plusieurs IP fixes (3)

    - testé le serveur DNS MaraDNS

    Puis, après toutes ces modifications, j'ai voulu refaire un test en standalone et là :

    - sur un PC, ni 0.0.0.0:3000, ni 127.0.0.1:3000 ni localhost:3000 ne fonctionne (ne trouve pas la page, ça mouline...)

    - sur un 2eme PC, dans un premier temps idem, puis sans trop savoir comment, j'ai réussi à ce que : 127.0.0.1:3000 et localhost:3000 fonctionnent mais pas 0.0.0.0:3000.

    J'ai regardé ce que je pouvais faire avec ipconfig et route print. Les paramètres ont l'air corrects mais je n'en suis pas sûr.

    J'ai rebooté plusieurs fois et c'est toujours pareil. Franchement je ne comprends pas d'où ça peut venir.

    Je donne au cas où le contenu fourni par route print :



    Merci à ceux qui pourront m'éclairer.

    Krys006
    Images attachées Images attachées  

  2. #2
    Membre confirmé
    Profil pro
    Développeur Full Stack
    Inscrit en
    Novembre 2007
    Messages
    101
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations professionnelles :
    Activité : Développeur Full Stack

    Informations forums :
    Inscription : Novembre 2007
    Messages : 101
    Par défaut
    Je précise que normalement c'est ma livebox qui sert de server DNS (si j'ai bien compris), et que je l'ai réinitialisée.
    J'ai pensé que le problème pouvait provenir de la box, étant donné qu'il se produisait sur mes 2 PCs.

    Suis-je bien sur le bon forum ?

    Krys006

  3. #3
    Rédacteur

    Avatar de ram-0000
    Homme Profil pro
    Consultant en sécurité
    Inscrit en
    Mai 2007
    Messages
    11 517
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France, Haute Garonne (Midi Pyrénées)

    Informations professionnelles :
    Activité : Consultant en sécurité
    Secteur : High Tech - Opérateur de télécommunications

    Informations forums :
    Inscription : Mai 2007
    Messages : 11 517
    Par défaut
    Citation Envoyé par Krys006 Voir le message
    Suis-je bien sur le bon forum ?
    Oui pour l'instant

    On peut avoir les résultats de "ipconfiog /all" et "netstat -an' sur les machines ?

    Le contenu du fichier C:\WINDOWS\system32\drivers\etc\hosts ?

    Peut être aussi le fichier de conf apache (celui dans lequel tu déclares tes virtual hosts) ?
    Raymond
    Vous souhaitez participer à la rubrique Réseaux ? Contactez-moi

    Cafuro Cafuro est un outil SNMP dont le but est d'aider les administrateurs système et réseau à configurer leurs équipements SNMP réseau.
    e-verbe Un logiciel de conjugaison des verbes de la langue française.

    Ma page personnelle sur DVP
    .

  4. #4
    Membre confirmé
    Profil pro
    Développeur Full Stack
    Inscrit en
    Novembre 2007
    Messages
    101
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations professionnelles :
    Activité : Développeur Full Stack

    Informations forums :
    Inscription : Novembre 2007
    Messages : 101
    Par défaut
    Oui bien sûr.

    Pour que vous ne soyez pas surpris, j'ai le même nom de compte sur les 2 PC.

    Pour le PC 1.

    ipconfig /all :



    netstat -an :



    hosts :

    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
    # Copyright (c) 1993-1999 Microsoft Corp.
    #
    # Ceci est un exemple de fichier HOSTS utilisé par Microsoft TCP/IP
    # pour Windows.
    #
    # Ce fichier contient les correspondances des adresses IP aux noms d'hôtes.
    # Chaque entrée doit être sur une ligne propre. L'adresse IP doit être placée
    # dans la première colonne, suivie par le nom d'hôte correspondant. L'adresse
    # IP et le nom d'hôte doivent être séparés par au moins un espace.
    #
    # De plus, des commentaires (tels que celui-ci) peuvent être insérés sur des
    # lignes propres ou après le nom d'ordinateur. Ils sont indiqué par le
    # symbole '#'.
    #
    # Par exemple :
    #
    #      102.54.94.97     rhino.acme.com          # serveur source
    #       38.25.63.10     x.acme.com              # hôte client x
    
    127.0.0.1       localhost
    #192.168.1.13    mywebapp1.com
    #192.168.1.13    mywebapp2.com
    #192.168.1.13    mywebapp3.com
    #192.168.1.13    mywebapp4.com
    #192.168.1.24    mywebapp5.com
    #192.168.1.24    mywebapp6.com
    httpd.conf :

    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
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    #################################################################################################################
    ###                                          Section 1: Global Environment
    #################################################################################################################
    
    ServerRoot "C:/w_Apache/Apache2"
    
    PidFile logs/httpd.pid
    
    Timeout 300
    
    KeepAlive On
    
    MaxKeepAliveRequests 100
    
    KeepAliveTimeout 15
    
    <IfModule mpm_winnt.c>
    ThreadsPerChild 250
    MaxRequestsPerChild  0
    </IfModule>
    
    Listen 127.0.0.1:80
    Listen 192.168.1.10:80
    Listen 192.168.1.11:80
    Listen 192.168.1.12:80
    Listen 192.168.1.13:80
    
    LoadModule access_module modules/mod_access.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule auth_module modules/mod_auth.so
    
    LoadModule autoindex_module modules/mod_autoindex.so
    
    LoadModule cgi_module modules/mod_cgi.so
    
    LoadModule dir_module modules/mod_dir.so
    LoadModule env_module modules/mod_env.so
    
    LoadModule imap_module modules/mod_imap.so
    LoadModule include_module modules/mod_include.so
    
    LoadModule isapi_module modules/mod_isapi.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule mime_module modules/mod_mime.so
    
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule setenvif_module modules/mod_setenvif.so
    
    LoadModule status_module modules/mod_status.so
    
    LoadModule userdir_module modules/mod_userdir.so
    
    #################################################################################################################
    ###                             Section 2: 'Main' server configuration
    #################################################################################################################
    
    ServerAdmin admin@localhost
    
    ServerName 127.0.0.1:80
    
    UseCanonicalName Off
    
    DocumentRoot "C:/w_Apache/Apache2/htdocs"
    
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    
    <Directory "C:/w_Apache/Apache2/htdocs">
    
        Options Indexes FollowSymLinks
    
        AllowOverride None
    
        Order allow,deny
        Allow from all
    
    </Directory>
    
    UserDir "My Documents/My Website"
    
    DirectoryIndex index.htm index.html index.html.var index.php index.php5
    
    AccessFileName .htaccess
    
    <FilesMatch "^\.ht">
        Order allow,deny
        Deny from all
    </FilesMatch>
    
    TypesConfig conf/mime.types
    
    DefaultType text/plain
    
    <IfModule mod_mime_magic.c>
        MIMEMagicFile conf/magic
    </IfModule>
    
    HostnameLookups Off
    
    ErrorLog logs/error.log
    
    LogLevel warn
    
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    
    CustomLog logs/access.log common
    
    ServerTokens Prod
    
    ServerSignature EMail
    
    Alias /icons/ "C:/w_Apache/Apache2/icons/"
    
    <Directory "C:/w_Apache/Apache2/icons">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
    
    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru|tr))?(/.*)?$ "C:/w_Apache/Apache2/manual$1"
    
    <Directory "C:/w_Apache/Apache2/manual">
        Options Indexes
        AllowOverride None
        Order allow,deny
        Allow from all
    
        <Files *.html>
            SetHandler type-map
        </Files>
        # .tr is text/troff in mime.types!
        <Files *.html.tr.utf8>
            ForceType text/html
        </Files>
    
        SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru|tr)/ prefer-language=$1
        RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru|tr)){2,}(/.*)?$ /manual/$1$2
    </Directory>
    
    ScriptAlias /cgi-bin/ "C:/w_Apache/Apache2/cgi-bin/"
    
    <Directory "C:/w_Apache/Apache2/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
    
    IndexOptions FancyIndexing VersionSort
    
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    
    DefaultIcon /icons/unknown.gif
    
    ReadmeName README.html
    HeaderName HEADER.html
    
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    
    AddLanguage ca .ca
    AddLanguage cs .cz .cs
    AddLanguage da .dk
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage en .en
    AddLanguage eo .eo
    AddLanguage es .es
    AddLanguage et .et
    AddLanguage fr .fr
    AddLanguage he .he
    AddLanguage hr .hr
    AddLanguage it .it
    AddLanguage ja .ja
    AddLanguage ko .ko
    AddLanguage ltz .ltz
    AddLanguage nl .nl
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddLanguage pt .pt
    AddLanguage pt-BR .pt-br
    AddLanguage ru .ru
    AddLanguage sv .sv
    AddLanguage tr .tr
    AddLanguage zh-CN .zh-cn
    AddLanguage zh-TW .zh-tw
    
    LanguagePriority en fr ca cs da de el eo es et he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
    
    ForceLanguagePriority Prefer Fallback
    
    AddCharset ISO-8859-1  .iso8859-1 .latin1
    AddCharset ISO-8859-2  .iso8859-2 .latin2 .cen
    AddCharset ISO-8859-3  .iso8859-3 .latin3
    AddCharset ISO-8859-4  .iso8859-4 .latin4
    AddCharset ISO-8859-5  .iso8859-5 .latin5 .cyr .iso-ru
    AddCharset ISO-8859-6  .iso8859-6 .latin6 .arb
    AddCharset ISO-8859-7  .iso8859-7 .latin7 .grk
    AddCharset ISO-8859-8  .iso8859-8 .latin8 .heb
    AddCharset ISO-8859-9  .iso8859-9 .latin9 .trk
    AddCharset ISO-2022-JP .iso2022-jp .jis
    AddCharset ISO-2022-KR .iso2022-kr .kis
    AddCharset ISO-2022-CN .iso2022-cn .cis
    AddCharset Big5        .Big5       .big5
    # For russian, more than one charset is used (depends on client, mostly):
    AddCharset WINDOWS-1251 .cp-1251   .win-1251
    AddCharset CP866       .cp866
    AddCharset KOI8-r      .koi8-r .koi8-ru
    AddCharset KOI8-ru     .koi8-uk .ua
    AddCharset ISO-10646-UCS-2 .ucs2
    AddCharset ISO-10646-UCS-4 .ucs4
    AddCharset UTF-8       .utf8
    
    AddCharset GB2312      .gb2312 .gb 
    AddCharset utf-7       .utf7
    AddCharset utf-8       .utf8
    AddCharset big5        .big5 .b5
    AddCharset EUC-TW      .euc-tw
    AddCharset EUC-JP      .euc-jp
    AddCharset EUC-KR      .euc-kr
    AddCharset shift_jis   .sjis
    
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    
    AddHandler cgi-script .cgi
    
    AddHandler type-map var
    
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0
    
    BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
    BrowserMatch "MS FrontPage" redirect-carefully
    BrowserMatch "^WebDrive" redirect-carefully
    BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
    BrowserMatch "^gnome-vfs" redirect-carefully
    BrowserMatch "^XML Spy" redirect-carefully
    BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
    
    <Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
       # Allow from .localhost
        Allow from 127.0.0.1
    </Location>
    
    <IfModule mod_ssl.c>
        Include conf/ssl.conf
    </IfModule>
    
    #################################################################################################################
    ###                                         Section 3: Virtual Hosts
    #################################################################################################################
    Include conf/httpd-vhosts.conf
    httpd-vhosts.conf

    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
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    #
    # VirtualHost
    #
    # If you want to maintain multiple domains/hostnames on your
    # machine you can setup VirtualHost containers for them. Most configurations
    # use only name-based virtual hosts so the server doesn't need to worry about
    # IP addresses. This is indicated by the asterisks in the directives below.
    #
    # Please see the documentation at 
    # <URL:http://httpd.apache.org/docs/2.0/vhosts/>
    # for further details before you try to setup virtual hosts.
    #
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    
    #
    # Use name-based virtual hosting.
    #
    #Listen 127.0.0.2
    #NameVirtualHost 127.0.0.2:81
    
    <VirtualHost 192.168.1.10:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/w_Apache/Apache2/htdocs/MyWebApp0"
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/w_Apache/Apache2/htdocs/MyWebApp0">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
            AddHandler fastcgi-script .fcgi
        </Directory>
        ServerSignature On
        RewriteRule /MyWebApp0(.*)$ /MyWebApp0/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.11:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/w_Apache/Apache2/htdocs/MyWebApp1"
        <Directory "C:/w_Apache/Apache2/htdocs/MyWebApp1">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
    </VirtualHost>
    
    <VirtualHost 192.168.1.12:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/w_Apache/Apache2/htdocs/MyWebApp2"
        <Directory "C:/w_Apache/Apache2/htdocs/MyWebApp2">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature On
    </VirtualHost>
    
    #------------------------------
    NameVirtualHost 192.168.1.13:80
    #------------------------------
    <VirtualHost 192.168.1.13:80>
        ServerAdmin webmaster@localhost
        ServerName MyWebApp1.com
       # DocumentRoot "C:/w_Apache/Apache2/www/MyWebApp1"
       # <Directory "C:/w_Apache/Apache2/www/MyWebApp1">
        DocumentRoot "C:/w_Apache/Apache2/htdocs/MyWebApp1"
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/w_Apache/Apache2/htdocs/MyWebApp1">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
        RewriteRule /MyWebApp1(.*)$ /MyWebApp1/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.13:80>
        ServerAdmin webmaster@localhost
        ServerName MyWebApp2.com
       # DocumentRoot "C:/w_Apache/Apache2/www/MyWebApp2"
       # <Directory "C:/w_Apache/Apache2/www/MyWebApp2">
        DocumentRoot "C:/w_Apache/Apache2/htdocs/MyWebApp2"
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/w_Apache/Apache2/htdocs/MyWebApp2">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
        RewriteRule /MyWebApp2(.*)$ /MyWebApp2/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.13:80>
        ServerAdmin webmaster@localhost
        ServerName MyWebApp3.com
       # DocumentRoot "C:/w_Apache/Apache2/www/MyWebApp3"
       # <Directory "C:/w_Apache/Apache2/www/MyWebApp3">
        DocumentRoot "C:/w_Apache/Apache2/htdocs/MyWebApp3"
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/w_Apache/Apache2/htdocs/MyWebApp3">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
        RewriteRule /MyWebApp3(.*)$ /MyWebApp3/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.13:80>
        ServerAdmin webmaster@localhost
        ServerName MyWebApp4.com
       # DocumentRoot "C:/w_Apache/Apache2/www/MyWebApp4"
       # <Directory "C:/w_Apache/Apache2/www/MyWebApp4">
        DocumentRoot "C:/w_Apache/Apache2/htdocs/MyWebApp4"
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/w_Apache/Apache2/htdocs/MyWebApp4">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
        RewriteRule /MyWebApp4(.*)$ /MyWebApp4/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>

    Pour le PC 2.

    ipconfig /all :



    netstat -an :



    hosts :

    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
    # Copyright (c) 1993-1999 Microsoft Corp.
    #
    # Ceci est un exemple de fichier HOSTS utilisé par Microsoft TCP/IP
    # pour Windows.
    #
    # Ce fichier contient les correspondances des adresses IP aux noms d'hôtes.
    # Chaque entrée doit être sur une ligne propre. L'adresse IP doit être placée
    # dans la première colonne, suivie par le nom d'hôte correspondant. L'adresse
    # IP et le nom d'hôte doivent être séparés par au moins un espace.
    #
    # De plus, des commentaires (tels que celui-ci) peuvent être insérés sur des
    # lignes propres ou après le nom d'ordinateur. Ils sont indiqué par le
    # symbole '#'.
    #
    # Par exemple :
    #
    #      102.54.94.97     rhino.acme.com          # serveur source
    #       38.25.63.10     x.acme.com              # hôte client x
    
    127.0.0.1       localhost
    #192.168.1.24    mywebapp5.com
    #192.168.1.24    mywebapp6.com
    #192.168.1.24	sempron
    httpd.conf :

    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
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    #################################################################################################################
    ###                                          Section 1: Global Environment
    #################################################################################################################
    
    ServerRoot "C:/Apache_Server/Apache2"
    
    PidFile logs/httpd.pid
    
    Timeout 300
    
    KeepAlive On
    
    MaxKeepAliveRequests 100
    
    KeepAliveTimeout 15
    
    <IfModule mpm_winnt.c>
    ThreadsPerChild 250
    MaxRequestsPerChild  0
    </IfModule>
    
    Listen 127.0.0.1:80
    #Listen 192.168.1.20:80
    #Listen 192.168.1.21:80
    #Listen 192.168.1.22:80
    #Listen 192.168.1.23:80
    #Listen 192.168.1.24:80
    
    LoadModule access_module modules/mod_access.so
    LoadModule actions_module modules/mod_actions.so
    LoadModule alias_module modules/mod_alias.so
    LoadModule asis_module modules/mod_asis.so
    LoadModule auth_module modules/mod_auth.so
    
    LoadModule autoindex_module modules/mod_autoindex.so
    
    LoadModule cgi_module modules/mod_cgi.so
    
    LoadModule dir_module modules/mod_dir.so
    LoadModule env_module modules/mod_env.so
    
    LoadModule imap_module modules/mod_imap.so
    LoadModule include_module modules/mod_include.so
    
    LoadModule isapi_module modules/mod_isapi.so
    LoadModule log_config_module modules/mod_log_config.so
    LoadModule mime_module modules/mod_mime.so
    
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule rewrite_module modules/mod_rewrite.so
    LoadModule setenvif_module modules/mod_setenvif.so
    
    LoadModule status_module modules/mod_status.so
    
    LoadModule userdir_module modules/mod_userdir.so
    
    #################################################################################################################
    ###                             Section 2: 'Main' server configuration
    #################################################################################################################
    
    ServerAdmin admin@localhost
    
    ServerName 127.0.0.1:80
    
    UseCanonicalName Off
    
    DocumentRoot "C:/Apache_Server/Apache2/htdocs"
    
    <Directory />
        Options FollowSymLinks
        AllowOverride None
    </Directory>
    
    <Directory "C:/Apache_Server/Apache2/htdocs">
    
        Options Indexes FollowSymLinks
    
        AllowOverride None
    
        Order allow,deny
        Allow from all
    
    </Directory>
    
    UserDir "My Documents/My Website"
    
    DirectoryIndex index.htm index.html index.html.var index.php index.php5
    
    AccessFileName .htaccess
    
    <FilesMatch "^\.ht">
        Order allow,deny
        Deny from all
    </FilesMatch>
    
    TypesConfig conf/mime.types
    
    DefaultType text/plain
    
    <IfModule mod_mime_magic.c>
        MIMEMagicFile conf/magic
    </IfModule>
    
    HostnameLookups Off
    
    ErrorLog logs/error.log
    
    LogLevel warn
    
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    
    CustomLog logs/access.log common
    
    ServerTokens Prod
    
    ServerSignature EMail
    
    Alias /icons/ "C:/Apache_Server/Apache2/icons/"
    
    <Directory "C:/Apache_Server/Apache2/icons">
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>
    
    AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|ru|tr))?(/.*)?$ "C:/Apache_Server/Apache2/manual$1"
    
    <Directory "C:/Apache_Server/Apache2/manual">
        Options Indexes
        AllowOverride None
        Order allow,deny
        Allow from all
    
        <Files *.html>
            SetHandler type-map
        </Files>
        # .tr is text/troff in mime.types!
        <Files *.html.tr.utf8>
            ForceType text/html
        </Files>
    
        SetEnvIf Request_URI ^/manual/(de|en|es|fr|ja|ko|ru|tr)/ prefer-language=$1
        RedirectMatch 301 ^/manual(?:/(de|en|es|fr|ja|ko|ru|tr)){2,}(/.*)?$ /manual/$1$2
    </Directory>
    
    ScriptAlias /cgi-bin/ "C:/Apache_Server/Apache2/cgi-bin/"
    
    <Directory "C:/Apache_Server/Apache2/cgi-bin">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
    
    IndexOptions FancyIndexing VersionSort
    
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    
    DefaultIcon /icons/unknown.gif
    
    ReadmeName README.html
    HeaderName HEADER.html
    
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    
    AddLanguage ca .ca
    AddLanguage cs .cz .cs
    AddLanguage da .dk
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage en .en
    AddLanguage eo .eo
    AddLanguage es .es
    AddLanguage et .et
    AddLanguage fr .fr
    AddLanguage he .he
    AddLanguage hr .hr
    AddLanguage it .it
    AddLanguage ja .ja
    AddLanguage ko .ko
    AddLanguage ltz .ltz
    AddLanguage nl .nl
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddLanguage pt .pt
    AddLanguage pt-BR .pt-br
    AddLanguage ru .ru
    AddLanguage sv .sv
    AddLanguage tr .tr
    AddLanguage zh-CN .zh-cn
    AddLanguage zh-TW .zh-tw
    
    LanguagePriority en fr ca cs da de el eo es et he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
    
    ForceLanguagePriority Prefer Fallback
    
    AddCharset ISO-8859-1  .iso8859-1 .latin1
    AddCharset ISO-8859-2  .iso8859-2 .latin2 .cen
    AddCharset ISO-8859-3  .iso8859-3 .latin3
    AddCharset ISO-8859-4  .iso8859-4 .latin4
    AddCharset ISO-8859-5  .iso8859-5 .latin5 .cyr .iso-ru
    AddCharset ISO-8859-6  .iso8859-6 .latin6 .arb
    AddCharset ISO-8859-7  .iso8859-7 .latin7 .grk
    AddCharset ISO-8859-8  .iso8859-8 .latin8 .heb
    AddCharset ISO-8859-9  .iso8859-9 .latin9 .trk
    AddCharset ISO-2022-JP .iso2022-jp .jis
    AddCharset ISO-2022-KR .iso2022-kr .kis
    AddCharset ISO-2022-CN .iso2022-cn .cis
    AddCharset Big5        .Big5       .big5
    # For russian, more than one charset is used (depends on client, mostly):
    AddCharset WINDOWS-1251 .cp-1251   .win-1251
    AddCharset CP866       .cp866
    AddCharset KOI8-r      .koi8-r .koi8-ru
    AddCharset KOI8-ru     .koi8-uk .ua
    AddCharset ISO-10646-UCS-2 .ucs2
    AddCharset ISO-10646-UCS-4 .ucs4
    AddCharset UTF-8       .utf8
    
    AddCharset GB2312      .gb2312 .gb 
    AddCharset utf-7       .utf7
    AddCharset utf-8       .utf8
    AddCharset big5        .big5 .b5
    AddCharset EUC-TW      .euc-tw
    AddCharset EUC-JP      .euc-jp
    AddCharset EUC-KR      .euc-kr
    AddCharset shift_jis   .sjis
    
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    
    AddHandler cgi-script .cgi
    
    AddHandler type-map var
    
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0
    
    BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
    BrowserMatch "MS FrontPage" redirect-carefully
    BrowserMatch "^WebDrive" redirect-carefully
    BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully
    BrowserMatch "^gnome-vfs" redirect-carefully
    BrowserMatch "^XML Spy" redirect-carefully
    BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
    
    <Location /server-status>
        SetHandler server-status
        Order deny,allow
        Deny from all
       # Allow from .localhost
        Allow from 127.0.0.1
    </Location>
    
    <IfModule mod_ssl.c>
        Include conf/ssl.conf
    </IfModule>
    
    #################################################################################################################
    ###                                         Section 3: Virtual Hosts
    #################################################################################################################
    Include conf/httpd-vhosts.conf
    httpd-vhosts.conf

    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
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    #
    # VirtualHost
    #
    # If you want to maintain multiple domains/hostnames on your
    # machine you can setup VirtualHost containers for them. Most configurations
    # use only name-based virtual hosts so the server doesn't need to worry about
    # IP addresses. This is indicated by the asterisks in the directives below.
    #
    # Please see the documentation at 
    # <URL:http://httpd.apache.org/docs/2.0/vhosts/>
    # for further details before you try to setup virtual hosts.
    #
    # You may use the command line option '-S' to verify your virtual host
    # configuration.
    
    #
    # Use name-based virtual hosting.
    #
    #Listen 127.0.0.2
    #NameVirtualHost 127.0.0.2:81
    
    <VirtualHost 192.168.1.20:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/Apache_Server/Apache2/htdocs/MyWebApp0"
        RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/Apache_Server/Apache2/htdocs/MyWebApp0">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
            AddHandler fastcgi-script .fcgi
        </Directory>
        ServerSignature On
        RewriteRule /MyWebApp0(.*)$ /MyWebApp0/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.21:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/Apache_Server/Apache2/htdocs/MyWebApp1"
        <Directory "C:/Apache_Server/Apache2/htdocs/MyWebApp1">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
    </VirtualHost>
    
    <VirtualHost 192.168.1.22:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/Apache_Server/Apache2/htdocs/MyWebApp2"
        <Directory "C:/Apache_Server/Apache2/htdocs/MyWebApp2">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature On
    </VirtualHost>
    
    <VirtualHost 192.168.1.23:80>
        ServerAdmin webmaster@localhost
        DocumentRoot "C:/Apache_Server/Apache2/htdocs/MyWebApp3"
        <Directory "C:/Apache_Server/Apache2/htdocs/MyWebApp3">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
    </VirtualHost>
    
    NameVirtualHost 192.168.1.24:80
    
    <VirtualHost 192.168.1.24:80>
        ServerAdmin webmaster@localhost
    	ServerName mywebapp4
        DocumentRoot "C:/Apache_Server/Apache2/htdocs/MyWebApp4"
    	RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/Apache_Server/Apache2/htdocs/MyWebApp4">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
        </Directory>
        ServerSignature EMail
    	RewriteRule /MyWebApp4(.*)$ /MyWebApp4/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.24:80>
        ServerAdmin webmaster@localhost
    	ServerName mywebapp5.com
        DocumentRoot "C:/Apache_Server/Apache2/htdocs/MyWebApp5"
    	RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/Apache_Server/Apache2/htdocs/MyWebApp5">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
    		AddHandler fastcgi-script .fcgi
        </Directory>
        ServerSignature EMail
    	RewriteRule /MyWebApp5(.*)$ /MyWebApp5/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.24:80>
        ServerAdmin webmaster@localhost
    	ServerName mywebapp6.com
        DocumentRoot "C:/Apache_Server/Apache2/htdocs/MyWebApp6"
    	RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/Apache_Server/Apache2/htdocs/MyWebApp6">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
    		AddHandler fastcgi-script .fcgi
        </Directory>
        ServerSignature EMail
    	RewriteRule /MyWebApp6(.*)$ /MyWebApp6/public/dispatch.fcgi$1 [QSA,L]
    </VirtualHost>
    
    <VirtualHost 192.168.1.24:80>
    	ServerName sempron
        DocumentRoot "C:/Apache_Server/Apache2/htdocs"
    	RewriteEngine On
        RewriteCond %{REQUEST_FILENAME} !-f
        <Directory "C:/Apache_Server/Apache2/htdocs">
            AllowOverride None
            Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
            Order allow,deny
            Allow from all
    		AddHandler fastcgi-script .fcgi
        </Directory>
        ServerSignature EMail
    	RewriteRule /MyWebApp6(.*)$ /MyWebApp6/public/dispatch.fcgi$1 [QSA,L]
    	#RewriteRule /MyWebApp6$ /MyWebApp6/public/dispatch.fcgi [QSA,L]
    </VirtualHost>
    Tous les fichiers sont dans le zip.

    Merci.

    Krys006
    Images attachées Images attachées     
    Fichiers attachés Fichiers attachés

  5. #5
    Membre confirmé
    Profil pro
    Développeur Full Stack
    Inscrit en
    Novembre 2007
    Messages
    101
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations professionnelles :
    Activité : Développeur Full Stack

    Informations forums :
    Inscription : Novembre 2007
    Messages : 101
    Par défaut
    Nouvelle précision :

    Ayant un doute sur le fonctionnement du script perl, je fais les tests suivants :

    Le PC 1 => IP=192.168.1.10 (IP dynamique)

    Le PC 2 => IP=192.168.1.20 (IP statique)

    Je fais tourner le script perl qui lance un serveur web écoutant sur 0.0.0.0:3000 sur le PC1.

    Sur le PC 2, 192.168.1.10:3000 me fournit bien la page d'accueil du site en question.

    sur le PC 1, 0.0.0.0:3000, 127.0.0.1:3000 n'aboutissent pas, ni 192.1.168.10:3000.


    En effectuant l'opération inverse :

    Sur le PC 1, 192.168.1.20:3000 fournit la page d'accueil du site (qui tourne sur le PC2).

    Sur le PC2, 0.0.0.0:3000 ne marche pas, alors qu'en revanche, 127.0.0.1:3000 fonctionne, ainsi que 192.168.1.20:3000.


    J'ai bien la preuve que le problème ne vient pas du script perl.

    Est-ce que quelqu'un peut me dire si je me torture l'esprit pour rien ou bien y a-t-il un réel problème avec 0.0.0.0:3000 sur mon réseau ?

    Krys006

Discussions similaires

  1. VC++ Direct3D8, problème avec LPD3DXFONT et LPD3DTEXTURE8
    Par Magus (Dave) dans le forum DirectX
    Réponses: 3
    Dernier message: 03/08/2002, 11h10
  2. Problème avec [b]struct[/b]
    Par Bouziane Abderraouf dans le forum CORBA
    Réponses: 2
    Dernier message: 17/07/2002, 10h25
  3. Problème avec le type 'Corba::Any_out'
    Par Steven dans le forum CORBA
    Réponses: 2
    Dernier message: 14/07/2002, 18h48
  4. Problème avec la mémoire virtuelle
    Par Anonymous dans le forum CORBA
    Réponses: 13
    Dernier message: 16/04/2002, 16h10

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