Find the answer to your Linux question:
Results 1 to 2 of 2
I am having some baffling issue viewing a directory , I am pretty sure its a easy fix but I dont know what else to do after 2 days. I ...
  1. #1
    Just Joined!
    Join Date
    Dec 2008
    Posts
    2

    Web Directory

    I am having some baffling issue viewing a directory , I am pretty sure its a easy fix but I dont know what else to do after 2 days.

    I have a linux box and created a folder in the webroot direct and the virtual directory in httpd.conf, however when I visit the directory from browser, 200.0.0.0/~test/index.html it shows sometimes and when I refresh it shows page error, I see no error in error logs, I am sure its a permissions issue but directory is 777 and owner is correct.

    Please help

  2. #2
    Linux Enthusiast meton_magis's Avatar
    Join Date
    Oct 2006
    Location
    arizona
    Posts
    665
    We need to see your httpd.conf configurations. If you run as root

    Code:
     egrep -v "^\s*$|^\s*#" /etc/httpd/conf/httpd.conf
    this should output your httpd.conf pruned down enough for us to be able to get through it. post it between some code /code tags, and we should be able to help more.

    If you'r uncomfortable with sharing this much, just trim down or replace the names / ips of what you don't want us to see.
    New to the internet, technical forums, or the hacker / open source community??
    Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html

    RHCE for RHEL version 5
    RHCT for RHEL version 4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...