0

I am running Apache with several virtualhosts.

To configure Citadel, I am running WebCit along with Apache (which is recommended option by Citadel).

Apache should ideally forward ctdl.example.com to 127.0.0.1:2000. But apache is not accepting the configuration:

<VirtualHost *:80>
    ServerName ctdl.example.com
    ProxyPass / http://127.0.0.1:2000/
    ProxyPassReverse / http://127.0.0.1:2000/
</VirtualHost>

But apache is giving error on line 3. Probably because of ProxyPass.

How to fix this?

Andrew Schulman
  • 8,811
  • 21
  • 32
  • 47
soomro
  • 81
  • 1
  • 1
  • 2
  • Exactly what error did you receive? And what is on line 3? – Michael Hampton Dec 29 '13 at 08:03
  • it's fixed nw. but it's giving me 503 Service Temporarily Unavailable now. hacking the configuration to fix it. is there any good how-to reference for running citadel with apache on the side, so i can match the configuration.? – soomro Dec 29 '13 at 18:21
  • 2
    If Apache gives you an error, you should check the error log. – Michael Hampton Dec 29 '13 at 18:45

0 Answers0