Apache

I‘m running nginx as a frond end to php based Apache+mod_fastcgi server. My app lets user upload images upto 2MB in size. When users trying to upload 1.5MB+ size image file using nginx reverse proxy, they are getting the following error on screen:

Nginx 413 Request Entity Too Large

How do I fix this problem and allow image upload upto 2MB in size?

{ 2 comments }

HowTo: Install Ports in Freebsd

by Vivek Gite on April 5, 2011 · 3 comments

How do I install ports in FreeBSD operating systems using the command line options?

{ 3 comments }

UNIX / Linux: Rsnapshot Restore Backups

by Vivek Gite on January 27, 2011 · 2 comments

I‘ve created the backup server using this tutorial under Redhat and Debian Linux systems. How do I restore files (such as /var/www/html) with rsnapshot backup tool? How do I restore MySQL database dumps with rsnapshot under UNIX or Linux operating systems?

{ 2 comments }

Bash String Concatenation

by Vivek Gite on November 18, 2010 · 2 comments

How do I join two strings under BASH? I have two strings stored in two different variables (_p=/delta and _u=aqua) and how do I join this and assign it to another variable in bash?

{ 2 comments }

I‘ve configured my Apache in chrooted jail at /jail/apache directory. However, my syslogd is not working and nothing gets logged using /dev/log and /jail/apache/dev/log. How do I fix this problem under CentOS 5.x AMD64 with SELinux?

{ 0 comments }

Software RAM disks use the normal RAM in main memory as if it were a partition on a hard drive rather than actually accessing the data bus normally used for secondary storage such as hard disk. How do I create and store a web cache on a RAM disk to improve the speed of loading pages under Linux operating systems?

{ 19 comments }

CentOS / Redhat Apache mod_ssl Configuration

by Vivek Gite on November 21, 2009 · 10 comments

The mod_ssl module provides strong cryptography for the Apache Web server via the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. How do I install and configure mod_ssl under CentOS / Fedora / Redhat Enterprise Linux?

{ 10 comments }