Apache 1.3.39 and Windows VISTA
am 21.10.2007 14:50:29 von Thomas SteinbachHello NG,
I have trouble to install Apache 1.3.39 (MSI)
on a Vista (Business) Workstation. I can install
the service manuall bei typing:
apache.exe -k install -n "apache13" -f
"C:/apache/apache13/conf/httpd.conf"
But now (just using the first by msi installer
configured httpd.conf) I can't start apache as a
service - why?
The syntax is ok (Proofed wiht "C:/apache/apache13/
apache.exe -w -t -f "C:/apache/apache13/conf/httpd.conf"
-d "C:/apache/apache13/."
The apache server works fine, if I start
apache manual from the commandline.
The VISTA Firewall appears and I can unblock
apache... and see the typical website:
"you can see this, it means that the installation
of the Apache web server software on this system
was successful. You may now add content to this
directory and replace this page."...
Does anybody know how to run the apache 1.3.39
as a service on Windows Vista?
The apache.log shows nothing...
The Application logs of Vista shows this:
"Faulting application apache.exe, version 0.0.0.0,
time stamp 0x46de965e, faulting module ApacheCore.dll,
version 0.0.0.0, time stamp 0x46de965d, exception
code 0xc0000005, fault offset 0x00026a5b, process
id 0x12b4, application start time 0x01c813de6ba27471."
Hopefully that someone has an idea or knows about a
fixed ApacheCore.dll.
Thomas