Re: Strange change in behavior of web page

Simon Harrison <[email protected]>
Newsgroups gmane.comp.apache.user
Message-ID <20241009171354.501f8253@jupiter>
On Wed, 09 Oct 2024 17:59:49 +0200
Freek de Kruijf <[email protected]> wrote:
 
> I also tried to use Microsoft Edge and it also displays the page
> wrongly. As I wrote the content I see in the page in the browser in
> both cases is the same. So why does the browser display things
> differently when the only obvious difference is http instead of https?
> 
> Could it be that a certain apache module needs to be loaded for this
> to work? Some time ago, could be half a year, it did work properly.
> Any idea which module?

Perhaps you could try with thttpd (https://acme.com/software/thttpd/).
Not sure if it supports https but I use it for occasional development
of CGI scripts.

The following config may help:

# $ thttpd -D -C thttpd.conf 

Contents of thttpd.conf (in your working directory):

dir=/path/to/your/files
logfile=/path/to/your/files/thttpd.log
pidfile=/path/to/your/files/thttpd.pid
port=8080
host=127.0.0.1
charset=utf-8
cgipat=/cgi-bin/**
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.