Re: [users@httpd] Can't connect to server on 443 ... no log information being generated

2019-06-03 Thread Douglas W. Goodall
: douglas.w.goodall 425 San Juanico, Santa Maria, CA 93455 USA GitHub.Com: https://github.com/ichibrosan LinkedIn.Com: https://linkedin.com/in/douglasgoodall > On Jun 3, 2019, at 7:16 PM, Douglas W. Goodall > wrote: > > You can’t usde telnet to check port 443 because i

Re: [users@httpd] Can't connect to server on 443 ... no log information being generated

2019-06-03 Thread Douglas W. Goodall
You can’t usde telnet to check port 443 because it doesn’t do SSL handshaking. Use your browser instead -- Douglas Wade Goodall Multiware Engineer Copyright (C) 2019 Douglas Goodall. All Rights Reserved. (ask me about Multiware Engineering) (805) 598-9099 | multiwareengineer...@icloud.com

Re: [users@httpd] image display error with stock icon

2016-02-14 Thread Douglas W. Goodall
## import os import sys import sysconfig import images print("Content-type:text/html\n\n") import cgi,cgitb cgitb.enable() print("\n") print("\n") print(" \n") print(" \n") print(" \n") print("https://goodall.us.com/state0.cgi\;&

[users@httpd] image display error with stock icon

2016-02-14 Thread Douglas W. Goodall
I have written a very simple pair of cgi scripts in python that display a toggle switch either in the up position, or in the down position. When you click on the switch, it toggles between the two and switches between the images appropriately. At least that is what it is supposed to do. The