logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Problem updating from Apache 2.2.8 (32-bit) to 2.2.26(64bit)
Author
peter.bollwerk



Joined: 04 Mar 2014
Posts: 2
Location: San Francisco

PostPosted: Tue 04 Mar '14 22:50    Post subject: Problem updating from Apache 2.2.8 (32-bit) to 2.2.26(64bit) Reply with quote

Scenario:
Windows Server 2008 R2 - VM cloned from a working VM
After clone, I made sure Apache 2.2.8 starts fine.
Then, I downloaded 2.2.26 (64-bit) from here and copied over the \bin folder, \modules folder and the 64-bit version of module mod_jk.so (which we use).
Then I open a DOS window with admin rights and do:
Code:
cd \apache2.2\bin
httpd -k uninstall
httpd -k install

Then I try starting the Apache2.2 process in the service window, but it fails with this message in the event log:
Code:
The Apache2.2 service terminated with service-specific error Incorrect function..

I found no error.log generated after the "upgrade".
I also made sure to install the VC10 64-bit package from Microsoft before doing all of this.

I should also mention that I am new to Apache and this is my first experience with this sort of thing.
Back to top
peter.bollwerk



Joined: 04 Mar 2014
Posts: 2
Location: San Francisco

PostPosted: Tue 04 Mar '14 23:09    Post subject: Reply with quote

My apologies.
I just realized my mistake.
I forgot the change the "log on as" account for the service. We use a specific service account and it worked fine after I updated it.
Back to top


Reply to topic   Topic: Problem updating from Apache 2.2.8 (32-bit) to 2.2.26(64bit) View previous topic :: View next topic
Post new topic   Forum Index -> Apache