PDA

View Full Version : got problem with apache while designing...need help...



thomaskelly
05-26-2008, 08:29 AM
Hi....

i really need answer for this....

I am designing a site in windows with apache and I got error and I don't know how to fix it...

the error: "System error 1067 has occured. The process terminated unexpectedly"

why is this happen? what does this mean?

deathshadow
05-26-2008, 04:30 PM
Windows has a deamon called 'remote syslog' - it double checks log events and in this case, found that a program (like apache) wrote an event to the syslog, but didn't 'do' anything else.

In theory it should mean you are running an outdated version of EvntSLog - your best bet will be to run ALL available patches and updates for the OS.

Though much of the problem is just running an open source application under Windows. There's a reason I say that *nix is for servers, windows is for desktops - and varying from that is just asking for miserable and total /FAIL/

ESPECIALLY when mixing and matching. You want to use winblows for a server, use IIS.

Really wierd part is, I haven't seen this error since NT4...

Try this, open up a command prompt window, and run the apache executable from the command line. That should output the ACTUAL error that's causing windows to kill apache. Post that here, maybe we can figure it out from there.