You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/03/02 05:46:28 UTC

DO NOT REPLY [Bug 37770] - proxy: error reading status line from remote server (null)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=37770>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=37770





------- Additional Comments From dwallgren@gmail.com  2007-03-01 20:46 -------
I saw this error in my new environment.  The cause of my error was by the
ExceptionNotifier.exception_recipients = $exception_recipients line in the
environment.rb
which calls the smtp.rb.  This was hanging due to environment restrictions.  I added
ActionMailer::Base.server_settings = {
  :address  => 'somemachine',
  :domain  => 'somedoamin.com',
  :port  => 25,
  :user_address => 'someuser@somedomain.com',
  :user_name  => 'someuser',
  :password  => 'somepassword',
  :authentication=>:login
    }
to the production.rb and the problem was resolve.  Didn't happen much since we
write such good code. ;)  


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org