On Sunday 07 April 2002 01:44, Jay Nugent wrote: > Greetings, > > On Sat, 6 Apr 2002, Kurt Wall wrote: > > Scribbling feverishly on April 06, Douglas J Hunley managed to emit: > > > anyone got any tips/pointers/urls/etc on how to make khttpd deal with > > > multiple virtual hosts on the same machine with different DOCROOT > > > values? from what I can tell, khttpd can only be given one document > > > root. ;( > > > > That's how it looks to me, too. > > # > # www.nuge.com 63.215.167.97 > # > <VirtualHost www.nuge.com> > ServerAdmin [EMAIL PROTECTED] > ##DocumentRoot /home/httpd/html > DocumentRoot /var/www/html > ServerName www.nuge.com > ErrorLog /var/log/httpd/nuge-error_log > TransferLog /var/log/httpd/nuge-access_log > </VirtualHost> > # > # > # www.ispmonitor.net 63.215.167.115 > # > <VirtualHost www.ispmonitor.net> > ServerAdmin [EMAIL PROTECTED] > DocumentRoot /u/ispmonitor/public_html > ServerName www.ispmonitor.net > ErrorLog /var/log/httpd/ispmonitor-error_log > TransferLog /var/log/httpd/ispmonitor-access_log > </VirtualHost> > #
uh.. thanks Jay. But i already had that working in Apache. the problem is khttpd (the web server that is a part of the linux kernel). it doesn't seem to want to do that.... -- Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778 Admin: Linux StepByStep - http://www.linux-sxs.org and http://jobs.linux-sxs.org /* Fsck. The f-word is here so you can grep for it :-) */ 2.4.3 linux/include/asm-mips/mmu_context.h _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
