Project

General

Profile

Actions

Bug #2184

closed

lighty coredumps on "data type mismatch"

Added by medic about 14 years ago. Updated about 14 years ago.

Status:
Invalid
Priority:
Normal
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:

Description

just do something like this:
var.url = ( "^/$" => "http://localhost", "^/(.*)$" => "http://localhost/$1" )

the goal was to do
'url.redirect = var.url'
later :-7

sadly its not possible to do either this, nor to "regex" on var.*

nevertheless- i guss, lighty should not say:'Segmentation fault (core dumped)'

Full Error Message:
data type mismatch, cannot merge
Segmentation fault (core dumped)

Actions #1

Updated by stbuehler about 14 years ago

  • Status changed from New to Need Feedback

Doesn't crash for me... please post your complete config (try to create a small example that reproduces the crash if possible) and attach the backtrace from gdb; and tell us which version you are using (or just upgrade to 1.4.26 if you don't already have it)

Actions #2

Updated by medic about 14 years ago

Ouuh - please delete this ticket.
when i was creating the stripped down config, i found a misplaced url.rewrite-include applying on the hash.

shame on me!

Actions #3

Updated by nitrox about 14 years ago

  • Status changed from Need Feedback to Invalid
Actions

Also available in: Atom