SLEDGEHAMMER84
Members-
Posts
36 -
Joined
-
Last visited
Never
About SLEDGEHAMMER84
- Birthday 09/27/1984
Profile Information
-
Gender
Male
Contact Methods
-
Yahoo
mikep_csccb
SLEDGEHAMMER84's Achievements
Newbie (1/5)
0
Reputation
-
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
I did not do a2ensite command. I just added namevirtualhost * to my /etc/apache2/apache2.conf file and everything works great now. www.mikesgreatgifts.com and www.mendezmartialarts.com is working via external computer. I guess i do not have to enable the site in order for them to work.???? -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
Ok finally i have some good news. I am back where i started. www.mikesgreatgifts.com resolves but my second site is showing my mikesgreatgifts.com site. I am able to hit the server via external connection, through the domain names. I had to Uninstal apache completely. then re-instal via synaptic package manager. and it fired right up with no config modifications yet. Last time I incurred my problem when i ran a2ensite www.mendezmartialarts.com. Right now i dont have any files in my sites-enabled directory. I am not sure how it is serving this page since this is my default file in /etc/apache2/sites-available directory? instead of showing the default "IT WORKS!" i get my site??? NameVirtualHost * <VirtualHost *> ServerAdmin webmaster@localhost DocumentRoot /var/www/ <Directory /> Options FollowSymLinks AllowOverride None </Directory> <Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all </Directory> ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ <Directory "/usr/lib/cgi-bin"> AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On Alias /doc/ "/usr/share/doc/" <Directory "/usr/share/doc/"> Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 127.0.0.0/255.0.0.0 ::1/128 </Directory> </VirtualHost> -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
Now i performed a port scan on the lan using the lan IP and I get the same results. 21 & 22 open and the rest closed. So i am assuming that there is a problem with the server not my ISP. Any Ideas on where to go from here??? -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
only router is the one provided by the ISP. I had configured it to forward the WAN static ip to the machines static lan IP. I figure that it forwards all ports(considering that i had it working and i have not made any changes to the router.) Can i run anything on the server to see if i can send out through 80? -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
I did a port scan to check for open ports on my static ip from a remote location, and the only ports that showed open were 21 & 22. Is there a way to see if the ISP is now blocking this port??? what settings to I need to check to make sure these ports are being used by apache? Is there any other reason why I would get these results? -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
Ok the specified directory for the error logs was non-existant for www.mendezmartialarts.com. I created the directory and the two files error.log and access.log. but now i get this. What permission group should i set for apache to be able to write??? tail -n 200 /var/log/apache2/error.log (2)No such file or directory: apache2: could not open error log file /home/mike/www/www.mendezmartialarts.com/logs/error.log. Unable to open logs root@mike-server:~# /home/mike/www/www.mendezmartialarts.com/logs/error.log -bash: /home/mike/www/www.mendezmartialarts.com/logs/error.log: Permission denied root@mike-server:~# -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
This is what i get root@mike-server:~# tail -n 200 /var/log/apache2/error.log (2)No such file or directory: apache2: could not open error log file /home/mike/www/www.mendezmartialarts.com/logs/error.log. Unable to open logs root@mike-server:~# -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
This is the commented hosts file... 127.0.0.1 localhost.localdomain localhost #127.0.0.1 mike-server 127.0.0.1 www.mikesgreatgifts.com 127.0.0.1 www.mendezmartialarts.com # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts And this is what i got in terminal. I went ahead and undid this since i got this error after doing this. root@mike-server:~# /usr/sbin/apache2ctl configtest apache2: apr_sockaddr_info_get() failed for mike-server apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Syntax OK root@mike-server:~# /etc/init.d/apache2 reload * Reloading web server config apache2 root@mike-server:~# -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
@ neogranas: I will try this. And post results @ thorpe: No i do not have any hardware or software firewall installations. Is there a way to test the throughput of a certain port. I am still able to access my server using www.mikesgreatgifts.com in PuTTY and VNC Viewer. Here is the iptable root@mike-server:~# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination root@mike-server:~# -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
Ok Here are the permissions of the files root@mike-server:~# ls -l /home/mike total 40 drwxr-xr-x 3 mike mike 4096 2008-09-14 19:38 Desktop drwxr-xr-x 2 mike mike 4096 2008-09-08 10:15 Documents lrwxrwxrwx 1 mike mike 26 2008-09-11 14:04 Examples -> /usr/share/example-content drwxr-xr-x 3 mike mike 4096 2008-09-25 19:43 files drwxr-xr-x 2 mike mike 4096 2008-09-08 10:15 Music -rw------- 1 root root 2144 2008-09-15 11:29 (null) drwxr-xr-x 2 mike mike 4096 2008-09-08 10:15 Pictures drwxr-xr-x 2 mike mike 4096 2008-09-08 10:15 Public drwxr-xr-x 2 mike mike 4096 2008-09-08 10:15 Templates drwxr-xr-x 2 mike mike 4096 2008-09-08 10:15 Videos drwxr-xr-x 4 mike mike 4096 2008-10-17 11:12 www root@mike-server:~# ls -l /home/mike/www total 8 drwxr-xr-x 5 mike mike 4096 2008-10-17 10:52 www.mendezmartialarts.com drwxr-xr-x 17 mike root 4096 2008-10-22 17:50 www.mikesgreatgifts.com root@mike-server:~# -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
I just tried replacing the subfolder( because of the errors in the log) and still no luck. -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
www.mendezmartialarts.com Yes. I have tried this with both sites. the error log was located in a subfolder of the website. -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
Here is tail -n 200 of one error log. It is looking for files that i moved out for the new site. Everything in the /teammma subfolder was removed home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22f.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23a.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23b.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23c.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23d.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23e.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_18h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_19h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_20v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_20h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_24v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_25v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_26v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_24h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:09 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_27v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_25h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_26h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_28v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_27h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_29v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_28h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_30v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_29h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_30h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:25:29 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/arrow.gif, referer: http://w ww.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21a.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21b.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21c.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21d.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21e.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21f.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22a.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22b.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:56 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/gallery_back.gif, referer: h ttp://www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22c.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22d.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22e.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22f.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23a.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23b.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23c.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23d.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23e.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_18h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_20v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_19h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_20h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_21h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_22h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_24v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_23h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_25v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_26v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_24h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:57 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_27v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_25h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_26h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_28v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_27h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_29v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_28h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_30v.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_29h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:27:58 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/pic_30h.jpg, referer: http:/ /www.mikesgreatgifts.com/teammma/gallery.html [Thu Oct 16 22:28:10 2008] [error] [client 24.167.90.101] File does not exist: / home/mike/www/www.mikesgreatgifts.com/teammma/photo/arrow.gif, referer: http://w ww.mikesgreatgifts.com/teammma/gallery.html [Fri Oct 17 10:35:31 2008] [error] [client 12.196.238.226] File does not exist: /home/mike/www/www.mikesgreatgifts.com/favicon.ico root@mike-server:~# -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
What would i type in the browser to view locally on the server? ??? -
[SOLVED] Help With Virtual Host
SLEDGEHAMMER84 replied to SLEDGEHAMMER84's topic in Apache HTTP Server
This is my current /etc/hosts 127.0.0.1 localhost.localdomain localhost 127.0.0.1 mike-server 127.0.0.1 www.mikesgreatgifts.com 127.0.0.1 www.mendezmartialarts.com # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts