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]

 




> <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]

  Powered by Linux