Re Bonjour
Je parle de serveur web.
pour plus de précision.j'ai un domaine mon-domaine.com,et sur mon serveur j'ai une connexion ADSL via un routeur,pour remedier le probleme d adresse ip dynamique de mon FAI,j'ai choisi comme solution no-ip.ca marche nikel "mon-site.no-ip.biz",
j'ai mit dans le champ DNS de mon domaine "mon-site.no-ip.biz" pour qu'il pointe sur mon serveur en permanence. et sur mon serveur apache j'ai cette configuraion :
fichier httpd-vhosts.conf
NameVirtualHost www.mon-domaine.com
<VirtualHost www.mon-domaine.com>
ServerAdmin webmaster@mon-domaine.com
DocumentRoot /var/www/html
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/var/www/html ">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
HostnameLookups On
ErrorDocument 403 http://mon-domaine.com/error403/
ErrorDocument 404 http://mon-domaine.com/error404/
</Directory>
ServerName www.mon-domaine.com
#ErrorLog logs/www.mon-site.com-error_log
#TransferLog logs/www.mondomaine-access_log
</VirtualHost>
----------------------
quand je tape www.mon-domaine.com ca donne rien,sachant que avec l'adresse mon-site.no-ip.biz ca marche.
???????????
Je parle de serveur web.
pour plus de précision.j'ai un domaine mon-domaine.com,et sur mon serveur j'ai une connexion ADSL via un routeur,pour remedier le probleme d adresse ip dynamique de mon FAI,j'ai choisi comme solution no-ip.ca marche nikel "mon-site.no-ip.biz",
j'ai mit dans le champ DNS de mon domaine "mon-site.no-ip.biz" pour qu'il pointe sur mon serveur en permanence. et sur mon serveur apache j'ai cette configuraion :
fichier httpd-vhosts.conf
NameVirtualHost www.mon-domaine.com
<VirtualHost www.mon-domaine.com>
ServerAdmin webmaster@mon-domaine.com
DocumentRoot /var/www/html
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory "/var/www/html ">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
HostnameLookups On
ErrorDocument 403 http://mon-domaine.com/error403/
ErrorDocument 404 http://mon-domaine.com/error404/
</Directory>
ServerName www.mon-domaine.com
#ErrorLog logs/www.mon-site.com-error_log
#TransferLog logs/www.mondomaine-access_log
</VirtualHost>
----------------------
quand je tape www.mon-domaine.com ca donne rien,sachant que avec l'adresse mon-site.no-ip.biz ca marche.
???????????