Skip to navigation
How to use markdown md files for your apache2 server on debian 9
19.07.18
1. apt-get install build-essential libtool automake autoconf apt-get install libmarkdown2-dev apache2-dev 2. git clone https://github.com/hamano/apache-mod-markdown 3. cd apache-mod-markdown 4. autoreconf -f -i ./configure make make install 5. add to /etc/apache2/apache2.conf the line: LoadModule markdown_module /usr/lib/apache2/modules/mod_markdown.so 6 add to a directory section like AddHandler markdown .md
Options Indexes FollowSymLinks AllowOverride All Require all granted
7. restart apache2 /etc/init.d/apache2 restart
https://github.com/hamano/apache-mod-markdown
Reply
Anonymous
Information Epoch 1732667026
Make every program a filter.
Home
Notebook
Contact us