Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 56476 invoked from network); 13 Aug 2007 21:49:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Aug 2007 21:49:02 -0000 Received: (qmail 94618 invoked by uid 500); 13 Aug 2007 21:48:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94605 invoked by uid 500); 13 Aug 2007 21:48:49 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 94594 invoked by uid 99); 13 Aug 2007 21:48:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Aug 2007 14:48:49 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,MISSING_MID,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chakan@gmx.de designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 13 Aug 2007 21:48:44 +0000 Received: (qmail invoked by alias); 13 Aug 2007 21:48:20 -0000 Received: from ip-90-187-1-36.web.vodafone.de (EHLO nbkchakan) [90.187.1.36] by mail.gmx.net (mp040) with SMTP; 13 Aug 2007 23:48:20 +0200 X-Authenticated: #183328 X-Provags-ID: V01U2FsdGVkX19gWBMN09BgpHGSWMDvECo8ngAy+vLoRGSwCYV5jD ufPRAQbN6j3cVt From: "Chakan" To: Date: Mon, 13 Aug 2007 23:43:04 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0054_01C7DE03.B43BBAF0" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: Acfd8dX3Z2oCmdvhTLuDfyQ+zVuA/wAAFvLw X-Antivirus: avast! (VPS 000765-1, 13.08.2007), Outbound message X-Antivirus-Status: Clean X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org Message-Id: <20070813214851.57157724A00@athena.apache.org> Subject: RE: [users@httpd] Urgent : Configure multiple websites ------=_NextPart_000_0054_01C7DE03.B43BBAF0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit This side will not help! Because the httpd.conf in the Apache 2.2.4 work different. Kranti, please do following steps: Please configure httpd.conf as below: # Virtual hosts Include conf/extra/httpd-vhosts.conf Then please open in the folder C:\Program Files\Apache Software Foundation\Apache2.2\conf\extra the file httpd-vhosts.conf and change only the temporary information with your informations. Here an example: NameVirtualHost *:80 ServerAdmin webmaster@testing.local DocumentRoot "C:/wwwroot" ServerName testing.local ServerAlias www.testing.local ErrorLog C:/wwwroot/logs/error_apache.txt CustomLog C:/wwwroot/logs/access_apache.txt common AllowOverride All Options Indexes FollowSymLinks Order allow,deny Allow from all Okay? And you have to put also under virtual host the Servername and Serveralias in the Windows host C:\WINDOWS\system32\drivers\etc Open the file hosts And write 127.0.0.1 testing.local Then open the internet explorer and write http://testing.local Kind regards, Ch _____ From: Craig Huffstetler [mailto:craig.huffstetler@gmail.com] Sent: 13 August 2007 23:35 To: users@httpd.apache.org Subject: Re: [users@httpd] Urgent : Configure multiple websites Then see: http://apptools.com/phptools/virtualhost.php For a guide based on Windows files/folders. The syntax is still the same, however. Cheers, Craig On 8/13/07, Kranti K K Parisa [GetSet-India] wrote: Hi, I am using apache_2.2.4-win32-x86-no_ssl.msi on windows 2003 server. Thanks, Kranti On 8/14/07, Chakan < chakan@gmx.de > wrote: Hello Kranti, which version of Apache do you use and with which operation system? Kind regards, Ch _____ From: Kranti K K Parisa [GetSet-India] [mailto:kranti.parisa@gmail.com ] Sent: 13 August 2007 23:23 To: users@httpd.apache.org Subject: [users@httpd ] Urgent : Configure multiple websites Hi, I am pretty much new to Apache. Earlier was working on IIS where creating websites thru UI is a bit easy. Please help me to create multiple websites, which are hosted on same computer (means with same IP address but different domain names) each domain should point to different folders so that content from website to website can be varied. Thanks in advance Regards, Kranti -- ------------------ Best Regards Kranti Kiran Kumar Parisa Mobile: +91 - 9849 ... +91 - 9391 - 438 - 738 -- Craig Huffstetler ------=_NextPart_000_0054_01C7DE03.B43BBAF0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
This side will not help! Because the httpd.conf = in the=20 Apache 2.2.4 work different.
Kranti, please do following = steps:
 
Please configure httpd.conf as = below:
 
# Virtual hosts
Include=20 conf/extra/httpd-vhosts.conf
 
Then please open in the = folder
C:\Program Files\Apache Software=20 Foundation\Apache2.2\conf\extra
 
the file httpd-vhosts.conf and change only the = temporary=20 information with your informations.
 
Here an example:
 
NameVirtualHost *:80
 
<VirtualHost *:80>
    = ServerAdmin=20 webmaster@testing.local =
   =20 DocumentRoot "C:/wwwroot"
   =20 ServerName testing.local
    ServerAlias www.testing.local
  &n= bsp;=20 ErrorLog C:/wwwroot/logs/error_apache.txt
    = CustomLog=20 C:/wwwroot/logs/access_apache.txt common
    = <Directory=20 "C:/wwwroot">
    AllowOverride All
   =  Options Indexes FollowSymLinks
    Order=20 allow,deny
    Allow from all
   =20 </Directory>
</VirtualHost>
 
Okay?
 
And you have to put also under virtual host the = Servername=20 and Serveralias in the Windows host
C:\WINDOWS\system32\drivers\etc
Open the file hosts
 
And write
127.0.0.1 testing.local
 
 
Then open the internet explorer and write http://testing.local
 
Kind regards,
Ch
 


From: Craig Huffstetler=20 [mailto:craig.huffstetler@gmail.com]
Sent: 13 August 2007=20 23:35
To: users@httpd.apache.org
Subject: Re: = [users@httpd]=20 Urgent : Configure multiple websites

Then see:
 
http://apptools.com= /phptools/virtualhost.php
 
For a guide based on Windows files/folders.
 
The syntax is still the same, however.
 
Cheers,
 
Craig

 
On 8/13/07, Kranti K K=20 Parisa [GetSet-India] <kranti.parisa@gmail.com>=20 wrote:=20
Hi,

I=20 am using apache_2.2.4-win32-x86-no_ssl.msi on windows 2003=20 server.

Thanks, Kranti=20


On 8/14/07, Chakan=20 < chakan@gmx.de> = wrote:=20
Hello=20 Kranti,
which=20 version of Apache do you use and with which operation=20 system?
Kind=20 regards,
Ch


From: Kranti K K Parisa = [GetSet-India]=20 [mailto:kranti.parisa@gmail.com ]
Sent: 13 = August 2007=20 23:23
To: users@httpd.apache.org
Subject: = [users@httpd ]=20 Urgent : Configure multiple websites

 
Hi,

I am pretty much new to Apache. Earlier was = working on=20 IIS where creating websites thru UI is a bit easy.

Please = help me to=20 create multiple websites, which are hosted on same computer (means = with same=20 IP address but different domain names) each domain should point to = different=20 folders so that content from website to website can be varied.=20

Thanks in advance


Regards, Kranti=20



--
------------------
Best Regards
Kranti Kiran = Kumar=20 Parisa
Mobile: +91 - 9849=20 = ...
           =  +91=20 - 9391 - 438 - 738



--
Craig=20 Huffstetler ------=_NextPart_000_0054_01C7DE03.B43BBAF0--