コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Reg Dispatcher

Avatar

Level 3

Hi,

I have configured the dispatcher in apache webserver in my local machine(Linux).

When i start the instance with 80/443 port am getting GUI welcome console.

But later when i click the other links am not getting GUI console but getting text format like if click replication,the content in that getting in text format.

Please find the dispatcher.any and httpd.conf files from my local machine and revert me back with correct configuration.

Thanks 

Mahesh

1 受け入れられたソリューション

Avatar

正解者
Level 10

in httpd.conf enable Mod Mime [1].  More details refer http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_install.html
[1]    ModMimeUsePathInfo On

元の投稿で解決策を見る

3 返信

Avatar

Employee

Sounds like you are using the dispatcher in front of an author instance. This article [0] Has configuration details for this use case.

[0] http://helpx.adobe.com/cq/kb/HowToConfigureDispatcherForAuthoringEnvironment.html

Avatar

正解者
Level 10

in httpd.conf enable Mod Mime [1].  More details refer http://dev.day.com/docs/en/cq/current/deploying/dispatcher/disp_install.html
[1]    ModMimeUsePathInfo On

Avatar

Level 3

Thanks Sham.

I did it and now am able to get complete page.

Thanks 

Mahesh