Eric Covener a écrit :
On Tue, Jan 6, 2009 at 9:27 AM, john.swilting@xxxxxxxxxx <john.swilting@xxxxxxxxxx> wrote:I apply the changes. the same resultPaste your current virtual-host related config, and the URL you're requesting.
# # Use name-based virtual hosting. # NameVirtualHost *:80 # # NOTE: NameVirtualHost cannot be used without a port specifier # (e.g. :80) if mod_ssl is being used, due to the nature of the # SSL protocol. # # # VirtualHost example: # Almost any Apache directive may go into a VirtualHost container. # The first VirtualHost section is used for requests without a known # server name. # #<VirtualHost *:80> # ServerAdmin webmaster@xxxxxxxxxxxxxxxxxxxxxx # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com # ErrorLog logs/dummy-host.example.com-error_log # CustomLog logs/dummy-host.example.com-access_log common #</VirtualHost> <VirtualHost *:80> DocumentRoot "/home/renelacroute/public_html" ServerName http://www.renelacroute.fr ServerAlias http://renelacroute.fr ServerAdmin postmaster@xxxxxxxxxxxxxxx ErrorLog logs/renelacroute.fr-error_log CustomLog logs/renelacroute.fr-access_log common <Directory "/home/renelacroute/public_html"> allow from all Options +Indexes </Directory> </VirtualHost> <VirtualHost *:80> DocumentRoot "/home/fakessh/public_html" ServerName http://www.fakessh.eu ServerAlias http://fakessh.eu ServerAdmin postmaster@xxxxxxxxxx ErrorLog logs/www.fakessh.eu-error_log CustomLog logs/www.fakessh.eu-access_log common <Directory "/home/fakessh/public_html"> allow from all Options +Indexes </Directory> </VirtualHost> http://renelacroute.fr http://www.renelacroute.fr http://fakessh.eu http://www.fakessh.eu --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx