# Wowza serving mpeg-dash manifest.mpd behind an apache proxy

**URL:** https://community.wowza.com/t/wowza-serving-mpeg-dash-manifest-mpd-behind-an-apache-proxy/53619
**Category:** Wowza Streaming Engine
**Tags:** server-administration
**Created:** [July 6, 2019, 7:59pm UTC](https://community.wowza.com/t/wowza-serving-mpeg-dash-manifest-mpd-behind-an-apache-proxy/53619 "2019-07-06T19:59:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![charles\_mackay](https://avatars.discourse-cdn.com/v4/letter/c/ea5d25/32.png) [@charles\_mackay](https://community.wowza.com/u/charles_mackay)
#### Post date: [July 6, 2019, 7:59pm UTC](https://community.wowza.com/t/wowza-serving-mpeg-dash-manifest-mpd-behind-an-apache-proxy/53619/1 "2019-07-06T19:59:16Z")

</div>

I have a very simple situation that i am struggling to solve.

I have one server hosting both apache and wowza streaming engine.

Apache is listening to port 443 and serving web content. I have wowza serving secure streams over port 446 virtual host.

I setup apache to do virtual hosting such that when a client requests media, it will proxy to wowza server as follows:

\<VirtualHost \*:443\>

ProxyPass “/wowza\_cache” “[https://media.example.com:446/vod/](https://media.example.com:446/vod/)”

ProxyPassReverse “/wowza\_cache” “[https://media.example.com:446/vod/](https://media.example.com:446/vod/)”

/VirtualHost

this is working and it returns a manifest file. however, when i open the manifest file, it contains the location of the original server which is not accessible directly

[https://media.example.com:446/vod/mp4:sample.mp4/manifest\_w1872643504.mpd](https://media.example.com:446/vod/mp4:sample.mp4/manifest_w1872643504.mpd)

This makes the manifest file loadable, but the actual media unplayable, since 446 is not accessible directly.

Can anyone help me set this up so that it can be accessed via 443?

Thank you.

---

<div class="post-metadata">

### Author: ![Rose\_Power-Wowza\_Com](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/rose_power-wowza_com/32/431_2.png) [@Rose\_Power-Wowza\_Com](https://community.wowza.com/u/Rose_Power-Wowza_Com)
#### Post date: [July 8, 2019, 7:36pm UTC](https://community.wowza.com/t/wowza-serving-mpeg-dash-manifest-mpd-behind-an-apache-proxy/53619/2 "2019-07-08T19:36:23Z")

</div>

Hi @charles mackay, tech support is requesting a support ticket be opened for this. They need to take a closer look and run some tests on this workflow.

Thanks.

[https://www.wowza.com/support/open-ticket](https://www.wowza.com/support/open-ticket)

---

<div class="post-metadata">

### Author: ![Karel\_Boek](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/karel_boek/32/454_2.png) [@Karel\_Boek](https://community.wowza.com/u/Karel_Boek)
#### Post date: [July 9, 2019, 7:42am UTC](https://community.wowza.com/t/wowza-serving-mpeg-dash-manifest-mpd-behind-an-apache-proxy/53619/3 "2019-07-09T07:42:33Z")

</div>

Hi @charles mackay, have a look at this post: [http://community.wowza.com/community/questions/140/custom-mpd-redirect.html](http://community.wowza.com/community/questions/140/custom-mpd-redirect.html)

If I remember correctly, it’s now also possible to change the BaseURL, but I don’t remember if and how right now.
