LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   (404)error (https://www.linuxquestions.org/questions/linux-networking-3/404-error-940/)

johncla 02-19-2001 08:58 PM

I just found out that some of IT gurus at my local community college are trying to set up apache within linux in order to allow users to telnet into their accounts on the internet. I am told that one user can telnet into the server, access his files but when he trys to open the html index within his file he gets an error(404). If he accesses the same file at the server he does not have a problem view the index.do you have any answers,hope this is enough info

aimstr8 03-25-2001 06:09 PM

Are you using RedHat? Search your conf/httpd.conf file for this exact string: <Files ~>. If you find it, that's your problem -- that particular <Files> container is malformed. Delete it or replace it with <Files ~ "^\.ht"> and restart your server and things should work as expected.

This error appears to be caused by a problem with the version of linuxconf distributed with Redhat 6.x. It may reappear if you use linuxconf again
.

Hope this helps


All times are GMT -5. The time now is 08:18 PM.