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: Need Help with Setting up APACHE Server on Windows
Author
xRyu99



Joined: 21 Nov 2015
Posts: 10
Location: US, Michigan

PostPosted: Sat 21 Nov '15 18:11    Post subject: Need Help with Setting up APACHE Server on Windows Reply with quote

Hello, my subject says it all.

I'm "Brand" new to using anything "related" to Apache and I would love to learn how to use my own Folder, On network which is accessed by my ip. and I would like to learn how can I make an Apache Server, using it, or the steps on how to properly "install" a linux, or windows operating system using it as a web hosting "drive"

I'm confused with anything that relate to Apache, so please help me get through this step.

I know alittle bit about "apache" and what it is. (Its a program that is used to host a website on a home network) thats all I know.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3053
Location: Hilversum, NL, EU

PostPosted: Sat 21 Nov '15 19:52    Post subject: Reply with quote

We all started as brand new, Trying is leaning.

Start install Apache from
https://www.apachelounge.com/download/ and pick httpd-2.4.17-win64-VC14.zip (assuming you have Win7. 8 or 10)

Install first the vc_redist.x64.exe for Visual Studio 2015: http://www.microsoft.com/en-us/download/details.aspx?id=48145

Unzip the httpd-2.4.17-win64-VC14.zip to c:/Apache24

Further see the ReadMe.txt in the zip.


Also have a look at https://www.apachelounge.com/viewtopic.php?t=2394
Back to top
xRyu99



Joined: 21 Nov 2015
Posts: 10
Location: US, Michigan

PostPosted: Sat 21 Nov '15 20:06    Post subject: Reply with quote

Thank you for the kind help. Smile
Back to top
xRyu99



Joined: 21 Nov 2015
Posts: 10
Location: US, Michigan

PostPosted: Sat 21 Nov '15 20:35    Post subject: Reply with quote

Question Though...

Since I have Windows, The DOS command for HTPPD.exe will not work I'm on Windows 10, and following the instructions does nothing to help with the issue.

What do I do? I tried what it said and DOS is giving me the error "The
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3053
Location: Hilversum, NL, EU

PostPosted: Sat 21 Nov '15 20:48    Post subject: Reply with quote

Above post of you, I do not see the error..


You must be in folder c:/Apache24/bin :

>cd c:/apache24/bin

And type :

>httpd.exe

?

What is the error ?


Last edited by Steffen on Sat 21 Nov '15 20:58; edited 2 times in total
Back to top
xRyu99



Joined: 21 Nov 2015
Posts: 10
Location: US, Michigan

PostPosted: Sat 21 Nov '15 20:51    Post subject: Reply with quote

Do I have to run the httpd.exe from inside the directory

if I type just httpd.exe in the CMD as "admin" it gives me the syntax error, but if I run it from directory it doesnt give me an issue, but the domain / ip error that says I have to change because it cant continue
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3053
Location: Hilversum, NL, EU

PostPosted: Sat 21 Nov '15 20:55    Post subject: Reply with quote

I edited my post above for the folder.

You say: ...but the domain / ip error that says I have to change because it cant continue

Please post always the exact error/warning you get ?
Back to top
xRyu99



Joined: 21 Nov 2015
Posts: 10
Location: US, Michigan

PostPosted: Sat 21 Nov '15 21:07    Post subject: Reply with quote

AH00558: httpd.exe Could not reliably determine the server's fully qualified domain name, using (my mac address) set the "Servername' directive globally to supress this message

I have a netgear router, and I have a readyshare drive with an IP Address can I can access (Via FTP/Filezilla) and I want to assign a folder inside that

P.S. IP/Apache24/bin and do it that way but dont know how to do that. since my computer isnt appearing an IP
Back to top
admin
Site Admin


Joined: 15 Oct 2005
Posts: 677

PostPosted: Sat 21 Nov '15 21:11    Post subject: Reply with quote

You can ignore that warning.

When Apache runs, try http://localhost/
Back to top
xRyu99



Joined: 21 Nov 2015
Posts: 10
Location: US, Michigan

PostPosted: Sat 21 Nov '15 21:49    Post subject: Reply with quote

admin wrote:
You can ignore that warning.

When Apache runs, try http://localhost/


how do you run a apache server, from an IP Address?

Since the apache isnt locally stored on my computer (yes I can store it on my computer than run it, but its on my portable hard-drive (accessiable) via Network accessabled by an IP Address

i don''t know if you can do cd (ip) than the folder name? how does that work?

EDIT: I determined that the IP Address of the Readyshare Drive, thats connected to my NETWORK can't be accessed outside the WIFI Zone. Therefore I cant use its IP Address to host my website.

I dont know if my (Computer Alone) connected my network can established a IP Address, therefore to host a domain name..

EDIT: If I dont close the CMD, that has the apache error that I explained, It works. But I still dont know what IP address it is. so I can connect a domain to it, nor a website
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3053
Location: Hilversum, NL, EU

PostPosted: Sun 22 Nov '15 11:22    Post subject: Reply with quote

Puzzled what you want to achieve.

Where is Apache running ?

Where are the files you want to serve ?

The outside IP form a PC you van get with e.g. https://www.iplocation.net/find-ip-address
Back to top
xRyu99



Joined: 21 Nov 2015
Posts: 10
Location: US, Michigan

PostPosted: Sun 22 Nov '15 16:43    Post subject: Reply with quote

The problem I was facing was, My Port Fowarding was not turned on for my internal IP, therefore. Apache was not working for my public ip, therefore. I reserved my internal ip with my mac address, on my router with port fowarding for that specific internal ip and it works great now.
Back to top


Reply to topic   Topic: Need Help with Setting up APACHE Server on Windows View previous topic :: View next topic
Post new topic   Forum Index -> Apache