Re: [ilugd] Problem with the terminal login prompt not showing

2005-02-27 Thread Sanvir Jham
Ankur Check your /etc/inittab file and verify that the following lines are not commented: # Run gettys in standard runlevels 1:2345:respawn:/sbin/mingetty tty1 2:2345:respawn:/sbin/mingetty tty2 3:2345:respawn:/sbin/mingetty tty3 4:2345:respawn:/sbin/mingetty tty4 5:2345:respawn:/sbin/mingetty

Re: [ilugd] which sendmail.mc?

2005-04-09 Thread Sanvir Jham
On Sat, 09 Apr 2005 loving linux wrote : Hi List We one of our client is facing some problem, they have sendmail server, up and running without any problem but they have 8-10 sendmail.mc files with differnt suffix in /etc/mail directory, these files are like sendmail.mc.backupon and some like

Re: [ilugd] Apache rewrite problem

2005-06-02 Thread Sanvir Jham
Hi snipped Suppose i have a domain called www.xyz.com which should be redirected to another webserver. So i added these rules in httpd.conf RewriteEngine On RewriteCond %{HTTP_HOST} ^xyz.* RewriteRule ^/(.*)$ http://192.168.0.2:8686$1 Can you try rewrite on sepcific domain before