Re: [EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Min-Hua Luo
Hi Joshua, Sorry bother you again. I am having problem to implement custom error page for HTTP 403 (Forbidden) error. This is my configuration: ServerName default.only ErrorDocument 403 /error_pages/forbidden.html Order allow,deny Deny from all

Re: [EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Min-Hua Luo
Joshua, I am now able to protect my virtual host by using Forbidden page, words cannot express my appreciation. You're a great help to me! Thanks a lot to you! James Joshua Slive <[EMAIL PROTECTED]> wrote: On 7/18/07, Min-Hua Luo wrote: > Hi, > > I have two virtual hosts defined in

Re: [EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Joshua Slive
On 7/18/07, Min-Hua Luo <[EMAIL PROTECTED]> wrote: Hi, I have two virtual hosts defined in httpd.conf Listen 12311 NameVirtualHost *:12311 ServerName twpdev.ora.fda.gov DocumentRoot /u07/twpdev ServerAdmin [EMAIL PROTECTED] ErrorLog /u07/twpdev_error_log Listen 12312 NameVi

[EMAIL PROTECTED] virtual host problem

2007-07-18 Thread Min-Hua Luo
Hi, I have two virtual hosts defined in httpd.conf Listen 12311 NameVirtualHost *:12311 ServerName twpdev.ora.fda.gov DocumentRoot /u07/twpdev ServerAdmin [EMAIL PROTECTED] ErrorLog /u07/twpdev_error_log Listen 12312 NameVirtualHost *:12312

Re: [EMAIL PROTECTED] virtual host problem

2007-04-11 Thread Roberto Tortolero
thaks Stefan, thanks to all, i've resolved the problem, the only thing that i have to do was to declare several virtualhost, one for every domain and VOILA!! that was all.. I really aprecciated the help of the group, thanks a lot... On 4/11/07, Stefan Schneider <[EMAIL PROTECTED]> wrote

Re: [EMAIL PROTECTED] virtual host problem

2007-04-11 Thread Stefan Schneider
Hi Roberto, I've readed that Apache begins with the first VirtualHost and if he don't find any virtualhost with an address or ip configured for that url he just take the first virtualhost. So... this is the problem Mind posting the small part of your httpd.conf where you configured the vhosts

Re: [EMAIL PROTECTED] virtual host problem

2007-04-11 Thread Roberto Tortolero
AIL PROTECTED] Sent: Tue 4/10/2007 5:41 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] virtual host problem Hi, i want to put on my apache server 2 or 3 diferents sites, i've been triying with the virtualhost command but i always end up in same site. I need tu host 2 sites, tuofici

RE: [EMAIL PROTECTED] virtual host problem

2007-04-10 Thread Gonzalez, Miguel
PROTECTED] Sent: Tue 4/10/2007 5:41 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] virtual host problem Hi, i want to put on my apache server 2 or 3 diferents sites, i've been triying with the virtualhost command but i always end up in same site. I need tu host 2 sites, tuoficio.co

[EMAIL PROTECTED] virtual host problem

2007-04-10 Thread Roberto Tortolero
Hi, i want to put on my apache server 2 or 3 diferents sites, i've been triying with the virtualhost command but i always end up in same site. I need tu host 2 sites, tuoficio.com and vasa.com in my apache server, so, i redirect and do everything of what the tutorial said on the apache web site, b

Re: [EMAIL PROTECTED] Virtual host Problem

2006-07-14 Thread Ashutosh Mohanty
Hi siva, giving a dot didn't work for me., I have already tried it ,but thanks - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Friday, July 14, 2006 5:28 PM Subject: Re: [EMAIL PROTECTED] Virtual host Problem > I assume you are on the same network of 192.16

Re: [EMAIL PROTECTED] Virtual host Problem

2006-07-14 Thread sivakumarb
I assume you are on the same network of 192.168.x.x Have you tried adding (.) dot in the end of 192.168 on Allow Directive. Like below: Allow from 192.168. 127.0.0.1 Siva > Hi, > the following is my virtual host setting for our companies internal > webserver,is their anything worng,because in

[EMAIL PROTECTED] Virtual host Problem

2006-07-14 Thread Ashutosh Mohanty
Hi, the following is my virtual host setting for our companies internal webserver,is their anything worng,because in web browser when ever i try to access it s saying "you have no permmision to access this on port 80" ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/ashutosh/html