lighttpd forum migration > CGI symlink

Posted by redr0bin (Guest)
on 13.10.2007 09:38
Hi,

how can I achieve the following task in lighttpd:

/cgi-bin/index.pl is a working perl script which prints "Hello world!".
I'm making a symbolic link like "ln -s /cgi-bin/index.pl /cgi-bin/test", 
then
I'm trying to access the new url http://fdqn/cgi-bin/test but browser 
provides me a cgi script saving dialog. This setup worked on apache but 
doesn't work on lighttpd. How can I achieve such functionality to 
succesfully migrate to lighttpd ?

Thanks in advance.