Re: Strange change in behavior of web page

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 09 Oct 2024 17:59:49 +0200
Freek de Kruijf <f.de.kruijf@xxxxxxxxx> 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/**




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux