Re: Setting up Apache on RH8 - Update
From: Mauriat (usenet_at_NOSPAMmjmwired[dot)
Date: 02/01/04
- Next message: Miss Chanandler Bong: "Re: Linux book"
- Previous message: ynotssor: "Re: Linux book"
- In reply to: Rock: "Re: Setting up Apache on RH8 - Update"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 01 Feb 2004 16:35:18 -0500
Rock wrote:
> I am slowly getting my way thru this but..
>
> If I put http://localhost in the browser I still get a panel that wans
> an ID and Pwd. When I get out of that panel, the URL in the rwspoer
> show http://localhost/localstart.asp
>
> When I enter the IP 192.168.168.110 into the browser I get a page that
> says..
> Under Construction - The site I am trying to get does not currently have
> an default page. It may be in the process of being upgraded etc.
>
> That 192.168.168.110 is the IP# the box has for the LAN it is connected
> to and on boot up it says it does not know what the ServerName is so use
> this number.
>
> I do have an index.html page I put in /var/www/html but the browser does
> not get it, even when I put the /index.htm extension in the URL address.
>
> In httpd.conf it refers to /var/www/html as the file place.
> There isn't any .htaccess file in the html dir. Would it me somewhere else?
>
> It's all very confusing !! :)
>
>
> Rock
>
(please don't top post)
Look for a line in httpd.conf similar to "DirectoryIndex index.html"
What does it say?
I cannot guess how you have your apache configured. Other files can
generate "password pop-ups", it need not be an .htaccess or .htpasswd
files. To view hidden files use '-a' with the 'ls' command:
ls -la /var/www/html
If you don't have anything of importance there, you may want to backup
your www data and just reinstall apache. (1) backup all files you worked
on before in /var/www (2) uninstall the rpm (3) remove the /var/www
directory (4) re-install the rpm. If you do this, do this CAREFULLY!!!
Spend some time reading apache documentation or you might want to look
into a beginners book.
I hope this helps.
-- Mauriat (www.mjmwired.net) ---------------------------- Remove 'NOSPAM' to email me.
- Next message: Miss Chanandler Bong: "Re: Linux book"
- Previous message: ynotssor: "Re: Linux book"
- In reply to: Rock: "Re: Setting up Apache on RH8 - Update"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|