Jump to content

balachander_j

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

balachander_j's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Hi, We have certain rewrite rules on our curl servers which redirect traffic to PHP server or Sitecore server. We were facing an issue with redirecting some pages to Sitecore server. This was fixed by adding a directive ProxyPreserveHost On to the curl rules. This made the site to work, but we had to upgrade from Apache 1.3 to Apache 2.0 get this directive to work. This directive is not available in the proxy module of Apache 1.3. • Is there a patch available for this ProxyPreserveHost somewhere which we can apply to Apache 1.3 and avoid upgrading to Apache 2.0? OR • Is there some other alternative to ProxyPreserveHost that we can use in Apache 1.3 to get the similar thing done? TIA
  2. No i was not using curl. I just read about it. I think its a good idea. Thanks a lot.
  3. I don't have access to the php.ini file. And even if i manage to change this file, it will affect other parts of the site. It would be very helpful if anyone provide me with some other solution.
  4. Hi, have you tried setting the server connection limit in your configuration files Do you mean max_execution_time..? If yes, then it is set as the default value i.e., 30. If not, then how to do that?
  5. In my website, I am making an http request to a different server. But sometimes what happens is that the server is down and it takes either too much time to return or it doesn’t return at all. So at the end the “connection timed out” error comes up and because of which my site also becomes slow. Is there a way in PHP in which I can check that if the server is taking too much time, I can end the connection (say after 5 secs) on my own and continue the execution of my site? The idea is that my website should not become slow. I tried using set_time_limit() function but it is not working. Any help would be highly appreciated.
  6. Hi all, I have a page which contains editorial content in it....If i try to print that page,i need the page printed without the editorial content.I am really confused how to do....can someone help me out.......... Regards..
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.