Suwidi wrote: > trims mr josh > udah aq buat seperti itu, tapi tapi kok masih tetep ya.. > tapi kenapa APACHE2 di fedora masih pake httpd.conf ya.. > jangan2 aq salah > Udah direstart/reload apachenya ? ps -ax |grep httpd
Coba pastikan httpdnya menggunakan httpd.conf yang kamu edit, pake #/path/to/httpd2 -f /path/to/conf/httpd.conf atau check aja pake /path/to/httpd -V Klo belum bisa, coba diganti confignya menjadi : >NameVirtualHost *:80 > ><VirtualHost *:80> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /var/www/html > ServerName www.suwidi.or.id > ErrorLog logs/mail.suwidi.or.id-error_log ># CustomLog logs/dummy-host.example.com-access_log common ></VirtualHost> ><VirtualHost *:80> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /var/www/html/smti > ServerName www.smti.or.id > ErrorLog logs/mail.suwidi.or.id-error_log ># CustomLog logs/dummy-host.example.com-access_log common ></VirtualHost> Pastikan resolving kedua domain dari web server sudah ter-resolve ke IP yang mesin tersebut. Periksa juga access log, error log dst... Check juga klo httpd tersebut sudah support vhost , modulenya sudah ke load (klo pake dso) dst.. Klo masih belum bisa.. saya juga gak tahu dah :p ada setannya kali regards, josh "This is my way being a linuxer..." http://jogja.linux.or.id http://jogja.linux.or.id/wiki/ Untuk berhenti langganan silahkan kirim email kosong ke: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/jogja-linux/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
