Webserve


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jim Guerber on August 09, 2010 at 07:37:58:

In Reply to: Webserve, continued...> posted by Tom Fulton on August 09, 2010 at 06:59:03:

Yes, looking at the code, I can confirm that if webserve is not in your xap directory, Comet will generate a QERRLOG entry. To find out why, look in your xap log file. Each transaction is logged there. My guess is that you may be visited from a bot program from yahoo, google, or someone.

You have total control of webserve. If you want nothing to happen when a program is called for that you have not written, make a one line webserve program that just does a "STOP". or you could borrow this code from the webserve source....

   Print '<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">'
   Print '<HTML><HEAD>'
   Print '<TITLE>404 Not Found</TITLE>'
   Print '<META NAME="ROBOTS" CONTENT="NOINDEX,NOFOLLOW">'
   Print '</HEAD><BODY>'
   Print '<H1>404 -- Not Found</H1>'
   Print '</BODY>'
   Print '</HTML>'
   stop




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]