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
Next revision Both sides next revision
bigsister:howto:views [2017/06/06 09:03]
Thomas Aeby
bigsister:howto:views [2017/06/06 09:44]
Thomas Aeby [CGI troubles]
Line 49: Line 49:
 </​code>​ </​code>​
  
 +===== CGI troubles =====
 +
 +Each view requires its own CGI directory, thus, the web server needs to know that it needs to map and actually execute the CGIs. When using Apache you will need i.e.:
 +
 +<​code>​
 +ScriptAliasMatch ^/​bigsis/​.*/​cgi/​(.*) /​usr/​share/​bigsister/​cgi/​$1
 +</​code>​
 +
 +in your Apache configuration.
 ===== Limitting access ===== ===== Limitting access =====
  
bigsister/howto/views.txt ยท Last modified: 2017/06/05 21:05 (external edit)