/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-04 / Error 500 when using pound and apache VirtualHost

[ << ] [ >> ]

[ Error 503 / "Burt Gedney" ... ] [ How to add a http header? / Hu Hailin ... ]

Error 500 when using pound and apache VirtualHost
"Gevik Babakhani" <gevik(at)xs4all.nl>
2006-04-26 10:34:34 [ FULL ]
Hi,

I am using the latest pound with on Fedora Core 5 + apache 2 and php5
I would like to run several domains on the same machine.
I have configured apache to accept virtual hosts.

When pound is not running the VirtualHosts on apache work fine
(with explicit IP   www.xxxx.com in hosts file)

The strange thing is when pound is running I get Internal Error 500
when I am calling a PHP script. The only error pound gives is a connection
timeout from the backend server which is the same machine as pound runs.

There are also no log entries from PHP and apache.

Am I doing somethign wrong?

Please advice

my config file -------------------------------------

User "nobody"
Group "nobody"
RootJail "/usr/share/empty"
LogLevel 3

ListenHTTP

  Address 192.168.1.4
  Port 81

  xHTTP 1

  Service
    HeadRequire "Host: .*www.xxxx.com.*"
    BackEnd
      Address 192.168.1.4
      Port 80
    End
  End


  # Catch-all server(s)
  Service
    BackEnd
      Address 192.168.1.3
      Port 80
      Priority 1
    End
    Session
      Type BASIC
      TTL 300
    End
  End
End

Re: [Pound Mailing List] Error 500 when using pound and apache VirtualHost
Lorenzo Grio <grio(at)katamail.com>
2006-04-27 09:37:20 [ FULL ]
Test your pound with a simple php page (i.e.: phpinfo()).
Maybe your script take too time to response, you can also try to change 
the value of variable Server (default 30 seconds).

Best regards,
Lorenzo.

Gevik Babakhani wrote:[...]

Re: [Pound Mailing List] Error 500 when using pound and apache VirtualHost
"Gevik Babakhani" <gevik(at)xs4all.nl>
2006-04-27 10:43:50 [ FULL ]
I have tested that. but no success. I have installed v1.10 and this one
works! very strange but true. I wonder if it has anything to do with
SELinux security.
[...][...][...]

MailBoxer