Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 76200 invoked from network); 10 Sep 2004 00:43:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 10 Sep 2004 00:43:21 -0000 Received: (qmail 83986 invoked by uid 500); 10 Sep 2004 00:42:58 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 83927 invoked by uid 500); 10 Sep 2004 00:42:56 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 83912 invoked by uid 99); 10 Sep 2004 00:42:56 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=DNS_FROM_RFC_ABUSE,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [206.190.39.118] (HELO web52410.mail.yahoo.com) (206.190.39.118) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 09 Sep 2004 17:42:55 -0700 Message-ID: <20040910004253.1803.qmail@web52410.mail.yahoo.com> Received: from [204.210.8.236] by web52410.mail.yahoo.com via HTTP; Thu, 09 Sep 2004 17:42:53 PDT Date: Thu, 9 Sep 2004 17:42:53 -0700 (PDT) From: To: users@httpd.apache.org, Eugene In-Reply-To: <20040909211715.81045.qmail@web52404.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Checked: Checked Subject: Re: [users@httpd] Multiple Virtual Hosts Problem X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N i disabled CGI PHP 4.3.8 from apache and now apache responds and sends me to the correct folder - c:\web\site1. what in the php.ini file could impact how apache handles virtual hosts? somone had a similar problem and mentioned the solution was "aliases" without further explanation. tia... --- operationsengineer1@yahoo.com wrote: > could this be a port issue? i use my laptop for > work > and they have mcafee installed and it doesn't easily > shut down (i tried to shut it down and didn't > succeed, > but may have to try harder). > > can i use a different port beside 80 to avoid > potential conflicts? do i have to update my hosts > file to send the signal on a port besides 80? > > i tried updating my httpd.conf to 8080 and i still > got > taken to c:\web instead of c:\web\site1. > > could this be an alias issue? i'm shooting in the > dark b/c i've spent 3 days searching for a solution > and none have worked to date. > > > --- operationsengineer1@yahoo.com wrote: > > > in both cases, i am still taken back to my web > > server's root directory - C:/web - instead of the > > intended directory - C:/web/site1. > > > > > > --- Eugene > > wrote: > > > > > Hello operationsengineer1, try to configure Name > > > Based virtual host: > > > > > > DocumentRoot "C:/web/site1" > > > ServerName site1.com > > > > > > > > > Or you can try to change IP binding(your vhosts > > (or > > > hosts on Windows) file): > > > 127.0.0.1 localhost > > > 127.0.0.2 site1.com > > > > > > then configure Vhost: > > > > > > DocumentRoot "C:/web/site1" > > > ServerName site1.com > > > > > > > > > > > > Wednesday, September 8, 2004, 9:47:03 PM, you > > wrote: > > > > > > > Hi all, i'm having trouble getting multiple > > > virtual > > > > hosts to recognize subdirectories of my web > > server > > > > root directory. i go over my phpini, hosts and > > > > httpd.conf file additions/edits and then i > > discuss > > > the > > > > unexpected results that i'm getting. tia for > any > > > > suggestions to get back to the land of the > > > expected. > > > > > > > > > > PHP.INI FILE > > > > > > > doc_root = "c:\web" > > > > extension_dir = "c:\php\extensions" > > > > extension=php_pgsql.dll > > > > extension=php_dbg.dll-4.3.6 > > > > > > > > > > HOSTS > > > > > > > 127.0.0.1 localhost > > > > 127.0.0.1 site1.com > > > > > > > > > > HTTPD.CONF > > > > > > > ServerName localhost > > > > ... > > > > DocumentRoot "C:/web" > > > > ... > > > > > > > > ... > > > > DirectoryIndex index.php index.htm index.html > > > > ... > > > > SetEnv PHPRC "c:/php" > > > > ScriptAlias /php/ "c:/php/" > > > > AddType application/x-httpd-php .php > > > > AddType application/x-httpd-php .htm > > > > AddType application/x-httpd-php .html > > > > Action application/x-httpd-php "/php/php.exe" > > > > ... > > > > NameVirtualHost 127.0.0.1 > > > > > > > > DocumentRoot "C:/web" > > > > ServerName site1.com > > > > > > > > > > > when i type in localhost or site1.com into my > > > browser, > > > > i'm taken to the index.php file in c:\php as > one > > > > wouold expect. however, when i update my > > > virtualhost > > > > directive to... > > > > > > > NameVirtualHost 127.0.0.1 > > > > > > > > > > > DocumentRoot "C:/web/site1" > > > > ServerName site1.com > > > > > > > > > > > then i get taken right back to C:/web instead > of > > > > C:/web/site1 when i type in site1.com. i can't > > get > > > > apache to recognize lower level folders using > > the > > > > virtualhost directive. > > > > > > > any help would be appreciated... > > > > > > > > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Yahoo! Mail - 50x more storage than other > > > providers! > > > > http://promotions.yahoo.com/new_mail > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > The official User-To-User support forum of the > > > Apache HTTP Server Project. > > > > See > > > > for more info. > > > > To unsubscribe, e-mail: > > > users-unsubscribe@httpd.apache.org > > > > " from the digest: > > > users-digest-unsubscribe@httpd.apache.org > > > > For additional commands, e-mail: > > > users-help@httpd.apache.org > > > > > > > > > > > > -- > > > Best regards, > > > Eugene > > > mailto:httpd.subscribe@infosatgeomatica.com > > > > > > > > > > > > --------------------------------------------------------------------- > > > The official User-To-User support forum of the > > > Apache HTTP Server Project. > > > See > > for > > > more info. > > > To unsubscribe, e-mail: > > > users-unsubscribe@httpd.apache.org > > > " from the digest: > > > users-digest-unsubscribe@httpd.apache.org > > > For additional commands, e-mail: > > > users-help@httpd.apache.org > > > > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Tired of spam? Yahoo! Mail has the best spam > > protection around > > http://mail.yahoo.com > > > > > --------------------------------------------------------------------- > > The official User-To-User support forum of the > > Apache HTTP Server Project. > > See > for > > more info. > > To unsubscribe, e-mail: > > users-unsubscribe@httpd.apache.org > > " from the digest: > > users-digest-unsubscribe@httpd.apache.org > > For additional commands, e-mail: > > users-help@httpd.apache.org > > > === message truncated === _______________________________ Do you Yahoo!? Shop for Back-to-School deals on Yahoo! Shopping. http://shopping.yahoo.com/backtoschool --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org