Shared contributed packages under /usr/local/share/contrib on your VPS v2 Virtual Server. Most of these
contributed packages are simple CGI programs for Web pages, such as a guestbook
or a hit counter. You can cut and paste any of these packages into your cgi-bin
directory.
Viewing a List of Shared Contributed Packages
To see a list of contributed packages, type:
# cd /usr/local/share/contrib
# ls
Example
The following example copies the counter package into a
cgi-bin.
# cd /usr/local/share/contrib.
# cp –r counter /usr/local/apache/cgi-bin
Note: CGI programs run
in a cgi-bin directory must be owned by the
same person who owns the cgi directory; otherwise, they will not run.
|