[OT]Re-All requests go to only the parent domain (MacOSX Server 10.4)
[OT]Re-All requests go to only the parent domain (MacOSX Server 10.4)
- Subject: [OT]Re-All requests go to only the parent domain (MacOSX Server 10.4)
- From: Baiss Eric Magnusson <email@hidden>
- Date: Wed, 21 Dec 2005 15:51:22 -0800
Is the port number of <16080> appropriate for a basic DNS-Apache
MacOSX Server?
Begin forwarded message:
From: Chuck Pliske
I don't understand the reason for the port 16080 - I don't know
how to interpret apache's output from your situation because it's
so complex.
On Dec 21, 2005, at 6:55 AM, Baiss Magnusson wrote:
On Dec 20, 2005, at 11:47 PM, Chuck Pliske wrote:
What do you mean "can't get to"? KohalaSanctuary is quite
accessable as cascadewebdesign. Do you mean that apache is not
processing the directive that points that "namedVirtualHost" to
some other folder?
That seems to state the problem correctly.
*********************************************************************
*****************
Here's <db.kohalasanctuary.com>, which is what the DNS server sees
via <named.conf>, correct...
cascade:/var/named baiss$ cat db.kohalasanctuary.com
$TTL 86400
kohalasanctuary.com. IN SOA
cascade.suddentechnology.com. baiss.cascadewebdesign.com. (
2005121914 ; serial
3h ; refresh
1h ; retry
1w ; expiry
1h ) ; minimum
;
; Name servers
;
kohalasanctuary.com. IN
NS cascade.suddentechnology.com.
kohalasanctuary.com. IN
NS treehouse.suddentechnology.com.
;
; Addresses for the canonical names
;
kohalasanctuary.com. IN A 216.162.215.196
www.kohalasanctuary.com. IN A 216.162.215.196
ftp.kohalasanctuary.com. IN A 216.162.215.196
*********************************************************************
*****************
Here's <0003_216.162.215.196_80_kohalasanctuary.com.conf>, which
is what the Apache has done with <db.kohalasanctuary.com>, correct...
<VirtualHost 216.162.215.196:16080>
ServerName kohalasanctuary.com
ServerAdmin email@hidden
DocumentRoot "/Library/WebServer/Documents/KohalaSanctuary/"
DirectoryIndex index.html
CustomLog "/var/log/httpd/access_log" "%{PC-Remote-Addr}i %
l %u %t \"%r\" %>s %b"
ErrorLog "/var/log/httpd/error_log"
ErrorDocument 404 /error.html
<IfModule mod_ssl.c>
SSLEngine Off
SSLLog "/var/log/httpd/ssl_engine_log"
SSLCertificateFile "/etc/certificates/Default.crt"
SSLCertificateKeyFile "/etc/certificates/Default.key"
SSLCipherSuite "ALL:!ADH:RC4+RSA:+HIGH:+MEDIUM:
+LOW:!SSLv2:+EXP:+eNULL"
</IfModule>
<IfModule mod_dav.c>
DAVLockDB "/var/run/davlocks/.davlockany_80_default"
DAVMinTimeout 600
</IfModule>
<Directory "/Library/WebServer/Documents/KohalaSanctuary/">
Options All -Indexes -ExecCGI -Includes +MultiViews
<IfModule mod_dav.c>
DAV Off
</IfModule>
AllowOverride None
</Directory>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_METHOD} ^TRACE
RewriteRule .* - [F]
</IfModule>
<IfModule mod_alias.c>
</IfModule>
LogLevel warn
ServerAlias *
</VirtualHost>
*********************************************************************
*****************
And <dig> yields:
ns2:~ baiss$ dig 216.162.215.196 kohalasanctuary.com
;; QUESTION SECTION:
;kohalasanctuary.com. IN A
;; ANSWER SECTION:
kohalasanctuary.com. 86400 IN A 216.162.215.196
;; AUTHORITY SECTION:
kohalasanctuary.com. 86400 IN NS
cascade.suddentechnology.com.
kohalasanctuary.com. 86400 IN NS
treehouse.suddentechnology.com.
;; ADDITIONAL SECTION:
cascade.suddentechnology.com. 10800 IN A 216.162.215.196
treehouse.suddentechnology.com. 10800 IN A 216.162.215.195
----
Baiss Eric Magnusson
<http://www.CascadeWebDesign.com>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden