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: Fresh Install Apache 2.4.25 x64 - new user
Author
Virtuneralo



Joined: 01 May 2017
Posts: 3
Location: Montenegro

PostPosted: Mon 01 May '17 10:15    Post subject: Fresh Install Apache 2.4.25 x64 - new user Reply with quote

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: 3049
Location: Hilversum, NL, EU

PostPosted: Mon 01 May '17 10:29    Post subject: Reply with quote

Follow the readme in the zip. Also have a look at
https://www.apachelounge.com/viewtopic.php?t=2394
Back to top
Virtuneralo



Joined: 01 May 2017
Posts: 3
Location: Montenegro

PostPosted: Mon 01 May '17 11:02    Post subject: Reply with quote

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: 3049
Location: Hilversum, NL, EU

PostPosted: Mon 01 May '17 14:27    Post subject: Reply with quote

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

PostPosted: Mon 01 May '17 16:34    Post subject: Reply with quote

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


Reply to topic   Topic: Fresh Install Apache 2.4.25 x64 - new user View previous topic :: View next topic
Post new topic   Forum Index -> Apache