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: Fresh Install Apache 2.4.25 x64 - new user |
|
Author |
|
Virtuneralo
Joined: 01 May 2017 Posts: 3 Location: Montenegro
|
Posted: Mon 01 May '17 10:15 Post subject: Fresh Install Apache 2.4.25 x64 - new user |
|
|
Downloaded Apache 2.4.25 x64 for my Win10, but its just binaries and don't know where to put them to start installation. All web tutorials just give code but not where to put files. If I load C:/Apache and extract there then how would I call them?
Last edited by Virtuneralo on Mon 01 May '17 10:44; edited 1 time in total |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3115 Location: Hilversum, NL, EU
|
|
Back to top |
|
Virtuneralo
Joined: 01 May 2017 Posts: 3 Location: Montenegro
|
Posted: Mon 01 May '17 11:02 Post subject: |
|
|
1) Installed new VC++ Redistributable
2) Installed httpd-2.4.25-win64-VC14.zip
3) Extracted to folder C:\Apache24
4) typed httpd in cmd but said nothing recognized
5) typed httpd.exe but unrecognized.
6) Typed $ ./configure --C;/Apache24 and just
./configure --prefix=PREFIX but unrecognized
Readme and Install files say HTTP/1.1 compliant, and that doesn't work at prompt either.
Please help I don't have Win10 server and can't get to web. If you can just help get server working I can search web for everything else. Thanks |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3115 Location: Hilversum, NL, EU
|
Posted: Mon 01 May '17 14:27 Post subject: |
|
|
Did you do :
Open a command prompt and navigate to the BIN folder of Apache
? |
|
Back to top |
|
Virtuneralo
Joined: 01 May 2017 Posts: 3 Location: Montenegro
|
Posted: Mon 01 May '17 16:34 Post subject: |
|
|
I decided to use WAMP but following problems after it installed and was configuring it. [ ROOT DIR C:/wamp/bin or C:/wamp/bin/apache/Apache2.2.17/bin ]
1) When setting up have these problems
# Listen: Allows you to bind Apache to specific IP addresses and/or ports.
Listen 8000 BUT I get not recognized when I run from
C:/wamp/bin or C:/wamp/bin/apache/Apache2.2.17/bin .
even though the httpd:conf file says it does. I cannot bind to a port I want 8080 or 8000. It is currently 80 but as a test and I don't know if it will work otherwise
2)I get same for ServerName localhost:8000 (or 10.51.93.53:8000) from above path but it also gives not recognized. I get same for all paths starting C:/wamp up thru
C:/wamp/bin or C:/wamp/bin/apache/Apache2.2.17/bin
3) ipconfig Runs from C:/WAMP/bin but 'ServerName' and 'Listen' above don't?
Pv4 Address 10.51.93.54
Subnet Mask 255.255.255.252
Default Gateway 10.51.93.53
So which is the IP address to use just gateway?
4) In htdocs only file is index but I must put this code in htdoc and it didnt work when I put in the index file. should I make a new file , if so what would I call it?
# First, configure the "default" to be a very restrictive
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
# Document Root Directory
<Directory "D:/bin/Apache2.2/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory> |
|
Back to top |
|
|
|
|
|
|