Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Vista Win64 services for Apache |
|
Author |
|
cantaberry
Joined: 25 Aug 2008 Posts: 1 Location: Cincinnati, OH
|
Posted: Mon 25 Aug '08 16:23 Post subject: Vista Win64 services for Apache |
|
|
Hey...
Has anyone successfully created a service which starts on boot for apache under Vista 64-bit?
If so, would you be so kind as to tell us how to do it? I've found the sc.exe command, but I'm a little confused by the documentation and a little apprehesive about doing anything for fear of screwing up my development box.
As a side-line, has anyone heard anything from Adobe about making a friggin' 64-bit flash player? Last press release I saw was in February. Seems as though Adobe is falling down just a bit on this.
Thanks!
- Ray |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7373 Location: Germany, Next to Hamburg
|
Posted: Tue 26 Aug '08 1:07 Post subject: |
|
|
run a commandline (cmd.exe) as Administrator.
Go to apache path and install the service
e.g. (c:\Apache2)
Code: |
cd \
cd Apache2
cd bin
httpd -k install
|
If that does not work, disable UAC.. but than you will lose some security! |
|
Back to top |
|
nick3001
Joined: 20 Jan 2009 Posts: 5
|
Posted: Tue 20 Jan '09 22:29 Post subject: |
|
|
make bat file or shortcut. and try start them "as Administrator" |
|
Back to top |
|
|
|
|
|
|