run setup again, it will rebuild your webs. because apache vhosts still have the old/wrong server alias
Alternative URL
- Horus
- Closed
- Thread is marked as Resolved.
-
-
Where do you manage your DNS Settings. On i-MSCP Server or on your Dmoinainhost...... Alternative Domains only working, when you manage all DNS on i-MSCP
-
-
not exactly true
dns settings of server FQHN is relevant for alternative url. when dns is managed externally, just a wildcard needed
*.fqhn IN A server-IPHorus
create following dns record in your dns management
*.server4.horusone.com. IN A 172.245.33.143and if not done yet, you need to rerun setup, so imscp can change the server alias in apache vhosts (or set all domains to status change and run /var/www/imscp/engine/imscp-rqst-mngr)
-
Where do you manage your DNS Settings. On i-MSCP Server or on your Dmoinainhost...... Alternative Domains only working, when you manage all DNS on i-MSCPon my Dmoinainhost
[hr]
not exactly true
dns settings of server FQHN is relevant for alternative url. when dns is managed externally, just a wildcard needed
*.fqhn IN A server-IPQuote
Horus
create following dns record in your dns management
*.server4.horusone.com. IN A 172.245.33.143
I did that 2 weeks agoQuote
and if not done yet, you need to rerun setup, so imscp can change the server alias in apache vhosts (or set all domains to status change and run /var/www/imscp/engine/imscp-rqst-mngr) -
-
i assume you didnt finished your last post, Horus? or did that work after you ran the setup?
-
i assume you didnt finished your last post, Horus? or did that work after you ran the setup?I did run setup
got this error
Servers::httpd::apache_fcgi::disableSite: Site 00_master_ssl.conf do not exists
and
http://vu2004.server4.horusone.com/
Server not found -
-
create symlink in /etc/apache2/sites-enabled/00_master_ssl.conf to /etc/apache2/sites-available/00_master_ssl.conf
then rerun setup
-
create symlink in /etc/apache2/sites-enabled/00_master_ssl.conf to /etc/apache2/sites-available/00_master_ssl.confthen rerun setup
# /etc/apache2/sites-enabled/00_master_ssl.conf
#No such file or directory
And
localhost (Port 10023) POSTGREY DOWN in Services status -
-
damn, then just create a 00_master_ssl.conf and create symlink.
a little bit of creativity please. if a software asks for a missing conf file just to delete it again, just create an empty one and see if it worksbut obviously this is a small bug, create a ticket.
_____about postgrey: check if it is enabled in /etc/postfix/main.cf
then check if it is installed at all, try to start it manually, check if the port of postgrey is correct... -
damn, then just create a 00_master_ssl.conf and create symlink.
a little bit of creativity please. if a software asks for a missing conf file just to delete it again, just create an empty one and see if it worksbut obviously this is a small bug, create a ticket.
_____about postgrey: check if it is enabled in /etc/postfix/main.cf
then check if it is installed at all, try to start it manually, check if the port of postgrey is correct...created an empty one 00_master_ssl.conf and run setup
postgrey error fixed -