[CalendarServer-users] No virtual host found for iCal service

Jacco Rens jacco at jaccorens.com
Wed Nov 7 10:42:10 PST 2007


Hi,

I'm trying to get iCal server running on a Mac OS X 10.5.0 server  
machine, but iCal server barfs only the following error:

No virtual host found for iCal service
More information about configuring the iCal Service and connecting  
this server to a directory server can be found in the Help menu.

My machine is an open directory master, so that should not be the  
prob. It has also an FQDN, and can resolve itself. I don't know what  
kind of vhost iCal is looking for, APache, postfix or something else!?

Any knowlegde where to look at? I only modified the BindAddresses in  
caldavd.plist so far.

here's caldavd.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd 
">
<plist version="1.0">
<dict>
	<key>AccessLogFile</key>
	<string>/var/log/caldavd/access.log</string>
	<key>AdminPrincipals</key>
	<array/>
	<key>Authentication</key>
	<dict>
		<key>Basic</key>
		<dict>
			<key>Enabled</key>
			<false/>
		</dict>
		<key>Digest</key>
		<dict>
			<key>Algorithm</key>
			<string>md5</string>
			<key>Enabled</key>
			<true/>
			<key>Qop</key>
			<string></string>
		</dict>
		<key>Kerberos</key>
		<dict>
			<key>Enabled</key>
			<false/>
			<key>ServicePrincipal</key>
			<string></string>
		</dict>
	</dict>
	<key>BindAddresses</key>
	<array>
		<string>192.168.20.2</string>
	</array>
	<key>BindHTTPPorts</key>
	<array/>
	<key>BindSSLPorts</key>
	<array/>
	<key>ControlSocket</key>
	<string>/var/run/caldavd.sock</string>
	<key>DataRoot</key>
	<string>/var/run/caldavd</string>
	<key>DirectoryService</key>
	<dict>
		<key>params</key>
		<dict>
			<key>node</key>
			<string>/Search</string>
			<key>requireComputerRecord</key>
			<true/>
		</dict>
		<key>type</key>
		 
< 
string 
 >twistedcaldav.directory.appleopendirectory.OpenDirectoryService</ 
string>
	</dict>
	<key>DocumentRoot</key>
	<string>/Library/CalendarServer/Documents</string>
	<key>EnableDropBox</key>
	<true/>
	<key>EnableNotifications</key>
	<true/>
	<key>EnableProxyPrincipals</key>
	<true/>
	<key>EnableSACLs</key>
	<true/>
	<key>ErrorLogFile</key>
	<string>/var/log/caldavd/error.log</string>
	<key>GroupName</key>
	<string>calendar</string>
	<key>HTTPPort</key>
	<integer>8008</integer>
	<key>MaximumAttachmentSize</key>
	<integer>1048576</integer>
	<key>MultiProcess</key>
	<dict>
		<key>ProcessCount</key>
		<integer>0</integer>
	</dict>
	<key>PIDFile</key>
	<string>/var/run/caldavd.pid</string>
	<key>ProcessType</key>
	<string>Combined</string>
	<key>ResponseCompression</key>
	<true/>
	<key>RotateAccessLog</key>
	<false/>
	<key>SSLAuthorityChain</key>
	<string></string>
	<key>SSLCertificate</key>
	<string>/etc/certificates/home.jaccorens.com.crt</string>
	<key>SSLPort</key>
	<integer>8443</integer>
	<key>SSLPrivateKey</key>
	<string>/etc/certificates/home.jaccorens.com.key</string>
	<key>ServerHostName</key>
	<string>home.jaccorens.com</string>
	<key>ServerStatsFile</key>
	<string>/var/run/caldavd/stats.plist</string>
	<key>SudoersFile</key>
	<string>/etc/caldavd/sudoers.plist</string>
	<key>UserName</key>
	<string>calendar</string>
	<key>UserQuota</key>
	<integer>104857600</integer>
	<key>Verbose</key>
	<false/>
</dict>
</plist>


More information about the calendarserver-users mailing list