Eric Covener a écrit :
On Tue, Jan 6, 2009 at 9:27 AM, john.swilt...@wanadoo.fr
<john.swilt...@wanadoo.fr> wrote:

I apply the changes. the same result

Paste 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 webmas...@dummy-host.example.com
#    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 postmas...@renelacroute.fr
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 postmas...@fakessh.eu
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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to