User Tools

Site Tools


bigsister:howto:views

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
bigsister:howto:views [2017/06/06 09:44]
Thomas Aeby [CGI troubles]
bigsister:howto:views [2017/06/05 21:05] (current)
Line 72: Line 72:
 </​code>​ </​code>​
  
 +Usually, you will also want to limit access to the BigSister base directory, since therein you still find everything. Thus, you will probably add another access limitation like this one:
  
 +<​code>​
 +<​Location /bigsis>
 +AuthUserFile /​etc/​apache2/​users/​passwd
 +AuthGroupFile /​etc/​apache2/​users/​group
 +AuthType Basic
 +AuthName BigSister
 +Require group itstaff
 +</​Location>​
 +</​code>​
  
bigsister/howto/views.1496735046.txt.gz ยท Last modified: 2017/06/06 09:44 by Thomas Aeby