473,396 Members | 2,081 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Errors from title tage

I see lots of things like this in my error log:

[Tue Feb 15 10:47:03 2005] [error] [client xxx.xxx.xxx.xxx] File does
not exist: /usr/local/www/vhosts/vps.pcunix.com/htdocs/SCOFAQ/How do I
solve fork failed no more processes_files, referer:
http://aplawrence.com/SCOFAQ/FAQ_scotec1NPROC.html

What's happened there is that they have replaced the actual filename
with the contents of the title tag.

Here's where they originally accessed the file from access_log:

xxx.xxx.xxx.xxx6 - - [15/Feb/2005:10:42:56 +0000] "GET
/SCOFAQ/FAQ_scotec1NPROC.html HTTP/1.0" 200 6659
"http://www.google.com/search?hl=en&q=fork+failed" "Mozilla/4.0
(compatible; MSIE 6.0; Windows NT 5.0)"

Notice it was 5 seconds or so later for the error? Which makes me
think they clicked on something, but I just cannot find anything in
this page that could do that. And it's NOT just this page - it happens
all over the place. I see no consistency with browser type either, it
seems like it can happen to anything on any page.

I DO have validation problems and am working on those trying to clean
everything up, but as I can't duplicate this on any browser I have
access to (Windows, Mac, Linux), i can't imagine that's the problem.

Here's another:
xxx.xxx.xxx.xxx - - [15/Feb/2005:09:43:10 +0000] "GET
/Linux/lostlinuxpassword.html HTTP/1.0" 200 15119
"http://aplawrence.com/SCOFAQ/FAQ_scotec1root_1.html" "Mozilla/4.0
(compatible; MSIE 5.01; Windows NT 5.0)"

[Tue Feb 15 09:46:45 2005] [error] [client xxx.xxx.xxx.xxx] File does
not exist: /usr/local/www/vhosts/vps.pcunix.com/htdocs/Linux/Lost root
password (Linux)_files, referer:
http://www.aplawrence.com/Linux/lostlinuxpassword.html

Any ideas appreciated..

Jul 23 '05 #1
3 1603
"Tony Lawrence" <pc****@gmail.com> wrote in
news:11**********************@f14g2000cwb.googlegr oups.com:
I see lots of things like this in my error log:

[Tue Feb 15 10:47:03 2005] [error] [client xxx.xxx.xxx.xxx] File does
not exist: /usr/local/www/vhosts/vps.pcunix.com/htdocs/SCOFAQ/How do I
solve fork failed no more processes_files, referer:
http://aplawrence.com/SCOFAQ/FAQ_scotec1NPROC.html

What's happened there is that they have replaced the actual filename
with the contents of the title tag.

Here's where they originally accessed the file from access_log:

xxx.xxx.xxx.xxx6 - - [15/Feb/2005:10:42:56 +0000] "GET
/SCOFAQ/FAQ_scotec1NPROC.html HTTP/1.0" 200 6659
"http://www.google.com/search?hl=en&q=fork+failed" "Mozilla/4.0
(compatible; MSIE 6.0; Windows NT 5.0)"

Notice it was 5 seconds or so later for the error? Which makes me
think they clicked on something, but I just cannot find anything in
this page that could do that. And it's NOT just this page - it happens
all over the place.


Note the "_files" that is not in the page source, but is
'tacked on' at the end of the "title".

Don't know the root of your problem, or if it might be
associated with other platforms, but on MS Windows, if
I use your page:
http://www.aplawrence.com/Linux/lostlinuxpassword.html
and save the page, using Firefox, as "Web page, complete",
I get a file called "lostlinuxpassword.html" and a
directory called "lostlinuxpassword_files".
If, using IE, I save the same page as
"Web page, complete (*.htm,*.html)" I get a file called
"Lost root password (Linux).htm" and a directory called
"Lost root password (Linux)_files".

In both of those saved files the browser replaces all the
URIs that point to your site with references to the local
directory containing 'the files'.

It would appear that your pages have been saved, perhaps
using IE, but in a manner where the references to the
'local files' are somehow incorrect?

--
Dave Patton
Canadian Coordinator, Degree Confluence Project
http://www.confluence.org/
My website: http://members.shaw.ca/davepatton/
Jul 23 '05 #2
Dave Patton wrote:
"Tony Lawrence" <pc****@gmail.com> wrote in
news:11**********************@f14g2000cwb.googlegr oups.com:
I see lots of things like this in my error log: [Tue Feb 15 10:47:03 2005] [error] [client xxx.xxx.xxx.xxx] File does
not exist: /usr/local/www/vhosts/vps.pcunix.com/htdocs/SCOFAQ/How do I
solve fork failed no more processes_files, referer:
http://aplawrence.com/SCOFAQ/FAQ_scotec1NPROC.html What's happened there is that they have replaced the actual filename
with the contents of the title tag. Here's where they originally accessed the file from access_log: xxx.xxx.xxx.xxx6 - - [15/Feb/2005:10:42:56 +0000] "GET
/SCOFAQ/FAQ_scotec1NPROC.html HTTP/1.0" 200 6659
"http://www.google.com/search?hl=en&q=fork+failed" "Mozilla/4.0
(compatible; MSIE 6.0; Windows NT 5.0)" Notice it was 5 seconds or so later for the error? Which makes me
think they clicked on something, but I just cannot find anything in
this page that could do that. And it's NOT just this page - it happens
all over the place.

Note the "_files" that is not in the page source, but is
'tacked on' at the end of the "title". Don't know the root of your problem, or if it might be
associated with other platforms, but on MS Windows, if I use your page:
http://www.aplawrence.com/Linux/lostlinuxpassword.html
and save the page, using Firefox, as "Web page, complete",
I get a file called "lostlinuxpassword.html" and a
directory called "lostlinuxpassword_files".
If, using IE, I save the same page as
"Web page, complete (*.htm,*.html)" I get a file called
"Lost root password (Linux).htm" and a directory called
"Lost root password (Linux)_files".
Since you bring up the possibility of platform differences,
Linux/Firefox, I get:

file lostlinuxpassword.html
directory lostlinuxpassword_files
apl.css
aplpos.css
logo.gif
print.css
show_ads
slatewide.css
sorttable.js
styles.js
In both of those saved files the browser replaces all the
URIs that point to your site with references to the local
directory containing 'the files'.


In the locally saved html file, I see translated relative links you do:

<link rel="stylesheet" ... href="lostlinuxpassword_files/apl.css">

But absolute refs onsite, in the body:

<a href="/index.html" ... >

are, in the local copy, translated to still point to the site

<a href="http://www.aplawrence.com/index.html" ... >

EXCEPTION:

<form action="/cgi-bin/supersearch.pl" ... >

remains

<form action="/cgi-bin/supersearch.pl" ... >

Schemed URLs onsite:

<a href="http://www.aplawrence.com/Linux/" ... >

remain unchanged:

<a href="http://www.aplawrence.com/Linux/" ... >

Dunno if that's helpful.

--
Blinky Linux Registered User 297263
Who has implemented Usenet Solution #45933:
Now killing all posts originating at Google Groups

Jul 23 '05 #3

Dave Patton wrote:
"Tony Lawrence" <pc****@gmail.com> wrote in
news:11**********************@f14g2000cwb.googlegr oups.com:
I see lots of things like this in my error log:

[Tue Feb 15 10:47:03 2005] [error] [client xxx.xxx.xxx.xxx] File does not exist: /usr/local/www/vhosts/vps.pcunix.com/htdocs/SCOFAQ/How do I solve fork failed no more processes_files, referer:
http://aplawrence.com/SCOFAQ/FAQ_scotec1NPROC.html

....
Note the "_files" that is not in the page source, but is
'tacked on' at the end of the "title".

Don't know the root of your problem, or if it might be
associated with other platforms, but on MS Windows, if
I use your page:
http://www.aplawrence.com/Linux/lostlinuxpassword.html
and save the page, using Firefox, as "Web page, complete",
I get a file called "lostlinuxpassword.html" and a
directory called "lostlinuxpassword_files".
If, using IE, I save the same page as
"Web page, complete (*.htm,*.html)" I get a file called
"Lost root password (Linux).htm" and a directory called
"Lost root password (Linux)_files".

In both of those saved files the browser replaces all the
URIs that point to your site with references to the local
directory containing 'the files'.

It would appear that your pages have been saved, perhaps
using IE, but in a manner where the references to the
'local files' are somehow incorrect?

Yes! That's it! I can duplicate it with IE.

Buncha maroons..

Thanks!

--
Tony Lawrence

Jul 23 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: CJM | last post by:
I'm adding some extra features to an intranet-based ASP application...(IE6 clients) As part of the process, I thought I would give the html a mid-life upgrade, ie. remove much of the tag-soup,...
10
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
2
by: Sergio del Amo | last post by:
Hi, I wrote some functionality for a Web Page with Javascript. My code works perfectly for Firefox but not for IE. I become some errors apparently all based in the same problem wich scapes to my...
6
by: Alex | last post by:
Hi, is it possible to set the title programatically from the code behind page. I placed a literal in the head section of the form and set its text property. it seemed to work bu the literal...
4
by: Praveen_db2 | last post by:
Hi All I am getting strange errors in my db2diag.log can any one tell me what these errors mean?? Following is the code from my db2diag.log...
1
by: Givisi | last post by:
Hello all! I am a completly newbie at C and I dont have good basis from Java so I cant get the linked lists part from C. I am trying to run the code from the function that is written at the end of...
3
by: CF FAN | last post by:
cf search using verity for my web site. I actually took the code from docs on teh web and tweeked a couple things out on it. Now it is throwing errors and I can't figure out why. What is funny is...
7
by: aneely | last post by:
I have code that successfully displays results, but throws an error in Fx 3 and IE 6. A sample of the XML file: <?xml version="1.0" encoding="ISO-8859-1"?> <mycds> <cd> <title>Wolf...
10
by: bhass | last post by:
From my other post I am making a simple program that creates an RSS feed with Python. Now when I run my program so far, I get errors. It says "something is not defined". The word something is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.