General

Profile

fredfist

  • Login: fredfist
  • Registered on: 2008-11-12
  • Last sign in: 2018-08-10

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 0 0

Activity

2018-08-10

11:57 Lighttpd Support: RE: Lighttpd only https on specific port
then replace 443 with your custom port. I dont see a possibility to disable port 80. Use a rewrite rule or your firew... fredfist
11:27 Lighttpd Support: RE: Lighttpd only https on specific port
You enabled HTTPS for all ports.
replace lines 41-43 with
$SERVER["socket"] == ":443" {
ssl.engine = "enabl...
fredfist
10:34 Lighttpd Support: RE: Lighttpd only https on specific port
I guess there ist another ssl.engine = "enable" statement. Delete it. Post your config. fredfist
10:35 Lighttpd Support: RE: [Solved] unwanted behavior after update
Thank you, works like a charm! fredfist

2018-08-09

14:44 Lighttpd Support: RE: Lighttpd only https on specific port
I think the only two ways are a firewall rule or a redirection:
$HTTP["scheme"] == "http" {
$HTTP["host"] =~ ...
fredfist
13:59 Lighttpd Support: RE: Lighttpd only https on specific port
}
I forgot the closing brace
fredfist
13:58 Lighttpd Support: RE: Lighttpd only https on specific port
$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.pemfile = "/etc/ssl/server.pem"
se...
fredfist
13:27 Lighttpd Support: [Solved] unwanted behavior after update
Hi,
I recently made an upgrade from lighttpd/1.4.29 to lighttpd/1.4.49. Lighty is used with mod_cgi and bash to ge...
fredfist

2011-10-10

17:03 Lighttpd Support: 304 not modified on cgi-scripts
Hi,
I set up my lighty to handle cgi-files by using *cgi.assign = ( ".sh" => "" )* in the lighttpd.conf-file. Now ...
fredfist

Also available in: Atom