Octavian Rasnita wrote: > > And I tried starting the server, but it appeared an error window "Visual > Studio just in time debugger" and it also printed the following errors > in the command prompt:
That's a crash. Studio will give you all the info but it's harder to navigate, for some information on obtaining the dr watson backtrace see http://httpd.apache.org/dev/debugging.html Note you probably want to unpack http://archive.apache.org/dist/httpd/binaries/win32/symbols/apache_2.2.4-win32-x86-no_ssl-symbols.zip (or http://archive.apache.org/dist/httpd/binaries/win32/symbols/apache_2.2.4-win32-x86-openssl-0.9.8d-symbols.zip if you had installed the ssl version) directly into your apache 2.2 tree. I don't know of availability of the ActiveState symbols, nor TheoryX's, but if they exist it will make reading that backtrace sooo much clearer. Bill