Hello,
If any account is backed up by using /scripts/pkgacct and moved that cpmove.tar.gz file to htdocs for download it gives "FORBIDDEN" if file size is more than 2GB.
Permissions set to 777.
How to resolve this ?
Hello,
If any account is backed up by using /scripts/pkgacct and moved that cpmove.tar.gz file to htdocs for download it gives "FORBIDDEN" if file size is more than 2GB.
Permissions set to 777.
How to resolve this ?
“I am easily satisfied with the very best.”
Hi,
Its 1.3.39
[root@server ~]# /usr/local/apache/bin/httpd -v
Server version: Apache/1.3.39 (Unix)
Server built: Sep 28 2007 18:38:18
“I am easily satisfied with the very best.”
Apache 1.3 and 2.0 didn't support files over 2GB in size, so that would explain the issue encountered when you attempt to download the file via Apache 1.3. You may wish to attempt to download the file by other means (such as FTP) if you do not wish to move to Apache 2.2 at this time.