cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: Apache error log

From: Waruna Geekiyanage <waruna_at_nirmani.com>
Date: Tue, 2 Mar 2004 12:08:39 +0600

This is due to the
curl_setopt($ch, CURLOPT_VERBOSE,1) ?
  ----- Original Message -----
  From: Waruna Geekiyanage
  To: curl-and-php_at_cool.haxx.se
  Sent: Tuesday, March 02, 2004 11:56 AM
  Subject: Apache error log

  Following lines are on my apache server log.
  It seams that for each curl request these kind of lines are written.
  How to prevent curl from doing this?

  ############################################
  * About to connect() to xxx.xxxx.com:80
  * Connected to xxx.xxxx.com (xx.xx.xx.xx) port 80
> POST /EN/ASP/TG/cim_jobdetail.asp?jobId=188812&type=search&JobReqLang=1&recordstart=1201&JobSiteId=23 HTTP/1.1
  User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
  Cookie: tg%5FSiteId=0%5F23; tg%5FClientLogo=0%5F%2E%2E%2F%2E%2E%2Fimages%2Fpowered%5Fby%2Egif; tg%5FSession=%7B3F26C6B6%2DDC31%2D4E49%2DAC80%2DE81D7F0C0387%7D; tg%5Fpartner%5FTGInfo=0%5FSiteLevel%3DPLATINUM%7CSiteType%3DUpload%7CResumeFunctionality%3DResumeText%2CProfileBuilder%2CUpload%7CStatus%3DActive%7CCandOverrideCV%3DYes%7CIS%5FGTG%3DFalse%7CRefUrl%3D; tg%5Fpartner%5Fname=0%5FADP; tg%5Fpartner%5Fprofileid=0%5F40%5F%2D1; tg%5FLanguage=0%5F1;
  Host: xxx.xxxx.com
  Pragma: no-cache
  Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  Content-Length: 0
  Content-Type: application/x-www-form-urlencoded

  * Connection #0 left intact
  * Closing connection #0
  ##########################################################
Received on 2004-03-02