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: my 1st apache httpd build |
|
Author |
|
tommyhp2
Joined: 31 Aug 2009 Posts: 1
|
Posted: Mon 31 Aug '09 8:48 Post subject: my 1st apache httpd build |
|
|
Hi,
I've just finished building my 1st Apache Httpd from source
This is what the info saids:
Server Version: Apache/2.2.13 (Win32)
Server Built: Aug 30 2009 19:33:35
Server loaded APR Version: 1.3.8
Compiled with APR Version: 1.3.8
Server loaded APU Version: 1.3.9
Compiled with APU Version: 1.3.9
Module Magic Number: 20051115:23
Hostname/port: localhost:8000
Timeouts: connection: 300 keep-alive: 5
MPM Name: WinNT
MPM Information: Max Daemons: 64 Threaded: yes Forked: no
Server Architecture: 64-bit
<snip>
How can I change the Win32 to x64 ? Now on to building PHP 5.3...
TIA,
Tommy
Edit: NVM, I found it in os\win32\os.h |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 22 Oct '09 12:55 Post subject: |
|
|
For compiling 64 bit. You need a 64 bit OS and the 64 bit Visual Studio
Quote: |
Server Architecture: 64-bit
|
Or did you already do that? Than only the signature is wrong, since that is hard coded in the source. |
|
Back to top |
|
|
|
|
|
|