Last active
December 15, 2015 06:19
Revisions
-
mitchkramez renamed this gist
Oct 15, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Mitch Kramer revised this gist
Jul 2, 2013 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,4 @@ # Put this in the vhost.conf... otherwise remove the directory wrappers when using as an htaccess... but use it in the vhost.conf, not the htaccess. # Allow traffic from IP without login SetEnvIf Remote_Addr ^11\.11\.11\.11$ MOVE_ALONG=true -
Mitch Kramer revised this gist
Mar 21, 2013 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,14 +5,14 @@ SetEnvIf Remote_Addr ^11\.11\.11\.11$ MOVE_ALONG=true SetEnvIfNoCase User-Agent iPhone MOVE_ALONG=true <Directory "/var/www/vhosts/vhost.com/httpdocs"> Satisfy Any Order deny,allow Deny from all Allow from env=MOVE_ALONG </Directory> <Directory "/var/www/vhosts/vhost.com/httpsdocs"> Satisfy Any Order deny,allow Deny from all Allow from env=MOVE_ALONG </Directory> -
Mitch Kramer revised this gist
Mar 21, 2013 . 1 changed file with 14 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,18 @@ # Allow traffic from IP without login SetEnvIf Remote_Addr ^11\.11\.11\.11$ MOVE_ALONG=true # Allow traffic from any iPhone user agent without login SetEnvIfNoCase User-Agent iPhone MOVE_ALONG=true <Directory "/var/www/vhosts/vhost.com/httpdocs"> Satisfy Any Order deny,allow Deny from all Allow from env=MOVE_ALONG </Directory> <Directory "/var/www/vhosts/vhost.com/httpsdocs"> Satisfy Any Order deny,allow Deny from all Allow from env=MOVE_ALONG </Directory> -
Mitch Kramer revised this gist
Mar 21, 2013 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Allow from 11.11.11.11 </Directory> <Directory "/var/www/vhosts/vhost.com/httpsdocs"> Satisfy Any Order deny,allow Deny from all Allow from 11.11.11.11 </Directory> -
Mitch Kramer revised this gist
Mar 21, 2013 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,12 @@ <Directory "/var/www/vhosts/vhost.com/httpdocs"> Satisfy Any Order deny,allow Deny from all Allow from 11.11.11.11 </Directory> <Directory "/var/www/vhosts/vhost.com/httpsdocs"> Satisfy Any Order deny,allow Deny from all Allow from 11.11.11.11 </Directory> -
Mitch Kramer renamed this gist
Mar 21, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Mitch Kramer created this gist
Mar 21, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <Directory "/var/www/vhosts/vhost.com/httpdocs"> Satisfy Any Order deny,allow Deny from all Allow from 11.11.11.11 </Directory> <Directory "/var/www/vhosts/vhost.com/httpsdocs"> Satisfy Any Order deny,allow Deny from all Allow from 11.11.11.11 </Directory>