[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

Configure CGI

Table of Contents
"makefml newml" Creates CGI Script Always
Edit .htaccess
Example: Master Cgi
CGI Example: Create ML
CGI Example: subscribe
CGI Skin Selection

Warning

See the section the Section called Method in the Chapter called Internal Of CGI Process for CGI Internal details.

We assumes you use suexec under apache.

Now fml8 provides both the master cgi to control all ML's in one domain and a cgi for each ML. You can add and remove a user, or view member list et.al. by this interface. Editing of configuration on this cgi is incomplete.

If you use postfix and qmail, you do not need to modify MTA configuration for cgi specific reason.

"makefml newml" Creates CGI Script Always

"makefml newml" sets up CGI scripts such as config.cgi under ~fml/public_html/... directory. There are two types of cgi scripts. One is for the whole domain, one for each ML.

In creating elena@fml.org ML, makefml creates the following cgi

http://lists.fml.org/~fml/cgi-bin/fml/$domain/admin/config.cgi

[Example]
http://lists.fml.org/~fml/cgi-bin/fml/fml.org/admin/config.cgi
for all ML's of fml.org.

To control only elena ML, please use

http://lists.fml.org/~fml/cgi-bin/fml/$domain/ml-admin/${ml_name}/config.cgi

[Example]
http://lists.fml.org/~fml/cgi-bin/fml/fml.org/ml-admin/elena/config.cgi

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >