From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JYPc5-0001Yf-5N for garchives@archives.gentoo.org; Sun, 09 Mar 2008 17:47:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D90E04E2; Sun, 9 Mar 2008 17:47:06 +0000 (UTC) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by pigeon.gentoo.org (Postfix) with ESMTP id B8022E04E2 for ; Sun, 9 Mar 2008 17:47:05 +0000 (UTC) Received: by wa-out-1112.google.com with SMTP id k34so1828748wah.10 for ; Sun, 09 Mar 2008 10:47:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CXPaNuHjK0DDOhCbfVmW3+qZOxjyW2+HJopug1dAJRE=; b=SjasbmeVzaVreJPYWr8+L3L49UbXnilXeAnr284S03uE36bKeeb3pzy8C81GRZF6bmQiil1aVkmcxG+5y3HrnI/uHo0dpfqwGLX5PSPcTCUceJwswYxKA9OQbGbhk2mEVtYr6319j345RHg6a4xW3SuHH1xVZfrAggwfDESJ38M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fmfol0wXqhKvVQrP1QI7U1xktXPUeP21Fk8s5IR9c2pQ0VyEVvSfsOCDv2UZB9KNWuHCiPZH7iVds3t4mnFEwqHE6Tb1q7IOUSXdHEF5/2VksZIX/26mWqJTHcNYF+rAocpCbKg+nKS77Nrzn9dn4vPWlRXLhL4jgY+owuP3oUE= Received: by 10.114.107.19 with SMTP id f19mr2152637wac.113.1205084824645; Sun, 09 Mar 2008 10:47:04 -0700 (PDT) Received: by 10.115.15.10 with HTTP; Sun, 9 Mar 2008 10:47:04 -0700 (PDT) Message-ID: Date: Sun, 9 Mar 2008 19:47:04 +0200 From: "Elyahou ITTAH" To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Fwd: apache vhost issue... In-Reply-To: <002501c881fd$826efd40$874cf7c0$@com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5251dbe30803090735s2e4d0e2dj2f09f7037f1436a@mail.gmail.com> <5251dbe30803090745s73af5eadib0e648315d61a042@mail.gmail.com> <001501c881f6$81a68150$84f383f0$@com> <002001c881fb$e1ac9ee0$a505dca0$@com> <002501c881fd$826efd40$874cf7c0$@com> X-Archives-Salt: 67ddca69-4216-4a1d-a42e-4799e6e15139 X-Archives-Hash: f585b93adddbe3a29d99dd21cc6a6417 2008/3/9, cypherstrong : > Could you post default vhost configuration ? > >in your host file. >You just need this host have the ip address you contact in host file # cat /etc/hosts 127.0.0.1 localhost 91.121.117.202 ns201241.ovh.net # IPV6 versions of localhost and co ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts 127.0.0.1 localhost # cat /etc/apache2/vhosts.d/00_default_vhost.conf # Virtual Hosts # # 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 # # for further details before you try to setup virtual hosts. # # You may use the command line option '-S' to verify your virtual host # configuration. # see bug #178966 why this is in here # Listen: Allows you to bind Apache to specific IP addresses and/or # ports, instead of the default. See also the # 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 80 # Use name-based virtual hosting. NameVirtualHost *:80 # When virtual hosts are enabled, the main host defined in the default # httpd.conf configuration will go away. We redefine it here so that it is # still available. # # If you disable this vhost by removing -D DEFAULT_VHOST from # /etc/conf.d/apache2, the first defined virtual host elsewhere will be # the default. ServerName www.helpermaster.fr Include /etc/apache2/vhosts.d/default_vhost.include ErrorLog /var/www/localhost/log/error.log CustomLog /var/www/localhost/log/access.log combined ServerEnvironment apache apache # vim: ts=4 filetype=apache # cat /etc/apache2/vhosts.d/default_vhost.include # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com ServerAdmin admins.services@gmail.com # DocumentRoot: The directory out of which you will serve your # documents. By default, all requests are taken from this directory, but # symbolic links and aliases may be used to point to other locations. # # If you change this to something that isn't under /var/www then suexec # will no longer work. DocumentRoot "/var/www/localhost/htdocs" # This should be changed to whatever you set DocumentRoot to. # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.apache.org/docs/2.2/mod/core.html#options # for more information. Options Indexes FollowSymLinks # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit AllowOverride All # Controls who can get stuff from this server. Order allow,deny Allow from all # Redirect: Allows you to tell clients about documents that used to # exist in your server's namespace, but do not anymore. The client # will make a new request for the document at its new location. # Example: # Redirect permanent /foo http://www.example.com/bar # Alias: Maps web paths into filesystem paths and is used to # access content that does not live under the DocumentRoot. # Example: # Alias /webpath /full/filesystem/path # # If you include a trailing / on /webpath then the server will # require it to be present in the URL. You will also likely # need to provide a section to allow access to # the filesystem path. # ScriptAlias: This controls which directories contain server scripts. # ScriptAliases are essentially the same as Aliases, except that # documents in the target directory are treated as applications and # run by the server when requested rather than as documents sent to the # client. The same rules about trailing "/" apply to ScriptAlias # directives as to Alias. ScriptAlias /cgi-bin/ "/var/www/localhost/cgi-bin/" # "/var/www/localhost/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory exists, if you have that configured. AllowOverride None Options None Order allow,deny Allow from all # vim: ts=4 filetype=apache -- gentoo-user@lists.gentoo.org mailing list