Asterisk AJAM issues through virtual host

Hi all

I wanted to be able to host AJAM on a different server so I used proxy pass to achieve this, I did the following:

I added:

<VirtualHost *:80> ServerName localhost ProxyPass /proxy http://localhost:8088/asterisk ProxyPassReverse /proxy http://localhost:8088/asterisk </VirtualHost>

to my httpd.conf file in /etc/httpd/conf. I am now able to access the static files from server-ip/asterisk/rawman?action … t=password and I got this:

[quote]Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

Apache/2.2.15 (CentOS) Server at server-ip Port 80[/quote]

Any know what I am doing wrong? Thanks.