XML Sitemaps Generator

Author Topic: CGI Error  (Read 16365 times)

davidstetler1

  • Registered Customer
  • Approved member
  • *
  • Posts: 2
CGI Error
« on: November 08, 2006, 04:09:46 PM »
I am receiving the following error after crawling for a couple of minutes...

The specified CGI application misbehaved by not returning a complete set of HTTP headers.

Any ideas?

davidstetler1

  • Registered Customer
  • Approved member
  • *
  • Posts: 2
Re: CGI Error
« Reply #1 on: November 08, 2006, 08:41:11 PM »
I've worked through this issue, but now I'm stuck again.  I am on a shared server so the php.ini cannot be edited.  I am saving the progress and rerunning it after it times out  over and over, but this could take a very long time.  Is there anyway around this problem without access to php.ini?

XML-Sitemaps Support

  • Administrator
  • Hero Member
  • *****
  • Posts: 8270
Re: CGI Error
« Reply #2 on: November 09, 2006, 07:07:05 AM »
Some hosting environments (not all though) allow to change php settings per directory, so you can try to create php.ini file in generator/ folder:
Code: [Select]
max_execution_time=5000
memory_limit=128M
(you can change values to suit your instance)
OR create .htaccess file:
Code: [Select]
php_value memory_limit 128M
php_value max_execution_time 3000
Oleg Ignatiuk
www.xml-sitemaps.com
Send me a Private Message

For maximum exposure and traffic for your web site check out our additional SEO Services.

 

SMF 2.0.2 | SMF © 2011, Simple Machines
XHTML RSS WAP2