XML Sitemaps Generator

    Advanced search
Sitemap Generator Forum
July 05, 2008, 05:09:00 AM
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
   Home   Help Search Login Register  
Sitemap software 2.9 released - Email notifications, html sitemap customizing and more
6618 Posts in 1634 Topics by Members
Latest Member: mariebenz
Pages: [1]
  Print  
Author Topic: CGI Error  (Read 6960 times)
davidstetler1
Registered Customer
Newbie
*
Posts: 2


View Profile
« 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?
Logged
davidstetler1
Registered Customer
Newbie
*
Posts: 2


View Profile
« 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?
Logged
admin
Administrator
Hero Member
*****
Posts: 2755


View Profile
« 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:
max_execution_time=5000
memory_limit=128M
(you can change values to suit your instance)
OR create .htaccess file:
Code:
php_value memory_limit 128M
php_value max_execution_time 3000
Logged

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.5 | SMF © 2006, Simple Machines LLC Valid XHTML 1.0! Valid CSS!