Author: Volker Wysk
Email: post  @volker-wysk.de
Message:
Hi

I've fixed the bug - it was easy. Here is the patch. Apply it in
the src/ subdirectory.

-------------------------------------

*** indexer.c-alt       Mon Mar 12 11:42:35 2001
--- indexer.c   Mon Mar 26 00:54:46 2001
***************
*** 532,536 ****
  
                /* Host Name for virtual hosts */
!               sprintf(UDM_STREND(request),"Host: %s\r\n",realURL.hostname);
  
                /* Auth if required */
--- 532,539 ----
  
                /* Host Name for virtual hosts */
!                 if (realURL.port)
!                   sprintf(UDM_STREND(request),"Host: %s:%d\r\n", realURL.hostname, 
realURL.port);
!                 else
!                   sprintf(UDM_STREND(request),"Host: %s\r\n", realURL.hostname);
  
                /* Auth if required */


Reply: <http://search.mnogo.ru/board/message.php?id=1813>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to