<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<p class="commentbody">Hi everyone.<br>
<br>
</p>
<p class="commentbody">I am migrating my web application to a new
server and I am trying to configure Zope + Apache as described in
<a class="moz-txt-link-freetext"
 href="http://wiki.zope.org/zope2/ZopeAndApache">http://wiki.zope.org/zope2/ZopeAndApache</a>
.<br>
I previously used fast-cgi to communicate Apache with Zope and it
worked just fine.
I use exUserFolder to store my users in a postgresql database.
Everything seems to work fine except when I try to login to a
restricted area through port 80.
After debugging a bit (unfortunately I'm not any Zope guru) I've
noticed that the username and password variables which are posted from
the login page are located at the HTTPRequest<a
 class="new visualNoPrint"
 href="http://wiki.zope.org/zope2/ZopeAndApache/createform?page=HTTPRequest"
 title="create this page">?</a>.stdin
property when the page is accessed through the 8080 port, but they are
not present when the page is accessed though apache.</p>
<p>Anyone has any clue about what might be going on? Thanks a lot.</p>
</body>
</html>