Network Toolkit

Query (host/url):
CONTEXT_DOCUMENT_ROOT  *********/cgi-bin/
CONTEXT_PREFIX         /cgi-bin/
DATE_GMT               undef
DATE_LOCAL             undef
DOCUMENT_ARGS          undef
DOCUMENT_NAME          software.shtml
DOCUMENT_ROOT          *********/htdocs
DOCUMENT_URI           /software.shtml
GATEWAY_INTERFACE      CGI/1.1
HTTPS                  on
HTTP_ACCEPT            */*
HTTP_ACCEPT_ENCODING   gzip, br, zstd, deflate
HTTP_HOST              psyphi.net
HTTP_REFERER           http://psyphi.net/software.shtml
HTTP_USER_AGENT        Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
HTTP_X_FORWARDED_PROTO https
LAST_MODIFIED          undef
LD_LIBRARY_PATH        undef
MOD_PERL               mod_perl/2.0.13
MOD_PERL_API_VERSION   2
PATH                   /bin:/usr/bin
QUERY_STRING           undef
REMOTE_ADDR            216.73.217.75
REMOTE_PORT            16649
REQUEST_METHOD         GET
REQUEST_SCHEME         https
REQUEST_URI            /software.shtml
SCRIPT_FILENAME        *********/cgi-bin/toolkit
SCRIPT_NAME            /cgi-bin/toolkit
SCRIPT_URI             https://psyphi.net/software.shtml
SCRIPT_URL             /software.shtml
SERVER_ADDR            45.33.85.22
SERVER_ADMIN           webmaster@psyphi.net
SERVER_NAME            psyphi.net
SERVER_PORT            443
SERVER_PROTOCOL        INCLUDED
SERVER_SIGNATURE       undef
SERVER_SOFTWARE        Apache
SSL_TLS_SNI            psyphi.net
UNIQUE_ID              aiduw1IRBJuIGE89f_hIqwAAAAg
USER_NAME              undef
title                  Software

Environment

The software used here at PsyPhi.net is all Open-Source. That is software which is free to use, distribute and modify under the terms of the GPL software license.

The MySQL database, together with the scripting abilities of Perl within mod_perl and Apache provide a superb environment for "killer" web-based applications.

Apache

Apache is a free web-server. That is the fundamental software which drives websites.

The Apache web-server software in fact drives over 60% of the web. Its popularity stems from the fact that it provides an unparalleled environment for production-quality websites.

Stability and flexibility are paramount when it comes to providing a service and Apache delivers.

[Go there]

Gimp

Gimp is a free image creation and manipulation tool. It combines the power and flexibility of Photoshop with the simplicity of Paintshop Pro.

[Go there]

Linux

Linux is a free operating system. As with commercial operating systems like Microsoft Windows or MacOS, Linux provides the interface between the computer hardware and the applications which users see.

Here at PsyPhi.net, Linux has been used since it became a viable alternative to commercial operating systems in 1996. It provides excellent flexibility, stability and performance for minimum cost.

[Go there]

mod_perl

mod_perl is a free Apache plugin. It provides a fast, efficient Perl interpreter actually built into the web-server.

Scripts and modules are precompiled by mod_perl and remain resident inside the web-server process resulting in speed and performance increases.

The efficiencies of some other restrictive bottlenecks such as pipes for database access also undergo enhancement from within mod_perl.

[Go there]

MySQL

MySQL is a free database system. Like the Apache web-server, the stability of MySQL is an absolute necessity for providing a high-quality service.

[Go there]

Perl

Perl is a free scripting language. It is especially powerful for processing data. It is fast and efficient, especially when combined with the Apache mod_perl plugin.

Perl provides easy to use interfaces to most other applications through the use of other (mostly free) modules. For example, database access functions are available through the Perl DBI module.

Using Perl allows for truly rapid development and deployment of websites.

[Go there]