Troubleshooting Apache HTTP Server Configuration on Linux

  • Thread starter karthik3k
  • Start date
  • Tags
    Linux
In summary, the speaker is discussing their difficulties with displaying their index.html file on the Apache http server. They have checked the httpd.conf file and confirmed that the document root is set to /var/www/html/, but they are still unable to access their index.html file. They ask for help and receive a link to a potential solution.
  • #1
karthik3k
149
0
My RH9 is preinstalled with Apache http server.
If i connect to 127.0.0.1 its showing the test page. But i have an index.html file in /var/www/html/ folder. And this folder path is given as the document root in httpd.conf file.

I donno from where that test page comes out and i donno how to display my index.html file.
It doesn't work even if i use 127.0.0.1/index.html

Somebody please help...
Thanx
 
Computer science news on Phys.org
  • #2
check the .conf file to see where Apache's root directory is. It apparently isn't /var/www/html.

- Warren
 
  • #3
No. It is /var/www/html
 
  • #4
Maybe this will help:

http://myy.helia.fi/~karte/kurssit/lamp-linux-apache-mysql-php-quickstart.html [Broken]
 
Last edited by a moderator:
  • #5
chroot said:
check the .conf file to see where Apache's root directory is. It apparently isn't /var/www/html.
An Unfortunate off-track :tongue2:
 
Last edited:

What is HHTP?

HHTP stands for HyperText Transfer Protocol, which is the protocol used for transferring data over the internet. It is the foundation of data communication for the World Wide Web.

What is the problem with HHTP in LINUX?

The main problem with HHTP in LINUX is that it does not support certain advanced features, such as persistent connections and caching, which are commonly used in other operating systems. This can lead to slower performance and less efficient use of network resources.

How can the HHTP problem in LINUX be resolved?

There are several ways to address the HHTP problem in LINUX. One option is to use a different web server that supports more advanced features, such as Apache or Nginx. Another option is to use a proxy server, such as Squid, to handle the HHTP requests and improve performance.

Is the HHTP problem in LINUX a major concern?

The HHTP problem in LINUX may be a concern for some users, especially those who require high-performance web servers or need to handle a large volume of web traffic. However, for most users, the impact may be minimal and may not significantly affect their daily web browsing experience.

What are the advantages of using HHTP in LINUX?

Although HHTP in LINUX may have some limitations, it also has several advantages. For example, it is an open-source protocol, which means it can be freely modified and distributed. Additionally, it is widely used and supported, making it a reliable and accessible option for web communication.

Similar threads

  • Programming and Computer Science
Replies
4
Views
3K
  • Programming and Computer Science
Replies
6
Views
1K
  • Computing and Technology
Replies
2
Views
13K
  • General Math
Replies
3
Views
5K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
6
Views
10K
Replies
2
Views
2K
  • Computing and Technology
Replies
1
Views
3K
Replies
4
Views
3K
  • Computing and Technology
Replies
19
Views
9K
  • Science and Math Textbooks
2
Replies
62
Views
52K
Back
Top