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-3688/)

threize 06-25-2001 08:04 AM

web server configuration
 
Hi ! I was posted a question about web server configuration.

I just learn how to set up web server (apache) in RH7, and I would like to develope my own website. But the problem is how to publish my website to the internet??

I have followed Mr.Jamie (thanks Jamie) advices to register DNS to http://www.dyndns.org which I got the DNS is klim.dyndns.org with IP address 201.145.15.101. I also have configure apache httpd.conf which is the ServerName part to klim.dyndns.org. But everytime open the URL of http://klim.dyndns.org/~klim I got this kind of error message.
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 really confuse, what did I do wrong. So would you mind to help me to solve the problem.


thank you very much for your time.

jharris 06-25-2001 08:30 AM

You getting that error in your logs or on the screen? If its on screen then what do your logs say about it - /var/log/access & /var/log/error (by default). Somewhere in httpd.conf (dunno where - not at home at the mo) is a directive to tell Apache where to look for user's html files when you try to access a /~username URL. It defaults to public_html so do you have a folder called public_html in /home/klim?

cheers.

Jamie...


All times are GMT -5. The time now is 01:56 AM.