![]() |
| Le forum de référence en programmation et développement. Articles, cours et tutoriels du débutant au chef de projet et DBA confirmé. | |||||||
|
|||||||
| Debian Vos questions sur la distribution Debian |
![]() |
|
|
Outils de la discussion |
|
|
#1 (permalink) |
|
Nouveau membre du Club
![]() Date d'inscription: octobre 2005
Messages: 78
|
Bonjour tout monde
Je suis debutant de debian Je voudrais créer un serveur chez moi sous debian 4 c'est pour cette raison j'ai installé server Xampp à grace ce tuto http://www.siteduzero.com/tuto-3-19837 [...] ux-xampp.html Je l'ai réussit installé et faire le test mon fichier index.php avec l'adresse locale suivante: http://127.0.0.1 ça marche tres bien. Quand j'ai tapé l'adresse http://192.168.1.xx sur la barre navigation d'iceweasel qu'il a changé l'adresse http://192.168.0.5/xampp/ Voici le message Code :
404 Not Found The requested URL /xampp/ was not found on this server. Apache/2.2.8 (Unix) DAV/2 mod_ssl/2.2.8 OpenSSL/0.9.8e PHP/5.2.5 mod_apreq2-20051231/2.6.0 mod_perl/2.0.2 Perl/v5.10.0 Server at 192.168.0.5 Port 80 Dans fichier /opt/lampp/etc/httpd.conf je l'ai bien configuré voici Code :
DocumentRoot "/home/hvd/www" et <Directory "/home/hvd/www"> Options Indexes FollowSymLinks Includes AllowOverride All Order allow,deny Allow from all </Directory> Comment configurer le Xampp pour l'adresse ip lan 192.168.1.xx ? Est ce que vous pourriez m'aider s'il vous plait. |
|
|
|
|
|
#2 (permalink) |
|
Membre Confirmé
![]() Date d'inscription: septembre 2006
Messages: 237
|
Cherche dans ton /opt/lampp/etc/httpd.conf
Code :
# # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the <VirtualHost> # directive. # # Change this to Listen on specific IP addresses as shown below to # prevent Apache from glomming onto all bound IP addresses. # Listen 12.34.56.78:80 Listen 192.168.1.xx :80 Listen 80
__________________
=================================== ===Accroche ta charrue à l'Open source=== =================================== |
|
|
|
![]() |
![]() |
||
Comment configurer le Xampp pour l'adresse ip lan
|
||
| Outils de la discussion | |
|
|