LAM Alaska PHPhtml |
I created the PHPhtml.cgi-pl as a wrapper for the
About PHP html pages on my site.
The program is actually written in Perl rather than PHP or Python because
I am more familiar with Perl and genrally use Perl for CGI as well as system
administration stuff. I do however have both Python and PHP programs on my
site so feel I should also have some documentation.
This program wrapper adds the menuBar and style to the PHP html pages.
I first edited index.html and preface.html then decided it would be easy
to write this script. I ended up using a RewiteRule so that the .html files
are wrapped and the images in the php/figures/ are still available with
the same URL.
When checking that a page with figures would work I found that the
Zend API page was broken so I fixed it. It now points to several of the
largest figures.
The PHP documentation I downloaded was the html version and included 6,997 html
files and 33 images in .png format. All the html files are in a single
directory and the images in a figures subdirectory. The html documentation is
generated from docbook format and I should figure out who to tell about the
broken image links I found.
This text is displayed when the program is accessed without a query string.
The RewiteRule puts the html file name in the query string and this program
displays existing pages wrapped with my site header using the default style for
my site. This program transfers processing to the file not found program on
my site for any URL not a valid documet in the /php
directory.
A dump of all environment variables is included when this test is displayed
which is a leftover from my process of creating this program in my current
play development style.
Environmet Variable | Value |
REQUEST_SCHEME: | http |
SERVER_PORT: | 80 |
HTTP_ACCEPT: | */* |
HTTP_USER_AGENT: | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
SERVER_ADDR: | 10.55.5.20 |
SCRIPT_URI: | http://206.174.115.122/Public/Scripts/PHPhtml.cgi-pl |
REMOTE_ADDR: | 18.188.132.71 |
HTTP_ACCEPT_ENCODING: | gzip, br, zstd, deflate |
REMOTE_PORT: | 18168 |
SCRIPT_FILENAME: | /var/www/no-ssl/html/Public/Scripts/PHPhtml.cgi-pl |
DOCUMENT_ROOT: | /var/www/gci/html |
SERVER_ADMIN: | gci.ServerAdmin@lam1.us |
CONTEXT_DOCUMENT_ROOT: | /var/www/no-ssl/html/Public |
SERVER_NAME: | 206.174.115.122 |
REQUEST_URI: | /Public/Scripts/PHPhtml.cgi-pl |
CONTEXT_PREFIX: | /Public |
SERVER_SOFTWARE: | Apache/2.4.58 (Ubuntu) |
REQUEST_METHOD: | GET |
SCRIPT_NAME: | /Public/Scripts/PHPhtml.cgi-pl |
SCRIPT_URL: | /Public/Scripts/PHPhtml.cgi-pl |
PATH: | /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/snap/bin |
HTTP_HOST: | 206.174.115.122 |
SERVER_SIGNATURE: | Apache/2.4.58 (Ubuntu) Server at 206.174.115.122 Port 80 |
SERVER_PROTOCOL: | HTTP/1.1 |
GATEWAY_INTERFACE: | CGI/1.1 |
Saturday, November 23, 2024 @ 7:01:01 AM
gci.ServerAdmin@lam1.us