beansbaxter
Verified User
My DA server is currently running Apache 2.4.48 and I want to downgrade it to 2.4.47
Searching on the forums here, I did the following:
And changed in DA Options:
And then to download the version of Apache I wanted, before rebuilding:
And this was the output:
How can I resolve these 404 errors?
And is there anything else I need to do to downgrade Apache to a previous version?
Searching on the forums here, I did the following:
Code:
# cd /usr/local/directadmin/custombuild/
# echo "apache2.4:2.4.47:" > custom_versions.txt;
And changed in DA Options:
Code:
harden_symlinks_patch=no
And then to download the version of Apache I wanted, before rebuilding:
Code:
# cd /usr/local/directadmin/custombuild/
# ./build update
And this was the output:
Code:
--2021-08-06 11:45:30-- https://files9.directadmin.com/services/custombuild/2.0/custombuild.tar.gz
Resolving files9.directadmin.com (files9.directadmin.com)... 69.162.69.58
Connecting to files9.directadmin.com (files9.directadmin.com)|69.162.69.58|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 263605 (257K) [application/x-gzip]
Saving to: './custombuild.tar.gz'
100%[=========================================================================================>] 263,605 1.28MB/s in 0.2s
2021-08-06 11:45:31 (1.28 MB/s) - './custombuild.tar.gz' saved [263605/263605]
Extracting custombuild.tar.gz...
Downloading httpd-2.4.47.tar.gz...
--2021-08-06 11:45:33-- https://files9.directadmin.com/services/custombuild/httpd-2.4.47.tar.gz
Resolving files9.directadmin.com (files9.directadmin.com)... 69.162.69.58
Connecting to files9.directadmin.com (files9.directadmin.com)|69.162.69.58|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-08-06 11:45:33 ERROR 404: Not Found.
Downloaded file /usr/local/directadmin/custombuild/httpd-2.4.47.tar.gz does not exist or is empty after download
cwd is: /usr/local/directadmin/custombuild
Fileserver might be down, using the backup file server..
--2021-08-06 11:45:33-- http://69.162.69.58/services/custombuild/httpd-2.4.47.tar.gz
Connecting to 69.162.69.58:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-08-06 11:45:33 ERROR 404: Not Found.
How can I resolve these 404 errors?
And is there anything else I need to do to downgrade Apache to a previous version?