Jump to content

Apache server question


astralaaron

Recommended Posts

Just wondering what you need to run an apache server? can you use a normal PC? or is it a special computer you need?I hear alot of people talking about using an apache server including a book I have about php and mySQL also where do you get the software / is it freeware ?looking forward to some info! thanks.

Link to comment
Share on other sites

as long as your ISP doesn't block port 80 you should be set to go, you will have to look into a dynamic ip service though unless you pay your ISP for a static ip address.
okay thanks, but will I be able to practice php/mSQL using the apache server offline?
Link to comment
Share on other sites

Yes, the server does not need to be connected to any network for it to run PHP. I have a server at home that I use for development that is only accessible on the local network, or if you are developing on the same computer where you have the server installed, then you would access the server on that computer using either http://localhost/ or http://127.0.0.1/. The only downside with that is that people typically don't install mail servers on development machines, so the send mail functions wouldn't work until you moved the PHP to an online server.

Link to comment
Share on other sites

Yes, the server does not need to be connected to any network for it to run PHP. I have a server at home that I use for development that is only accessible on the local network, or if you are developing on the same computer where you have the server installed, then you would access the server on that computer using either http://localhost/ or http://127.0.0.1/. The only downside with that is that people typically don't install mail servers on development machines, so the send mail functions wouldn't work until you moved the PHP to an online server.
thank you for the info!
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...