對應
Sun WebServer 2.0 的所有 URL 對應設定都存放在另外一個檔案 map.conf 內。 
轉換對應設定指令 
- 
假設 Sun WebServer 1.0 的 /etc/http/httpd.conf 檔案內有以下設定:  
| 
 url //widgets {
	map 		/cgi-bin/			/var/http/shared/cgi-bin/			cgi
} |  
 
- 
請在 widgets 站台的 /var/http/server1/websites/widgets/conf/map.conf 檔案內加入以下這一行:  
| 
 map 		/cgi-bin/			/var/http/shared/cgi-bin/			cgi |