Mohon bantuan teman - teman semuanya, Saya sedang mengkonfigurasi openwebmail dengan menggunakan virtual host pada apache pada linux ubuntu server ed 9.10. Dimana, jika nanti user akan mengkases webmailnya menggunakan domain mail.kantor.com, openwebmail sudah berhasil saya install. Jika di akses melalui browser menggunakan IPaddress/openwebmail muncul halaman openwebmail.Masalahnya jika saya menggunakan virtual host dan di akses menggunakan h++p:// mail.kantor.com gambar background tidak muncul, begitu juga dengan gambar iconnya. Kalau saya lihat di lognya muncul seperti ini
[Wed Feb 17 09:57:00 2010] [error] [client 192.168.1.2] File does not exist: /var/www/openwebmail/openwebmail.html/images/bg-titleblue.gif, referer: http://mail.kantor.com/cgi-bin/openwebmail//openwebmail.pl yang buat saya bingung adalah openwebmail selalu merujuk ke directory yang tida ada yaitu : /var/ww/openwebmail/openwebmail.html/images... padahal directory yang benar adalah /var/www/openwebmail/images... (tidak ada openwebmail.html nya) ini saya lampirkan konfigurasi sites-enable saya <VirtualHost 192.168.1.1> ServerAdmin [email protected] ServerName mail.kantor.com DocumentRoot /var/www/openwebmail/ <Directory /> Options FollowSymLinks ExecCGI AllowOverride None DirectoryIndex index.html </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 LogLevel warn CustomLog /var/log/apache2/access.log combined dan ini konfigurasi openwebmail.conf saya name Kantor Webmail version 2.53 # these properties are updated automatically during a build for release # see misc/mkrelease/mkcurrent.sh for more information releasedate 20080123 revision $Rev: $ ############################################################################## # host dependent configuration ############################################################################## domainnames auto smtpserver 127.0.0.1 smtpport 25 smtpauth no virtusertable /etc/mail/virtusertable auth_module auth_unix.pl auth_withdomain no auth_domain auto quota_module none mailspooldir /var/mail use_hashedmailspools no use_syshomedir yes create_syshomedir no use_homedirspools no homedirspoolname Mailbox homedirfolderdirname mail homedirdotdirname .openwebmail use_syshomedir_for_dotdir yes deliver_use_gmt no zonetabfile no ############################################################################## # openwebmail system configuration ############################################################################## ow_cgidir /usr/local/www/cgi-bin/openwebmail ow_cgiurl /cgi-bin/openwebmail ow_htmldir /var/www/openwebmail ow_htmlurl /openwebmail ow_etcdir %ow_cgidir%/etc ow_stylesdir %ow_etcdir%/styles ow_langdir %ow_etcdir%/lang ow_langdir %ow_etcdir%/lang ow_templatesdir %ow_etcdir%/templates ow_holidaysdir %ow_etcdir%/holidays ow_mapsdir %ow_etcdir%/maps ow_sitesconfdir %ow_etcdir%/sites.conf ow_usersconfdir %ow_etcdir%/users.conf ow_usersdir %ow_etcdir%/users ow_sessionsdir %ow_etcdir%/sessions ow_addressbooksdir %ow_etcdir%/addressbooks start_url %ow_cgiurl%/openwebmail.pl ico_url %ow_htmlurl%/images/openwebmail.ico logo_url %ow_htmlurl%/images/openwebmail.gif logo_link http://openwebmail.org/ help_url @@@HELP_URL@@@ help_text @@@HELP_TEXT@@@ logfile /var/log/openwebmail.log global_filterbook %ow_etcdir%/filter.book global_calendarbook %ow_etcdir%/calendar.book g2b_map %ow_mapsdir%/g2b.map b2g_map %ow_mapsdir%/b2g.map lunar_map %ow_mapsdir%/lunar.map Kira2 apa yang kurang dengan konfigurasi saya, atas bantuan teman - teman semua saya ucapkan banyak terima kasih -- Regards Samuel Sappa, -- FAQ milis di http://wiki.linux.or.id/FAQ_milis_tanya-jawab Unsubscribe: kirim email ke [email protected] Arsip dan info milis selengkapnya di http://linux.or.id/milis
