LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   How to configure apache webserver (https://www.linuxquestions.org/questions/linux-networking-3/how-to-configure-apache-webserver-73456/)

jagadish 07-17-2003 02:02 AM

How to configure apache webserver
 
Hello Sir,

pl help me how to configure Apache webserver on redhat linux8.0 or how to configure webserver on redhat linux8.0.

hexbit 07-17-2003 02:44 AM

Apache help
 
Here's a great place to get info on Apache :

http://httpd.apache.org/docs-project/

It covers versions 1.3, 2.0 and 2.1 .. also, check out the faq - excellent source of information to get you up and running ..

pnh73 07-17-2003 10:44 AM

Install a tool such as webmin (www.webmin.com). This will allow you to configure the Apache Webserver using a web interface. This is particularly useful if you dont wish to mess around with configuration files.

WorldBuilder 07-17-2003 11:01 AM

Actually, do you have it INSTALLED already? For RH, just download the RPM and install it. After that, you will realize that apache works right out of the box! all you have to do is run "service httpd start". Then, go to the httpd.conf file and find "DocumentRoot". That will tell you what the default directory is. It's been a while since I did it, so I forget what the default is, but look at that line in the config file, and it will tell you. Then, just put all your web files in that directory, and go to the website! That's it.

However, just because it WORKS out of the box doesn't mean it works WELL out of the box. There is still a lot of configuring to do regarding security and other aspects. But for now, that will at least get it running! We can work on the rest later.

Chris


All times are GMT -5. The time now is 08:26 AM.