I set following option in /etc/httpd/conf.d/fcgid.conf file which solves the problem generally (but it would not when Plesk is installed):OutputBufferSize 0 Try to configure OutputBufferSize option for the exact domain, for this create vhost.conf filein domain document root (usually /var/www/vhost/domain.tld/conf folder), add OutputBufferSizeoption with necessary value there and run /usr/local/psa/admin/sbin/websrvmng -a -v
Author Archives: Prosoxi.com Webmaster
How to extract files to another directory using ‘tar’ command?
To extract an archive to a directory different from the current, use the -C, or –directory, tar option, as in #tar -xf archive.tar -C /target/directory
FreeNAS failed to wipe: Operation not permitted
Quick Fix On step 3 be sure to replace ‘/dev/ada4′ with your drive reference. In the ‘view disks’ tab it will be the ‘name’ prepended with ‘/dev/’. 1. Login via SSH2. sysctl kern.geom.debugflags=0x103. dd if=/dev/zero of=/dev/ada4 bs=512 count=1 && dd if=/dev/zero of=/dev/ada5 bs=512 count=14. Log into web interface and use “View Disks” to wipe the …
Continue reading “FreeNAS failed to wipe: Operation not permitted”
HowTo: Add Jobs To cron Under Linux or UNIX?
crontab command
Linux send mail with attachmentattacement
for centos install first mutt
How To Set Up SSH Keys
Step One—Create the RSA Key Pair The first step is to create the key pair on the client machine (there is a good chance that this will just be your computer):