[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Global-commit] global/htags global.cgi.in htags.c
From: |
Shigio YAMAGUCHI |
Subject: |
[Global-commit] global/htags global.cgi.in htags.c |
Date: |
Mon, 12 Dec 2016 23:33:27 +0000 (UTC) |
CVSROOT: /sources/global
Module name: global
Changes by: Shigio YAMAGUCHI <shigio> 16/12/12 23:33:27
Modified files:
htags : global.cgi.in htags.c
Log message:
Changed cgi related files.
o Changed to make htags-server recommended from apache as a http server.
o Restricted CGI scripts to be executed.
[https://httpd.apache.org/docs/current/en/mod/mod_mime.html]
If you would prefer only the last dot-separated part of the filename
to be mapped to a particular piece of meta-data, then do not use the
Add* directives. For example, if you wish to have the file foo.html.cgi
processed as a CGI script, but not the file bar.cgi.html, then instead
of using AddHandler cgi-script .cgi, use
Configure handler based on final extension only
<FilesMatch "[^.]+\.cgi$">
SetHandler cgi-script
</FilesMatch>
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/global/htags/global.cgi.in?cvsroot=global&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/global/htags/htags.c?cvsroot=global&r1=1.225&r2=1.226
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Global-commit] global/htags global.cgi.in htags.c,
Shigio YAMAGUCHI <=