Suwidi wrote: > Prend... sejak kemaren aq bikin virtualhost kok nggak nyambung ya > > aq pake Apache2 di Fedora Core 3 > > httpd.conf (sorry aq juga agak bingung, apache 2 tapi masih pake > httpd.conf, sementara di debian udah nggak pake itu, tapi pake > site-available) > > nameVirtualHost 202.171.20.85 > > <VirtualHost 202.171.20.85> > 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 202.171.20.85> > 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> > Key : "The port numbers *must* be specified"
Coba ini : NameVirtualHost 202.171.20.85:80 <VirtualHost 202.171.20.85: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 202.171.20.85: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> and goodluck :) 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/
