Question
How can I specify a custom cPanel update mirror?
Answer
cPanel update mirrors control how cPanel retrieves the managed files for updates. You can specify a custom mirror or define a mirror individually in a configuration file.
Identify a list of mirrors available with the command:
# host httpupdate.cpanel.net
Edit or create file
/etc/cpsources.confwith the following contents:CONFIG_TEXT: HTTPUPDATE=$IP
Note: Replace $IP with a desired IP from the first command.
Run the update command to retrieve updates from the custom defined mirror:
# /scripts/upcp
Comments
0 comments
Article is closed for comments.