Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Light httpd -- backend mod_perl -- Gossammer Mail

Quote Reply
Light httpd -- backend mod_perl -- Gossammer Mail
Trying plain front end httpd and backend mod_perl httpd combination.

Installed backed mod_perl httpd (httpd_perl) listening on port 82.
Installed mod_proxy as DSO in frontend httpd.
Commented out mod_perl stuff in frontend httpd.
Included ProxyPass and ProxyPassReverse directives in frontend like this:

ProxyPass /cgi-bin/gmail/ http://mysite.com:82/cgi-bin/gmail/
ProxyPassReverse /cgi-bin/gmail/ http://mysite.com:82/cgi-bin/gmail/

Stopped and Started frontend and backend httpd's.
Checked Gossamer Mail Access from port 82 ... everything works fine.

Access of Gossamer Mail from frontend however has following problems:
  • All stylesheet is gone. The pages which are served have no stylesheet of Gossamer Mail. The same is fine if accessed on port 82.
  • Any url which ends in do= or cgi or cgi?t=template does not work ... 404 error (for example webmail.cgi?sid=;t=nessa The logs show error of the type proxy http://mysite.com/...ail.cgi?sid=;t=nessa does not exist.
  • All url's like webmail.cgi?sid=;t=nessa;page=page.htm work but without style sheet. (ie all ur;ls ending with page=pagename.htm work but without stylesheet of Gossamer Mail)
  • Admin side always says that the Admin Directory is not protected though it is...

Same with other GT Applications also.
The Admin shows mod_perl enabled when accessed from front end also. There are no errors which come up in Admin side. All Pages are accessed fine from front-end).

Any suggestions on how to get it going?

HyTC

Last edited by:

HyperTherm: Sep 4, 2004, 12:24 AM
Subject Author Views Date
Thread Light httpd -- backend mod_perl -- Gossammer Mail HyperTherm 4172 Sep 4, 2004, 12:21 AM
Thread Re: [HyperTherm] Light httpd -- backend mod_perl -- Gossammer Mail
HyperTherm 4028 Sep 7, 2004, 3:59 PM
Post Re: [HyperTherm] Light httpd -- backend mod_perl -- Gossammer Mail
HyperTherm 3972 Sep 11, 2004, 6:48 AM
Post Re: [HyperTherm] Light httpd -- backend mod_perl -- Gossammer Mail
HyperTherm 3966 Sep 12, 2004, 12:13 AM