Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to
LinuxQuestions.org , a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free.
Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please
contact us . If you need to reset your password,
click here .
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
10-05-2006, 03:07 PM
#1
Member
Registered: Jun 2004
Location: FL, USA
Distribution: Slackware 9.1
Posts: 190
Rep:
Apache Virtual Hosts
Is there a limiting factor to the number of virtual hosts a single server can host? Aside from performance issues and hardware? I have an apache server hosted two very low volume sites as virtual hosts. However, trying to add a third, again it will be very low volume so don't worry about speeds here, I cannot get it to direct it to that directory.
From /etc/apache/httpd.conf
Code:
<VirtualHost *>
ServerAdmin foo@foo.com
DocumentRoot /www/crimson/
ServerName site2.com
ServerAlias www.site2.com
</VirtualHost>
<VirtualHost *>
ServerAdmin foo@foo.com
DocumentRoot /www/site1/
ServerName site1.com
ServerAlias www.site1.com
</VirtualHost>
<VirtualHost *>
ServerAdmin foo2@foo2.com
DocumentRoot /www/site3/
ServerName site3.com
ServerAlias www.site3.com
ServerAlias site3
</VirtualHost>
The first two work beautifully. The third is a problem.
The line
is because the domain name forwarding and a "masking" is performed by godaddy.com. I've troubles witht his before. The only domain name I used, this new one is for a friend, provided by godaddy.com had trouble as a virtual host as well. I had to set it as the default server and let it fall through every time. The second site virtual host worked, so this configuration worked as long as the broken host could be default. I don't want site3 as default, and it's broken somehow. Any clues on why this could be? I am thinking DNS problems. Is my httpd.conf messed up?
10-05-2006, 03:14 PM
#2
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,408
Rep:
Moved: This thread is more suitable in Linux-Networking and has been moved accordingly to help your thread/question get the exposure it deserves.
10-05-2006, 03:16 PM
#3
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,408
Rep:
The configuration looks ok. I'd look into the logs to see what is really requested (which request the server gets) when you try to access site3 from your browser. If there's DNS-related problem, it should be clearly visible.
10-05-2006, 03:17 PM
#4
Member
Registered: Jun 2004
Location: FL, USA
Distribution: Slackware 9.1
Posts: 190
Original Poster
Rep:
Thanks, but which logs?
access_log and error_log gimme no clear answer.
10-05-2006, 03:42 PM
#5
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,408
Rep:
access_log, so the request looks completely correct?
10-05-2006, 06:39 PM
#6
Member
Registered: Jun 2004
Location: FL, USA
Distribution: Slackware 9.1
Posts: 190
Original Poster
Rep:
This is long, but it's the access log from this server. I don't see anything regarding the webpage I am looking for. Could I look up the IP of the GoDaddy DNS servers and see what they are doing?
Code:
71.40.151.202 - - [05/Oct/2006:00:00:30 -0400] "GET /favicon.ico HTTP/1.1" 404 285
71.40.151.202 - - [05/Oct/2006:00:00:34 -0400] "GET /mining/functions/html/ HTTP/1.1" 200 2470
71.40.151.202 - - [05/Oct/2006:00:00:36 -0400] "GET /mining/functions/html/makeLoginPage.php HTTP/1.1" 200 5
71.40.151.202 - - [05/Oct/2006:00:05:21 -0400] "GET /mining/functions/html/makeLoginPage.php HTTP/1.1" 200 5
71.40.151.202 - - [05/Oct/2006:00:05:26 -0400] "GET /mining/ HTTP/1.1" 200 237
71.40.151.202 - - [05/Oct/2006:00:10:37 -0400] "GET /mining/ HTTP/1.1" 200 237
71.40.151.202 - - [05/Oct/2006:00:10:38 -0400] "GET /mining/ HTTP/1.1" 200 237
66.249.72.75 - - [05/Oct/2006:00:16:38 -0400] "GET /oog/phpBB2/viewtopic.php?p=35&sid=30ec3451a73ed51d959082b6e1f9d5d9 HTTP/1.1" 200 42655
141.156.197.233 - - [05/Oct/2006:01:09:49 -0400] "GET /oog/index.php HTTP/1.1" 200 3826
141.156.197.233 - - [05/Oct/2006:01:09:49 -0400] "GET /oog/hkm.css HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:54 -0400] "GET /oog/phpBB2/index.php HTTP/1.1" 200 27290
141.156.197.233 - - [05/Oct/2006:01:09:54 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_faq.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:54 -0400] "GET /oog/phpBB2/templates/subSilver/images/logo_phpBB.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:54 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_search.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:54 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_message.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_big.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_latest_reply.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_members.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_profile.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_groups.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_register.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/whosonline.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_new_big.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_locked_big.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/cellpic3.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/cellpic1.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:55 -0400] "GET /oog/phpBB2/templates/subSilver/images/cellpic2.jpg HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:56 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_login.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:57 -0400] "GET /oog/phpBB2/viewforum.php?f=10&sid=4e6e188b90a7a226f984aa6268b33080 HTTP/1.1" 200 21742
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/post.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_announce.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_new.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_new_hot.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_hot.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_sticky.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_lock_new.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:09:58 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_lock.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:10:01 -0400] "GET /oog/phpBB2/viewtopic.php?t=22 HTTP/1.1" 200 21314
141.156.197.233 - - [05/Oct/2006:01:10:01 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/reply.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:10:02 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_minipost.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:10:02 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_quote.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:10:02 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_profile.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:10:02 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_pm.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:10:02 -0400] "GET /oog/phpBB2/templates/subSilver/images/spacer.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:10:38 -0400] "GET /oog/phpBB2/viewforum.php?f=1&sid=4e6e188b90a7a226f984aa6268b33080 HTTP/1.1" 200 19381
141.156.197.233 - - [05/Oct/2006:01:10:40 -0400] "GET /oog/phpBB2/viewtopic.php?t=24 HTTP/1.1" 200 20572
141.156.197.233 - - [05/Oct/2006:01:10:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_aim.gif HTTP/1.1" 200 753
141.156.197.233 - - [05/Oct/2006:01:10:45 -0400] "GET /oog/phpBB2/viewforum.php?f=2&sid=4e6e188b90a7a226f984aa6268b33080 HTTP/1.1" 200 21509
141.156.197.233 - - [05/Oct/2006:01:10:49 -0400] "GET /oog/phpBB2/viewtopic.php?t=19 HTTP/1.1" 200 35300
141.156.197.233 - - [05/Oct/2006:01:10:50 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_email.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:11:04 -0400] "GET /oog/phpBB2/viewforum.php?f=3&sid=4e6e188b90a7a226f984aa6268b33080 HTTP/1.1" 200 20501
141.156.197.233 - - [05/Oct/2006:01:11:08 -0400] "GET /oog/phpBB2/viewtopic.php?t=21 HTTP/1.1" 200 26525
141.156.197.233 - - [05/Oct/2006:01:11:08 -0400] "GET /oog/phpBB2/templates/subSilver/images/vote_lcap.gif HTTP/1.1" 200 113
141.156.197.233 - - [05/Oct/2006:01:11:09 -0400] "GET /oog/phpBB2/templates/subSilver/images/vote_rcap.gif HTTP/1.1" 200 113
141.156.197.233 - - [05/Oct/2006:01:11:09 -0400] "GET /oog/phpBB2/templates/subSilver/images/voting_bar.gif HTTP/1.1" 200 92
141.156.197.233 - - [05/Oct/2006:01:11:21 -0400] "GET /oog/phpBB2/viewtopic.php?t=20 HTTP/1.1" 200 40040
141.156.197.233 - - [05/Oct/2006:01:11:22 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_www.gif HTTP/1.1" 304 -
141.156.197.233 - - [05/Oct/2006:01:11:23 -0400] "GET /oog/phpBB2/images/smiles/icon_smile.gif HTTP/1.1" 200 174
141.156.197.233 - - [05/Oct/2006:01:11:23 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_msnm.gif HTTP/1.1" 200 783
141.156.197.233 - - [05/Oct/2006:01:11:23 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_icq_add.gif HTTP/1.1" 200 724
80.202.48.130 - - [05/Oct/2006:01:16:11 -0400] "HEAD /images/10_c3.jpg HTTP/1.1" 404 0
66.249.72.75 - - [05/Oct/2006:01:17:19 -0400] "GET /oog/phpBB2/viewtopic.php?p=40&sid=a23394661afc99631289b6955a9c0ff4 HTTP/1.1" 200 37797
80.202.48.130 - - [05/Oct/2006:01:17:20 -0400] "HEAD /images/10_c3.jpg HTTP/1.1" 404 0
72.77.216.216 - - [05/Oct/2006:01:34:36 -0400] "GET /images/wma_small.gif HTTP/1.1" 200 386
72.77.216.216 - - [05/Oct/2006:01:34:36 -0400] "GET /images/winamp_small.gif HTTP/1.1" 200 247
65.35.180.188 - - [05/Oct/2006:01:34:51 -0400] "GET /images/winamp_small.gif HTTP/1.1" 200 247
65.35.180.188 - - [05/Oct/2006:01:34:51 -0400] "GET /images/wma_small.gif HTTP/1.1" 200 386
131.247.234.69 - - [05/Oct/2006:01:49:37 -0400] "GET / HTTP/1.1" 302 5
131.247.234.69 - - [05/Oct/2006:01:49:37 -0400] "GET /oog/index.php HTTP/1.1" 200 3826
131.247.234.69 - - [05/Oct/2006:01:49:38 -0400] "GET /oog/hkm.css HTTP/1.1" 200 2209
131.247.234.69 - - [05/Oct/2006:01:49:38 -0400] "GET /favicon.ico HTTP/1.1" 404 285
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/logo_phpBB.gif HTTP/1.1" 200 7973
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_faq.gif HTTP/1.1" 200 219
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_search.gif HTTP/1.1" 200 237
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_members.gif HTTP/1.1" 200 223
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_groups.gif HTTP/1.1" 200 222
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_register.gif HTTP/1.1" 200 224
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/index.php HTTP/1.1" 200 27290
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_profile.gif HTTP/1.1" 200 236
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_message.gif HTTP/1.1" 200 232
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_mini_login.gif HTTP/1.1" 200 233
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_big.gif HTTP/1.1" 200 677
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_latest_reply.gif HTTP/1.1" 200 135
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/cellpic3.gif HTTP/1.1" 200 257
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/cellpic1.gif HTTP/1.1" 200 246
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/cellpic2.jpg HTTP/1.1" 200 480
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/whosonline.gif HTTP/1.1" 200 929
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_locked_big.gif HTTP/1.1" 200 673
131.247.234.69 - - [05/Oct/2006:01:49:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_new_big.gif HTTP/1.1" 200 663
131.247.234.69 - - [05/Oct/2006:01:49:44 -0400] "GET /oog/phpBB2/login.php?sid=7227f64393e5819d2146dd986bddfcc2 HTTP/1.1" 200 13162
131.247.234.69 - - [05/Oct/2006:01:50:01 -0400] "GET /oog/phpBB2/login.php?sid=7227f64393e5819d2146dd986bddfcc2 HTTP/1.1" 200 13162
131.247.234.69 - - [05/Oct/2006:01:50:03 -0400] "GET /oog/phpBB2/profile.php?mode=register&sid=7227f64393e5819d2146dd986bddfcc2 HTTP/1.1" 200 14374
131.247.234.69 - - [05/Oct/2006:01:50:05 -0400] "GET /oog/phpBB2/profile.php?mode=register&agreed=true HTTP/1.1" 200 21602
131.247.234.69 - - [05/Oct/2006:01:51:13 -0400] "POST /oog/phpBB2/profile.php HTTP/1.1" 200 22066
131.247.234.69 - - [05/Oct/2006:01:51:17 -0400] "GET /oog/phpBB2/login.php HTTP/1.1" 200 13162
131.247.234.69 - - [05/Oct/2006:01:51:29 -0400] "POST /oog/phpBB2/login.php HTTP/1.1" 302 5
131.247.234.69 - - [05/Oct/2006:01:51:30 -0400] "GET /oog/phpBB2/index.php?sid=7227f64393e5819d2146dd986bddfcc2 HTTP/1.1" 200 24959
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/viewforum.php?f=3 HTTP/1.1" 200 20324
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/post.gif HTTP/1.1" 200 1627
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder.gif HTTP/1.1" 200 344
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_announce.gif HTTP/1.1" 200 307
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_new.gif HTTP/1.1" 200 336
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_lock_new.gif HTTP/1.1" 200 459
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_lock.gif HTTP/1.1" 200 333
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_new_hot.gif HTTP/1.1" 200 1159
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_hot.gif HTTP/1.1" 200 1178
131.247.234.69 - - [05/Oct/2006:01:51:40 -0400] "GET /oog/phpBB2/templates/subSilver/images/folder_sticky.gif HTTP/1.1" 200 344
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/reply.gif HTTP/1.1" 200 1693
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/vote_rcap.gif HTTP/1.1" 200 113
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/voting_bar.gif HTTP/1.1" 200 92
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/vote_lcap.gif HTTP/1.1" 200 113
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/viewtopic.php?t=21 HTTP/1.1" 200 26490
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/icon_minipost.gif HTTP/1.1" 200 122
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_quote.gif HTTP/1.1" 200 794
131.247.234.69 - - [05/Oct/2006:01:51:42 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_profile.gif HTTP/1.1" 200 801
131.247.234.69 - - [05/Oct/2006:01:51:43 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_pm.gif HTTP/1.1" 200 833
131.247.234.69 - - [05/Oct/2006:01:51:43 -0400] "GET /oog/phpBB2/templates/subSilver/images/lang_english/icon_email.gif HTTP/1.1" 200 820
131.247.234.69 - - [05/Oct/2006:01:51:43 -0400] "GET /oog/phpBB2/templates/subSilver/images/spacer.gif HTTP/1.1" 200 43
131.247.234.69 - - [05/Oct/2006:01:51:52 -0400] "GET /oog/links HTTP/1.1" 404 283
131.247.234.69 - - [05/Oct/2006:01:51:54 -0400] "GET /oog/charter HTTP/1.1" 200 11392
131.247.234.69 - - [05/Oct/2006:01:51:57 -0400] "GET /oog/recruitment HTTP/1.1" 200 896
131.247.234.69 - - [05/Oct/2006:01:51:58 -0400] "GET /oog/products HTTP/1.1" 200 808
131.247.234.69 - - [05/Oct/2006:01:52:01 -0400] "GET /oog/index.php HTTP/1.1" 200 3826
66.249.72.75 - - [05/Oct/2006:02:17:54 -0400] "GET /oog/phpBB2/viewtopic.php?t=22&view=next&sid=807a14ea75c9004664452da62f6d1ad5 HTTP/1.1" 200 42655
63.236.213.102 - - [05/Oct/2006:02:25:46 -0400] "GET /images/winamp_small.gif HTTP/1.1" 200 247
63.236.213.102 - - [05/Oct/2006:02:25:46 -0400] "GET /images/wma_small.gif HTTP/1.1" 200 386
75.12.44.255 - - [05/Oct/2006:03:15:23 -0400] "HEAD /images/10_c3.jpg HTTP/1.1" 404 0
66.249.72.75 - - [05/Oct/2006:03:18:22 -0400] "GET /oog/phpBB2/viewtopic.php?p=54&sid=6d08471b881e305cc57dcdc607a97a4a HTTP/1.1" 200 42655
74.6.67.158 - - [05/Oct/2006:04:08:44 -0400] "GET /robots.txt HTTP/1.0" 404 277
74.6.66.7 - - [05/Oct/2006:04:08:59 -0400] "GET /clients/TT/Plevel.TT HTTP/1.0" 404 287
66.249.72.75 - - [05/Oct/2006:04:19:17 -0400] "GET /oog/phpBB2/viewtopic.php?p=58&sid=fec6b7afb2e8e6757b3ad580bf6b4e54 HTTP/1.1" 200 37797
74.6.72.227 - - [05/Oct/2006:04:28:00 -0400] "GET /robots.txt HTTP/1.0" 404 277
74.6.73.224 - - [05/Oct/2006:04:28:48 -0400] "GET /images/TS2L.tar.bz2 HTTP/1.0" 404 286
66.249.72.75 - - [05/Oct/2006:04:53:17 -0400] "GET /oog/phpBB2/viewtopic.php?p=63&highlight=&sid=d4849f0cea74f8256cacd2bf6668c9c6 HTTP/1.1" 200 42655
66.249.72.75 - - [05/Oct/2006:04:53:18 -0400] "GET /oog/phpBB2/viewtopic.php?p=61&sid=46a3ef8743d67d0616a196b889666199 HTTP/1.1" 200 42920
66.249.72.75 - - [05/Oct/2006:05:04:36 -0400] "GET /oog/phpBB2/viewtopic.php?p=62&highlight=&sid=d4849f0cea74f8256cacd2bf6668c9c6 HTTP/1.1" 200 22255
66.249.72.75 - - [05/Oct/2006:05:19:42 -0400] "GET /oog/phpBB2/viewtopic.php?p=44&highlight=&sid=fa044e26986c6b0df4f29e198f295337 HTTP/1.1" 200 42920
66.249.72.75 - - [05/Oct/2006:05:20:02 -0400] "GET /oog/phpBB2/viewtopic.php?p=62&sid=46a3ef8743d67d0616a196b889666199 HTTP/1.1" 200 22255
66.194.6.70 - - [05/Oct/2006:05:23:43 -0400] "GET / HTTP/1.1" 200 113
66.249.72.75 - - [05/Oct/2006:05:38:11 -0400] "GET /oog/phpBB2/viewtopic.php?t=24&highlight=&sid=d4849f0cea74f8256cacd2bf6668c9c6 HTTP/1.1" 200 22255
66.249.72.75 - - [05/Oct/2006:05:54:55 -0400] "GET /oog/phpBB2/viewtopic.php?t=16&highlight=&sid=d4849f0cea74f8256cacd2bf6668c9c6 HTTP/1.1" 200 42655
66.249.72.75 - - [05/Oct/2006:05:56:00 -0400] "GET /oog/phpBB2/viewtopic.php?p=63&sid=46a3ef8743d67d0616a196b889666199 HTTP/1.1" 200 42655
66.249.72.75 - - [05/Oct/2006:05:56:02 -0400] "GET /oog/phpBB2/viewtopic.php?p=56&sid=18f8d1baa63ffd0e69aace3d6cbb2aed HTTP/1.1" 200 37797
66.249.72.75 - - [05/Oct/2006:06:21:08 -0400] "GET /oog/phpBB2/search.php?search_author=harrington&sid=22a698294a5141b06ccbcc483fff0b22 HTTP/1.1" 200 16163
66.249.72.75 - - [05/Oct/2006:07:21:12 -0400] "GET /oog/phpBB2/profile.php?mode=viewprofile&u=2&sid=cf46d0796f2145cc6427d2a40178eb5b HTTP/1.1" 200 19135
66.249.72.75 - - [05/Oct/2006:08:22:20 -0400] "GET /oog/phpBB2/viewtopic.php?t=20&highlight=&sid=fa044e26986c6b0df4f29e198f295337 HTTP/1.1" 200 42920
84.92.194.4 - - [05/Oct/2006:08:42:14 -0400] "GET /igb/index.php HTTP/1.0" 200 2115
84.92.194.4 - - [05/Oct/2006:08:42:19 -0400] "GET /igb/roster.php HTTP/1.0" 200 3072
84.92.194.4 - - [05/Oct/2006:08:42:32 -0400] "GET /igb/forums/forum.php HTTP/1.0" 200 4470
84.92.194.4 - - [05/Oct/2006:08:43:43 -0400] "GET /igb/forums/index.php?p=topic&fid=10 HTTP/1.0" 200 4403
84.92.194.4 - - [05/Oct/2006:08:43:44 -0400] "GET /igb/forums/base/style.css HTTP/1.0" 200 1031
84.92.194.4 - - [05/Oct/2006:08:44:13 -0400] "GET /igb/forums/index.php?p=post&fid=10&tid=16 HTTP/1.0" 200 14623
84.92.194.4 - - [05/Oct/2006:08:44:13 -0400] "GET /igb/forums/base/style.css HTTP/1.0" 200 1031
66.249.72.75 - - [05/Oct/2006:09:22:23 -0400] "GET /oog/phpBB2/viewtopic.php?p=28&sid=25108fce286a1c01e75da7b98ff1edfa HTTP/1.1" 200 26877
66.249.72.75 - - [05/Oct/2006:10:24:03 -0400] "GET /robots.txt HTTP/1.1" 404 284
66.249.72.75 - - [05/Oct/2006:10:24:04 -0400] "GET /oog/phpBB2/viewtopic.php?p=55&sid=5cc67be76f045ee38d1fc19348b2f98b HTTP/1.1" 200 42655
217.226.176.194 - - [05/Oct/2006:10:42:39 -0400] "HEAD /images/10_c3.jpg HTTP/1.1" 404 0
217.80.173.234 - - [05/Oct/2006:10:43:12 -0400] "HEAD /images/10_c3.jpg HTTP/1.1" 404 0
83.135.4.67 - - [05/Oct/2006:11:06:51 -0400] "HEAD /images/10_c3.jpg HTTP/1.1" 404 0
66.249.72.75 - - [05/Oct/2006:11:24:48 -0400] "GET /oog/phpBB2/viewtopic.php?p=46&sid=a23394661afc99631289b6955a9c0ff4 HTTP/1.1" 200 37797
24.94.53.27 - - [05/Oct/2006:12:23:00 -0400] "GET / HTTP/1.0" 200 113
84.141.191.191 - - [05/Oct/2006:12:32:07 -0400] "HEAD /images/10_c3.jpg HTTP/1.1" 404 0
66.194.6.74 - - [05/Oct/2006:12:46:17 -0400] "GET / HTTP/1.1" 200 113
71.101.78.14 - - [05/Oct/2006:13:03:54 -0400] "GET /images/wma_small.gif HTTP/1.1" 304 -
71.101.78.14 - - [05/Oct/2006:13:03:54 -0400] "GET /images/winamp_small.gif HTTP/1.1" 304 -
66.249.72.75 - - [05/Oct/2006:13:16:23 -0400] "GET /oog/phpBB2/viewtopic.php?t=24&view=previous&sid=c6ee1898f089b05701026f98a88876ac HTTP/1.1" 200 12805
66.249.72.75 - - [05/Oct/2006:13:16:25 -0400] "GET /oog/phpBB2/viewtopic.php?p=59&sid=27314664cd8f54b23ae37c381c4c1ec3 HTTP/1.1" 200 42920
66.249.72.75 - - [05/Oct/2006:13:16:26 -0400] "GET /oog/phpBB2/viewtopic.php?t=24&start=0&postdays=0&postorder=asc&highlight=&sid=efecc9f82afca3c21c0e708c3bff4247 HTTP/1.1" 200 22255
66.249.72.75 - - [05/Oct/2006:13:16:27 -0400] "GET /oog/phpBB2/viewtopic.php?t=24&view=next&sid=c6ee1898f089b05701026f98a88876ac HTTP/1.1" 200 12793
169.139.222.5 - - [05/Oct/2006:14:05:05 -0400] "GET / HTTP/1.1" 304 -
169.139.222.5 - - [05/Oct/2006:14:05:05 -0400] "GET /playing.html HTTP/1.1" 304 -
169.139.222.5 - - [05/Oct/2006:14:05:05 -0400] "GET /style.css HTTP/1.1" 304 -
169.139.222.5 - - [05/Oct/2006:14:12:40 -0400] "GET /miningbuddy/ HTTP/1.1" 200 64
169.139.222.5 - - [05/Oct/2006:14:12:58 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:13:20 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:13:22 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
71.248.244.228 - - [05/Oct/2006:14:14:54 -0400] "GET /images/wma_small.gif HTTP/1.1" 200 386
71.248.244.228 - - [05/Oct/2006:14:14:54 -0400] "GET /images/winamp_small.gif HTTP/1.1" 200 247
66.249.72.75 - - [05/Oct/2006:14:20:43 -0400] "GET /oog/phpBB2/profile.php?mode=viewprofile&u=20&sid=0f34a5eec53fe7aeda3a5def42274cc8 HTTP/1.1" 200 18984
24.148.87.198 - - [05/Oct/2006:14:24:02 -0400] "GET / HTTP/1.1" 302 5
24.148.87.198 - - [05/Oct/2006:14:24:02 -0400] "GET /oog/index.php HTTP/1.1" 200 3826
24.148.87.198 - - [05/Oct/2006:14:24:05 -0400] "GET /oog/phpBB2/index.php HTTP/1.1" 200 27293
24.148.87.198 - - [05/Oct/2006:14:24:08 -0400] "GET /oog/phpBB2/login.php?sid=f6b1faffac77b01307d71989f3ed0e0d HTTP/1.1" 200 13162
24.148.87.198 - - [05/Oct/2006:14:24:18 -0400] "POST /oog/phpBB2/login.php HTTP/1.1" 302 5
24.148.87.198 - - [05/Oct/2006:14:24:19 -0400] "GET /oog/phpBB2/index.php?sid=f6b1faffac77b01307d71989f3ed0e0d HTTP/1.1" 200 24910
169.139.222.5 - - [05/Oct/2006:14:27:23 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:27:25 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:27:57 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:28:23 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:28:36 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:28:37 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:28:38 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:14:29:36 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
66.249.72.75 - - [05/Oct/2006:14:34:52 -0400] "GET /oog/phpBB2/profile.php?mode=viewprofile&u=20&sid=59c69e5ff626903bbae8bdb5b985d823 HTTP/1.1" 200 18984
169.139.222.5 - - [05/Oct/2006:14:38:36 -0400] "GET /miningbuddy/test.php HTTP/1.1" 200 128
70.126.159.43 - - [05/Oct/2006:14:43:35 -0400] "GET /images/winamp_small.gif HTTP/1.1" 200 247
70.126.159.43 - - [05/Oct/2006:14:43:35 -0400] "GET /images/wma_small.gif HTTP/1.1" 200 386
169.139.222.5 - - [05/Oct/2006:14:47:03 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
69.242.41.37 - - [05/Oct/2006:14:48:03 -0400] "GET /images/wma_small.gif HTTP/1.1" 304 -
69.242.41.37 - - [05/Oct/2006:14:48:03 -0400] "GET /images/winamp_small.gif HTTP/1.1" 304 -
66.249.72.75 - - [05/Oct/2006:14:49:33 -0400] "GET /oog/phpBB2/viewtopic.php?p=51&sid=27314664cd8f54b23ae37c381c4c1ec3 HTTP/1.1" 200 42920
66.249.72.75 - - [05/Oct/2006:15:04:14 -0400] "GET /oog/phpBB2/viewtopic.php?p=59&sid=b75558bec5e523629bda18f2216fb100 HTTP/1.1" 200 42920
169.139.222.5 - - [05/Oct/2006:15:26:25 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:15:26:43 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:15:36:39 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:15:37:16 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:15:37:24 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:15:37:32 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:15:37:42 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
169.139.222.5 - - [05/Oct/2006:15:38:03 -0400] "GET /miningbuddy/ HTTP/1.1" 200 95
66.249.72.75 - - [05/Oct/2006:15:40:04 -0400] "GET /oog/phpBB2/viewtopic.php?p=51&sid=b75558bec5e523629bda18f2216fb100 HTTP/1.1" 200 42920
65.111.40.177 - - [05/Oct/2006:15:57:07 -0400] "GET /images/trimages/barbed HTTP/1.1" 200 84122
169.139.222.5 - - [05/Oct/2006:16:02:19 -0400] "GET /playing.html HTTP/1.1" 304 -
169.139.222.5 - - [05/Oct/2006:16:02:23 -0400] "GET /java/request.js HTTP/1.1" 404 294
169.139.222.5 - - [05/Oct/2006:16:02:24 -0400] "GET /java/songinfo.js HTTP/1.1" 404 295
74.6.67.137 - - [05/Oct/2006:16:03:23 -0400] "GET /robots.txt HTTP/1.0" 404 277
74.6.72.32 - - [05/Oct/2006:16:03:25 -0400] "GET /clients/MM/MM.shtml HTTP/1.0" 404 286
24.94.53.27 - - [05/Oct/2006:16:19:45 -0400] "GET / HTTP/1.0" 200 113
169.139.222.5 - - [05/Oct/2006:16:22:29 -0400] "GET /images/trimages/barbed HTTP/1.1" 200 84122
10-06-2006, 02:11 PM
#7
Moderator
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,408
Rep:
By I don't see anything regarding the webpage I am looking for. you mean there's no access to the directory for your new virtual server?
It would be worth it to look like the whole request looks like, not only what's shown in the logs. In the HTTP request there's Host: field that has host the request is directed to (host name). You have the effect from your browser, so you can run Ethereal (or any packet sniffer), access the site from your browser and see how the request looks like - you'll also get all DNS requests (and replies).
If you need assistance running Ethereal, just let me know.
Thread Tools
Search this Thread
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
All times are GMT -5. The time now is 12:58 AM .
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know .
Latest Threads
LQ News