Hi, We are using AEM cloud, I am having some trouble configuring vhost in the dispatcher,
I have the following entries in my virtualhosts.any
**********************************************************
"publish-pxxxx-exxxx.adobeaemcloud.com"
"publish-pxxxx-exxxx.adobeaemcloud.com"
"publish-pxxxx-exxxx.adobeaemcloud.com"
"www.abc.it"
**********************************************************
and i have the vhost file to have the server alias to the following values
**************************************
ServerName "publish"
ServerAlias "publish-pxxxx-exxxx.adobeaemcloud.com publish-pxxxx-exxxx.adobeaemcloud.com publish-pxxxx-exxxx.adobeaemcloud.com www.abc.it"
***************************************
But after configuring this when it try to reach my development server url publish-pxxxx-exxxx.adobeaemcloud.com it just returns "It works!" and doesn't return my page
This is quite urgent can anyone please help
Solved! Go to Solution.
Views
Replies
Total Likes
That is the default Apache Server behavior, have you configured the dispatcher module into the Apache Server
Refer https://techforum.medium.com/aem-adobe-experience-manager-as-a-cloud-service-setting-up-local-develo... for details on dispatcher setup
Regards
Albin I
That is the default Apache Server behavior, have you configured the dispatcher module into the Apache Server
Refer https://techforum.medium.com/aem-adobe-experience-manager-as-a-cloud-service-setting-up-local-develo... for details on dispatcher setup
Regards
Albin I
@larry19 Configuring Dispatcher have multiple steps involved, You need enable/add dispatcher modules to your Apache Vhost files, then configure dispatcher with "Farms" to accept the requests and serve it back. Please follow below two links for configuring the dispatcher over Apache:-
Views
Likes
Replies