View previous topic :: View next topic |
Author |
Message |
MoonWalker Guru


Joined: 04 Jul 2002 Posts: 511
|
Posted: Wed Jun 25, 2003 4:52 pm Post subject: apache-2.0.46 errors on all files with .html suffix |
|
|
Hi,
I have a strange error situation on my apache-2.0.46 server. When ever some one try to access a file with the .html suffix, browser shows:
Code: | An error occured while loading http://www.start-int.net/index.html:
Connection to host www.start-int.net is broken |
and this is added to the server error log:
Code: | [Wed Jun 25 17:44:10 2003] [notice] child pid 820 exit signal Segmentation fault (11) |
Note: the above domain is as virtual web, while the error is writen to the main server error log.
Anyone have an idea of what this is about? Conf files is standard, aka I havn't changed anything except for the virtualhosts added. I just can't figure out where to start search for what is going wrong. All other pages like file.htm or file.php etc works just fine so it's only happen when used the .html suffix - strange...
/Joakim _________________ /Joakim
Living on earth is expensive, but it includes a free trip around the sun
every year. |
|
Back to top |
|
 |
fcgreg Apprentice


Joined: 17 May 2003 Posts: 264 Location: California, USA
|
Posted: Fri Jun 27, 2003 4:49 am Post subject: Yikes |
|
|
Sorry to say I'm not exactly familiar with this one. However, to address a few points:
1) It appears that a child thread (the one handling your VHost) is seg-faulting. Since this type of error is specific to the core Apache runtime, this kind of error will show in the main server logs -- not the log(s) for the Vhost.
2) Are you sure you don't have some weird configuration problem related to your Vhost entry? Are you telling it to run under a separate user process or something like that? Maybe you could post a snippet of your conf files -- the VHost part (e.g. only post the parts that are different than the original, not the whole thing)
Let's see what that does for us. _________________ Greg T. |
|
Back to top |
|
 |
MoonWalker Guru


Joined: 04 Jul 2002 Posts: 511
|
Posted: Fri Jun 27, 2003 2:53 pm Post subject: |
|
|
Well I found the cause, mod_layout-4.0.1a. I had done some changes to its .conf file which seam to cause this. However, although it don't error with .conf in original state it also don't do any layout work
So simply removing this module and re-edit my pages was the solution. _________________ /Joakim
Living on earth is expensive, but it includes a free trip around the sun
every year. |
|
Back to top |
|
 |
|