RE: Re: Problem accessing vqadmin via virutal Hosts and IE 6

"David Petruzzella" <[email protected]> Fri, 16 Jan 2004 14:34:35 -0500
Newsgroups gmane.mail.vqadmin
Message-ID <[email protected]>
Oops the error got offset I meant to point it to 403.
 
-----Original Message-----
From: David Petruzzella [mailto:[email protected]] 
Sent: Friday, January 16, 2004 2:31 PM
To: [email protected]
Subject: [vqadmin] Re: Problem accessing vqadmin via virutal Hosts and
IE 6
 
The problem I am having is when I connect to vqadmin using ie and I go
to the server name I get the login prompt, but after I successfully
login I get routed to the apache test page.  Below is an attatchment of
what I see in the access_log for apache and an excerpt from my
httpd.conf file.  It works fine if connect locally from the server, but
otherwise it doesn't work and I am looking for suggestions as to what
can be wrong.  If there is like a chat room or something that I can join
to get live help.
 
Note Ip addresses are hidden as well as any important information.
 
Access_log
192.168.2. - - [16/Jan/2004:11:44:06 -0500] "GET / HTTP/1.1" 403 2898
"-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"
^
 
|----- If I am correct this is the access denied error.
 
httpd.conf
 
<Directory "/var/www/cgi-bin/vqadmin">
   deny from all
   Options ExecCGI
   AllowOverride AuthConfig
   Order deny,allow
</Directory>
 
 
<VirtualHost 192.168.2.*:80> 
ServerName test.test.com
DocumentRoot /var/www/cgi-bin/vqadmin/html
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/vqadmin/"
</VirtualHost>