Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Kranti K K Parisa [GetSet-India]
> 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 Huffste

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Tony Stevenson
Kranti, Have a look at this: http://wiki.apache.org/httpd/ExampleVhosts This has example of exactly what you are trying to do, albeit in a Linux environment. Just remember, don't use "\" rather use "/" i.e "C:/Apache/htdocs/www.example.com" You basically need: NameVirtualHost *:80 Ser

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Kranti K K Parisa [GetSet-India]
apache_2.2.4-win32-x86-no_ssl.msi on windows 2003 server. > > > > Thanks, Kranti > > > > On 8/14/07, Chakan < [EMAIL PROTECTED]> wrote: > > > > > > Hello Kranti, > > > which version of Apache do you use and with which operation system? > > > Kind regards, > > >

RE: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Chakan
ubject: Re: [EMAIL PROTECTED] 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] <[EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Kranti K K Parisa [GetSet-India]
Hi, Somehow I found that I need to define VirtualHost definitions. But in apache_2.2.4-win32-x86-no_ssl.msi version, I can see a file under conf/extra folder with the name httpd-vhosts.conf, where NameVirtualHost and other tags are there. whats the issue is, I need to define 3 websites 1) www.ab

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Craig Huffstetler
- > > *From:* Kranti K K Parisa [GetSet-India] [mailto:[EMAIL PROTECTED] > > > > *Sent:* 13 August 2007 23:23 > > *To:* users@httpd.apache.org > > *Subject:* [EMAIL PROTECTED] Urgent : Configure multiple websites > > > > >

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Kranti K K Parisa [GetSet-India]
--- > *From:* Kranti K K Parisa [GetSet-India] [mailto:[EMAIL PROTECTED] > *Sent:* 13 August 2007 23:23 > *To:* users@httpd.apache.org > *Subject:* [EMAIL PROTECTED] Urgent : Configure multiple websites > > Hi, > > I am pretty much new to Apache. Earlier was workin

Re: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Craig Huffstetler
Greetings, Please see: http://www.apacheweek.com/features/vhost and/or http://httpd.apache.org/docs/1.3/vhosts/name-based.html For information on what you are trying to accomplish. It will be accomplished by modifying the httpd.conf file. Sincerely, Craig On 8/13/07, Kranti K K Parisa [GetSet

RE: [EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Chakan
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:[EMAIL PROTECTED] Sent: 13 August 2007 23:23 To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Urgent : Configure multiple websites

[EMAIL PROTECTED] Urgent : Configure multiple websites

2007-08-13 Thread Kranti K K Parisa [GetSet-India]
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