/ PHPhtml.cgi-pl

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 VariableValue
SERVER_NAME:sites.lam1.us
DOCUMENT_ROOT:/var/www/sites/html
SERVER_SOFTWARE:Apache/2.4.52 (Ubuntu)
SCRIPT_URL:/Public/Scripts/PHPhtml.cgi-pl
SERVER_SIGNATURE:
Apache/2.4.52 (Ubuntu) Server at sites.lam1.us Port 80
SERVER_PROTOCOL:HTTP/1.1
HTTP_ACCEPT:*/*
HTTP_HOST:sites.lam1.us
SCRIPT_FILENAME:/var/www/no-ssl/html/Public/Scripts/PHPhtml.cgi-pl
REMOTE_ADDR:3.135.190.232
GATEWAY_INTERFACE:CGI/1.1
SERVER_PORT:80
PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin
SERVER_ADMIN:Sites.ServerAdmin@LAMurakami.com
REQUEST_URI:/Public/Scripts/PHPhtml.cgi-pl
SCRIPT_URI:http://sites.lam1.us/Public/Scripts/PHPhtml.cgi-pl
REQUEST_SCHEME:http
SCRIPT_NAME:/Public/Scripts/PHPhtml.cgi-pl
CONTEXT_DOCUMENT_ROOT:/var/www/no-ssl/html/Public
REMOTE_PORT:35097
REQUEST_METHOD:GET
HTTP_USER_AGENT:Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
CONTEXT_PREFIX:/Public
SERVER_ADDR:172.31.57.248

Up 6 days, 18:48, 0 users, load average: 0.00, 0.00, 0.00
3.135.190.232 GET from server sites.lam1.us

Thursday, April 25, 2024 @ 2:58:07 PM
Sites.ServerAdmin@LAMurakami.com