Tag Archives: Server
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
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
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
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
Ram device with TmpFS
In the last post I’ve showed you how to set up a ram device using ramdisk (e.g. /dev/ram0). Now I’ll show you how to create a ram device with tmpfs. This is especially necessary if you are on a VServer and therefore can’t increase the size of the ramdisks. Continue reading
