LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   web server configuration (https://www.linuxquestions.org/questions/linux-networking-3/web-server-configuration-3737/)

threize 06-27-2001 12:50 AM

web server configuration
 
Hi! Jamie

I am the one who ask a question about the web server configuration two days ago. Thanks for replying my message.

On your reply message you ask me whether I got this error message on the screen or on my logs file.

Network Error
Failed to Parse Request
GET /~klim HTTP/1.0
Connection: Keep-Alive
User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686)
Host: klim.dyndns.org
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
Accept-Encoding: gzip
Accept-Language: en
Accept-Charset: iso-8859-1,*,utf-8

I got that error message on my screen which is on my netscape browser. I checked my logs files which are in error_logs and access_logs, and I found nothing stated there ( it seems only stated the local IP which is 127.0.0.1 error message).

I also have the directive to tell the apache where to look for user's html files which is /home/klim. But I still got the same error message appear on my screen browser.


Please help me to solve this problem.


thank you very much for your time.

tinman 06-27-2001 01:56 AM

What version of Apache is it? You may have to make a notation in access.conf, or httpd.conf depending on your version that looks like this:

<Directory /home/semitekie/www>
# This may also be "None", "All", or any combination of "Indexes",
# "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews".
Options Indexes Includes FollowSymLinks MultiViews All
AllowOverride None
order allow,deny
allow from all
</Directory>

This is IN ADDITION TO the <VirtualHost> directive and the DocumentRoot

Hope this helps

ICQ #78956214


All times are GMT -5. The time now is 07:26 PM.