Re: Guide for Configuring python(1) with httpd(8)

2022-12-23 Thread indivC
--- Original Message --- On Tuesday, December 20th, 2022 at 6:44 PM, Crystal Kolipe wrote: If you don't mind, I'd like to respond to some of this later. I think I better understand some of my confusions, but I'm not fully there yet. Currently, I've had no issues displaying content. I ca

Re: Guide for Configuring python(1) with httpd(8)

2022-12-20 Thread indivC
Crystal, I really appreciate the detailed explanations and step by step instructions. I was able to follow everything without a problem and was able to finally access the python file from a web browser. On Monday, December 19th, 2022 at 11:07 AM, Crystal Kolipe wrote: > # mkdir /var/www/usr/l

Re: Guide for Configuring python(1) with httpd(8)

2022-12-18 Thread indivC
Thanks for all the responses. I'll respond to everyone (Omar, Crystal, Stuart, Bodie) within this message to prevent sending out multiple messages. It appears my message was significantly less clear than I thought. My apologies. Let me try again and then I'll respond directly to messages furthe

Re: Guide for Configuring python(1) with httpd(8)

2022-12-18 Thread indivC
On Sunday, December 18th, 2022 at 8:38 AM, Mark Willson > This is the script I use to set up python for httpd: I looked over the script and it seems to do pretty much what I've already done. It copies some additional files that I didn't copy. My first attempt was just to copy over the additio

Re: Guide for Configuring python(1) with httpd(8)

2022-12-18 Thread indivC
On Sunday, December 18th, 2022 at 9:04 AM, Omar Polo wrote: > instead of asking how to do X so that you can do Y, ask directly how > to do Y. I did. The first line of my message was "Can anyone provide a guide for this or rough instructions?", which is in reference to the subject "Guide for Conf

Guide for Configuring python(1) with httpd(8)

2022-12-17 Thread indivC
Can anyone provide a guide for this or rough instructions? I'm running httpd(8) and trying to utilize a python(1) script with an html file. I've got this working using perl(1). However, it doesn't work with python(1) when following the same steps. My python(1) version is 3.9.15 My OpenBSD versi

Re: less prints superfluous characters with --no-init

2022-11-19 Thread indivC
I can't say I understand the technical differences between 'type' and which(1). However, I will mention these points: 1. There is no man page for 'type', but there is for which(1) 2. There also appears to be whereis(1). However, I can't speak to the differences between this command and t

AnonCVS CA Issues

2022-11-16 Thread indivC
As far as I can tell, there are issues with the servers below. I'm unsure if the maintainer is aware, so I figured I'd mention it. anoncvs1.ca.openbsd.org I never receive a response from this server. I end up getting: 'ssh: connect to host anoncvs1.ca.openbs

netstat(1) Outbound Requests to sunrpc

2022-11-09 Thread indivC
I've started noticing that when I'm using netstat(1), I will often see outbound tcp requests for sunrpc (port 111). This seems to happen anytime I fail to use the '-n' flag. I don't believe this is expected, but I figured I'd ask. My understanding is that the '-n' flag will prevent two things:

Re: ntp(d) on Boot Behavior

2022-11-06 Thread indivC
uart also mentioned running rdate(8) at boot before ntpd(8) runs. I appreciate the information. --- Original Message --- On Sunday, November 6th, 2022 at 6:33 PM, Stuart Henderson wrote: > On 2022-11-06, indivC ind...@proton.me wrote: > > > I could be wrong, but I believe there&

ntp(d) on Boot Behavior

2022-11-06 Thread indivC
The ntpd man page says the following: 'ntpd will stay for a maximum of 15 seconds in the foreground and make efforts to verify and correct the time if constraints are configured and satisfied or if trusted servers or sensors return results, and if the clock is not being moved backwards.'. I could

Slight Confusion with ntpd(8)

2022-11-05 Thread indivC
I'm a little confused with the man page for ntpd. For the '-n' flag, it says: 'Configtest mode. Only check the configuration file for validity.'. I have no problem with this and understand it. However, the section below that, which is still under '-n', says: 'ntpd will stay in the foreground fo