• Categories
  • Tag Archives: CentOS

    centos

    Forward Connections from Nginx to httpd in CentOS

    This is a tutorial on how to forward connections from Nginx to httpd in CentOS. First of all, you have to edit the Nginx configuration file for the domain you want to forward. Flattr this!

    Posted in Server | Tagged , , | Leave a comment
    tux

    Chrooted SFTP Without Shell Access

    Sometimes you may need to give someone access to load files onto your server. I personally don’t like FTP because it’s insecure und frankly I don’t want to set up a FTP-Server just for that. The problem with SFTP is that the user can look through your folders and has shell access. This is a tutorial on how to setup a chrooted SFTP account without shell access. Continue reading

    Posted in Server | Tagged , , | Leave a comment
    centos

    Mailman with Postfix and Nginx on CentOS 6

    In this tutorial I will show you how to set up Mailman with Postfix and Nginx on CentOS 6. I assume you have already set up Nginx to server CGI scripts using fcgiwrap like I’ve shown you in the previous post. Continue reading

    Posted in Server | Tagged , , , , | 2 Comments
    centos

    Serving CGI Scripts with Nginx on CentOS 6

    In this post I will show you how to serve CGI scripts with Nginx on CentOS 6 using fcgiwrap. Continue reading

    Posted in Server | Tagged , , , | 2 Comments
    centos

    Nginx with PHP on CentOS 6

    This is a post on how to set up Nginx with PHP using spawn-fcgi on CentOS 6. Continue reading

    Posted in Server | Tagged , , , | 2 Comments