hi, i tried adding an "allow from 127.0.0.1", but that didn't do it, i still get denied from the server. any other suggestions?
vora > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Arend > Sent: Tuesday, January 21, 2003 9:47 AM > To: [EMAIL PROTECTED] > Subject: Re: apache question > > > On Tue, 21 Jan 2003, vvor wrote: > > > as long as we are talking about apache... > > > > i have a virtual web to which i deny from outside my net. however, i can't > > access it from the server computer, 192.168.0.1. everyone else can > access it, > > though. > > > > <VirtualHost *> > > ServerName www.MyVirtualDomain.com > > DocumentRoot /web/MyVirtualDomain.com > > DirectoryIndex Index.php > > <Directory "/web/####.com"> > > AllowOverride None > > Order Allow,Deny > > Allow from 192.168.0.0/255.255.255.0 > > </Directory> > > > > Is there something I need to do with Hosts? I am lost... > > > Add allow from 127.0.0.1 ?? > > -- > Arend > > > > _______________________________________________ > Seawolf-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/seawolf-list _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
