Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: webpage not showing correctly |
|
Author |
|
strungstephen
Joined: 07 Sep 2008 Posts: 11 Location: united states, tx
|
Posted: Sat 20 Sep '08 4:56 Post subject: webpage not showing correctly |
|
|
im running apache 2.2.9 on a windows. when i go to my site highercause.homip.net, it shows up, not like the webpage should but
Index of/
.dark stripes.gif
.page1.html
.stripes.gif
anyone care to tell me where im going wrong. had it set up before the hurricane hit, everything seems to be the same but it doesn't display the page correctly. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sat 20 Sep '08 5:17 Post subject: |
|
|
no index.html file.
You could rename page1.html to index.html (I'm assuming here page1.html is the first page).
OR
Apache has this neat little directive called DirectoryIndex ... add page1.html to the front of it's list, restart apache and whalla
Good to see you survived Ike.
Gregg |
|
Back to top |
|
strungstephen
Joined: 07 Sep 2008 Posts: 11 Location: united states, tx
|
Posted: Sat 20 Sep '08 9:23 Post subject: good to go |
|
|
change the name o the page to index. can you tell me a good book to get from the bookstore, or what to look for in a book, to give me a better understanding of how apache works and how to configure it. everything i have learned i have learned online when it comes to a server. i do some repairs and a small bit of networking, all learned from books. |
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Sat 20 Sep '08 11:22 Post subject: |
|
|
O'Rielly as far as hsrd copy books, they have one devoted to securing Apache ... I've never read it. I'm sure a search of amazon for "Apache" would prove enlightening.
I have however;
Read the Apache manual completely at least 2 times.
Read sections of the manual most likely near 20 times.
Have done a lot of trial and error.
Squirrel away snippets of stuff I see on forums and such.
Take note of everything security related I see on Apache at security sites.
That last one goes for anything exposed to the hostile web from the OS up.
Apache Manual
http://httpd.apache.org/docs/2.2/
Specifically the "User's Guide" and "How-To" sections are the best place to start. After a short time you'll probably just go into "Run-time Configuration Directives"
Some things that over time have become my best friends;
Rewrite* SetEnv* |
|
Back to top |
|
|
|
|
|
|