General

Profile

john

  • Login: john
  • Registered on: 2016-06-03
  • Last sign in: 2017-09-18

Issues

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

Activity

2016-07-07

03:09 Lighttpd Support: RE: how to set environment variable in custom module
It's not a school project, I'm creating new module to authenticate phpmyadmin with special token same as cpanel do
...
john

2016-07-06

16:33 Lighttpd Support: [OT] how to set environment variable in custom module
I have used below code to set environment
It shows under "PHP Variables", but I want it to be in "Environment"
ho...
john
08:01 Lighttpd Support: [OT] how to use pcre library in custom module
I'm writing custom module to match url /[a-z0-9]/phpmyadmin/
my question how to check, if url matches regex = /^\/...
john

2016-07-05

11:21 Lighttpd Support: [Solved] dynamic alias.url not working
url.rewrite-if-not-file = (
"^/(test)/(.*)" => "$0"
)
If I added below alone (without url.rewrite-if-not-fil...
john

2016-06-24

11:02 Lighttpd Support: RE: https not working on custom port
thanks for explaining deeply
If there any patch for source code to apply or any modification, or i can read more a...
john
10:06 Lighttpd Support: RE: https not working on custom port
http://192.168.22.162 this also redirects to https://192.168.22.162:454/
https://192.168.22.162:454/ this works fin...
john
09:13 Lighttpd Support: RE: https not working on custom port
I added just these 2 lines, without any condition
ssl.engine = "enable"
ssl.pemfile = "/usr/local/ssl/cert.pem"
...
john
07:30 Lighttpd Support: https not working on custom port
I tried to change port to 454, it does not work with ssl, with http it works fine, not working working with https
ch...
john

2016-06-03

09:57 Lighttpd Support: [UserError] index-file.names not working with mod rewrite
Version 1.4
I have this in config
@index-file.names = ( "index.html", "index.php" )
url.rewrite-if-not-file ...
john

Also available in: Atom