Comments on Serving CGI Scripts With Nginx On Fedora 15

Serving CGI Scripts With Nginx On Fedora 15 This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Fedora 15. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.

1 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: sentono

i was googling and found this great tutorial,

thanks alot you surely save my day