[users@httpd] Help with apache reverse proxy (seg fault in error logs)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

I have a simple requirement but nothing seems to work.
The details of a failed trial in given below.

Our web mail server is on "webmail.iitkgp.ac.in"
Webmail is accessible via
   http://webmail.iitkgp.ac.in/webmail
In webmail.iitkgp.ac.in there is an internal url rewriting to
convert all "http" requests to /webmail/ to "https" requests
and that works.

** Now I would like all http[s]://www.iitkgp.ac.in/acMail/*
** urls to be proxied by www.iitkgp.ac.in to webmail.iitkgp.ac.in.
** as https://webmail.iitkgp.ac.in/webmail/*. How can I do that?

There are plenty of examples for http proxying and those
seem to work for me. But I am unable to proxy for https.

-----------------------------
# cat /etc/httpd/conf.d/110_local.conf
SSLProxyEngine on
<Location /acMail/ >
  ProxyPass        https://mx1.iitkgp.ac.in/webmail/
  ProxyPassReverse https://mx1.iitkgp.ac.in/webmail/
</Location>

Url: http://localhost/acMail/
-----------------------------
Result on browser:
An error occurred while loading http://localhost/acMail/:

Connection to host localhost is broken
-----------------------------
# tail /var/log/httpd/error_log
[Fri Mar 25 13:59:05 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/apache2-suexec)
[Fri Mar 25 13:59:05 2005] [notice] Digest: generating secret for digest authentication ...
[Fri Mar 25 13:59:05 2005] [notice] Digest: done
[Fri Mar 25 13:59:06 2005] [notice] Apache-AdvancedExtranetServer/2.0.48 (Mandrake Linux/5mdk) mod_ssl/2.0.48 OpenSSL/0.9.7c PHP/4.3.4 configured -- resuming normal operations
[Fri Mar 25 13:59:12 2005] [notice] child pid 6001 exit signal Segmentation fault (11)
[Fri Mar 25 13:59:13 2005] [notice] child pid 6002 exit signal Segmentation fault (11)
[Fri Mar 25 14:00:09 2005] [notice] child pid 6003 exit signal Segmentation fault (11)
[Fri Mar 25 14:00:10 2005] [notice] child pid 6004 exit signal Segmentation fault (11)
[Fri Mar 25 14:08:03 2005] [notice] child pid 6005 exit signal Segmentation fault (11)
[Fri Mar 25 14:08:04 2005] [notice] child pid 6007 exit signal Segmentation fault (11)

Regards
Chitta

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux