Matthew Daubenspeck wrote:
Yes, the virtual hosts all listen on <VirtualHost *>Kenneth Dombrowski said:I am trying to set up a http://dev.domain.tld VirtualHost as well as a http://www.domain.tld VirtualHost, which was working fine in Apache from the LAN when I was serving the DNS myself, and is reportedly working now from without the LAN<snip> Do you have the Apache virtual host listening to the machine's local ip? (192.168.0.x) I am also using dyndns.org and a netgear router, and I have no problems whatsoever.
I still have some domains set up for the LAN only (they belong to me, but are not registered with dyndns.org yet), these are VirtualHosts with the same apache configuration and they work fine, as shown below..
kenneth@enlil:~$ wget http://www.music-db.net
--14:22:29-- http://www.music-db.net/
=> `index.html.1'
Resolving www.music-db.net... done.
Connecting to www.music-db.net[192.168.0.3]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,110 [text/html]
100%[====================================>] 4,110 3.92M/s ETA 00:00
14:22:29 (3.92 MB/s) - `index.html.1' saved [4110/4110]
kenneth@enlil:~$ wget http://dev.music-db.net
--14:22:39-- http://dev.music-db.net/
=> `index.html.2'
Resolving dev.music-db.net... done.
Connecting to dev.music-db.net[192.168.0.3]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4,110 [text/html]
100%[====================================>] 4,110 501.71K/s ETA 00:00
14:22:39 (501.71 KB/s) - `index.html.2' saved [4110/4110]
also, supporting the reports I've had that the outside world can see http://www.kuboaa.org, something's turned up in the server's logs:
ENKIDU:/var/www/kuboaa.org# ls -l ./*/log
./dev/log:
total 32
-rw-r----- 1 root adm 0 Jan 12 06:25 access.log
-rw-r----- 1 root adm 0 Jan 12 06:25 error.log
./www/log:
total 44
-rw-r----- 1 root adm 383 Jan 20 13:40 access.log
-rw-r----- 1 root adm 0 Jan 12 06:25 error.log
ENKIDU:/var/www/kuboaa.org# cat www/log/access.log
66.123.187.68 - - [20/Jan/2003:13:40:16 -0500] "GET / HTTP/1.0" 200 4110 "-" "Mozilla/4.5 RPT-HTTPClient/0.3-2"
66.123.187.68 - - [20/Jan/2003:13:40:16 -0500] "GET / HTTP/1.0" 200 4110 "-" "Mozilla/4.5 RPT-HTTPClient/0.3-2"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]