Guest User

Untitled

a guest
Feb 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Alias /wiki/ "/usr/share/moin/htdocs/"
  2. <Directory "/usr/share/moin/htdocs/">
  3. Order allow,deny
  4. Allow from all
  5. </Directory>
  6.  
  7. ScriptAlias /marlunwiki "/srv/wiki/marlunwiki/cgi-bin/moin.cgi"
  8. <Directory /srv/wiki/marlunwiki/cgi-bin">
  9. Options +ExecCGI
  10. Order allow,deny
  11. Allow from all
  12. </Directory>
Add Comment
Please, Sign In to add comment