Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
Serving CGI Scripts With Nginx On CentOS 6.0
Posted by Philipp Esselbach on: 10/23/2011 11:01 AM [ Print | 0 comment(s) ]
Howtoforge published a tutorial about serving CGI scripts with Nginx on CentOS 6.0
This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.0. 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.
Serving CGI Scripts With Nginx On CentOS 6.0