File:  [parser3project] / win32 / dist.x64 / cgi_xml / readme.en.txt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Feb 19 14:09:18 2020 UTC (6 years, 4 months ago) by moko
Branches: MAIN
CVS tags: HEAD
x64 dist initial:

SQLite version 3.31.1
mysql-5.5.62-winx64
postgresql-12.2-1
curl-7.64.1.cab

Apache Windows (CGI):
------------------

Put file parser3.exe to cgi-bin folder of your web-site.

Create in root folder of your site file .htaccess and add these commands to it: 

# assign parser as .html pages handler:
AddHandler parsed-html html
Action parsed-html /cgi-bin/parser3.exe

# disable access to .cfg and .p files:
<Files ~ "\.(p|cfg)$">
Order allow,deny
Deny from all
</Files>

Note: default Apache server configration does not allow to use .htaccess files.

E-mail: