Re: Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: users <users@xxxxxxxxxxxxxxxx>
- Subject: Re: Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow
- From: Igor Cicimov <icicimov@xxxxxxxxx>
- Date: Sat, 22 Jun 2013 10:42:09 +1000
- In-reply-to: <CAOOgZ2=a95csatcDpKEa=mF6Fv8JHqyZ9tiN74=6Z2N4Cv_Z4w@mail.gmail.com>
- Reply-to: users@xxxxxxxxxxxxxxxx
> <VirtualHost *:80>
> ServerName test
> ServerAlias test
> DocumentRoot /home/user3/public_html/test
> <IfModule mod_fcgid.c>
> SuexecUserGroup test test
> <Directory /home/user3/public_html/test>
> Order Deny,Allow
> Deny from all
> Allow from xxx.xxx.xxx.xxx 127
>
Assuming its not the file permission have you tried
Order Allow,Deny
Allow from xxx.xxx.xxx.xxx 127
Deny from all
?
[Index of Archives]
[Open SSH Users]
[Linux ACPI]
[Linux Kernel]
[Linux Laptop]
[Kernel Newbies]
[Security]
[Netfilter]
[Bugtraq]
[Squid]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Samba]
[Video 4 Linux]
[Device Mapper]