Apache server: configure your own server

chitwa

New Member
Messages
128
Reaction score
0
Points
0
So I checked out Apache on linux version 7.3 and was pleasantly surprised that server software was so available! After a little twicking here and there, I found that I could host my website from home! (If i had the internet link that is)

SO what do we do?

Step 1
Check that you have linux installed (Didn't know where to get apache windows versions).
Look for the following software: named (It is part of bind), apache. You can easily check by running rpm -q <Program> eg rpm -q bind.
Please ensure that you install named and apache configuration programs. Doing it manually is seriously tiresome work! I usue apacheconf and bindconf.

Hey, sorry to break you off at this point. My cyber credit is finished. I'll be back with the rest. And sorry all for the silence. Was out roaming our beautiful country.
 

n4tec

Active Member
Messages
3,312
Reaction score
0
Points
36
Last edited:

chitwa

New Member
Messages
128
Reaction score
0
Points
0
Hey thnk fr the links. I will do more research on this. Then I will update this
 
Last edited:

Richard

Active Member
Messages
2,028
Reaction score
0
Points
36

tehpwner

Banned
Messages
612
Reaction score
0
Points
0
Go to www.uniformserver.com and you can get a pre-installed Apache package that is simple to run. It has:

-Apache
-PHP 5.x
-PHPMyAdmin
-MySQL 4.x
-Python
-Perl
-CGI

And it has some other plugins that you can get from their website.
 
Last edited:
Top