Coder Social home page Coder Social logo

gnu_handgranat's Introduction

INSTALL 

 1) 
 2) 
 3)
 4) 

SAMPLE APACHE CONFIG

Remember to add correct path, also for ErrorLog, CustomLog and RewriteLog - otherwise apache will fail to restart!

 <VirtualHost *>
        ServerName local.handgranat.org
        DocumentRoot /var/www/wiki
        # plz lat sta :3
        ErrorLog /var/log/httpd/handgranat-error.log
        CustomLog /var/log/httpd/handgranat-access.log combined
        Options All ExecCGI
        AddHandler cgi-script .cgi .pl
        AddType application/ogg .ogg
        AddType application/rdf+xml .rdf
        AddType application/x-bittorrent .torrent
        AddCharset ISO-8859-1 .html
        DirectoryIndex index.html wiki.pl
        RewriteEngine On
        RewriteLog /var/log/httpd/handgranat-rewrite.log
        RewriteLogLevel 0
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !.*nowiki.*
        RewriteRule ^/(.+) /wiki.pl?$1
 </VirtualHost>
    
<Directory /var/www/wiki>
 Options all
</Directory>
    

TODO

 * Complete translation to english 
 

gnu_handgranat's People

Contributors

bolstad avatar

Watchers

James Cloos avatar Ralic Lo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.