Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
First make sure the port is not blocked by your firewall. Then edit the /etc/httpd/conf/httpd.conf file. Look for the line 'Listen 80', then add an additional line under it 'Listen 2468'.
If you wanted to have apache listen only on the new port, and NOT listen on port 80, then you would just change the existing '80' to '2468'.
Once done editing (use a linux editor, not a windows editor), then save the file, and restart apache
Please clarify. Did you want the normal 'hosting' apache to respond on that port, or are you trying to get the Plesk Control Panel to respond on that port (which is a different matter). ????
All you asked was to get apache on that port, which would imply the hosting apache since you did not specify the control panel apache....
Well, I want to change apaches port to 2468, but I thought there might be something I need to also change in Plesk so that Plesk still works with apache. I though Plesk might think that apache is still on port 80. So is there any Plesk config files or anything that I need to change to make sure it runs with the apache port change?