Re: [ilugd] Postgres vs oracle

2003-10-15 Thread Tarun Dua
On Thu, 2003-10-16 at 11:35, Ambar Roy wrote: > > Geocrawler use Postgres. > Intresting thing about Geocrawler & AudioGalaxy using postgres was that both > of these sites seemed to go offline for daily maintainence during the middle > of the day here in India. Both the sites ran Postgresql, and wer

Re: [ilugd] writing a script for accepting passwords

2003-10-15 Thread A. Subramani
I installed the certificates while compiling apache, make certificate TYPE=custom make install it did not give me an option of doing away with passwords Mani On Thu, 2003-10-16 at 11:42, Ambar Roy wrote: > > I want to write a script that will automatically accept a password for > > any applicati

Re: [ilugd] writing a script for accepting passwords

2003-10-15 Thread Tarun Dua
On Thu, 2003-10-16 at 11:19, A. Subramani wrote: > I want to write a script that will automatically accept a password for > any application that requires one. e.g the apachectl startssl command > requires a password, since I have included this in the startup, I have > to enter a password (to start

Re: [ilugd] writing a script for accepting passwords

2003-10-15 Thread Ambar Roy
> I want to write a script that will automatically accept a password for > any application that requires one. e.g the apachectl startssl command > requires a password, since I have included this in the startup, I have > to enter a password (to start apache-ssl) every time I reboot the > machine. An

Re: [ilugd] interesting URL - must see

2003-10-15 Thread Ambar Roy
> Interesting thing is that India's Largest National ISP has left default > examples on it's production server, whereas it's own signup page does not > work and throws tomcat/catalina/java exceptions. And that they are using tomcat on a production server. IMHO it is worth looking at alternative ser

Re: [ilugd] Postgres vs oracle

2003-10-15 Thread Ambar Roy
> > Surely NO...so we would certainly be interested to know some of your > "Biggest Internet Sites running on open source". > > Geocrawler use Postgres. Intresting thing about Geocrawler & AudioGalaxy using postgres was that both of these sites seemed to go offline for daily maintainence during the

[ilugd] writing a script for accepting passwords

2003-10-15 Thread A. Subramani
I want to write a script that will automatically accept a password for any application that requires one. e.g the apachectl startssl command requires a password, since I have included this in the startup, I have to enter a password (to start apache-ssl) every time I reboot the machine. Any idea how

Re: [ilugd] APache: unable to login

2003-10-15 Thread A. Subramani
Problem solved.. my apache user didn't have read permissions on /usr/local/apache/passwd/passwords heh. heh! Shud have checked the error log before posting Its working now On Wed, 2003-10-15 at 20:30, A. Subramani wrote: > Hi, >I have installed apache with mod_ssl and mod_perl > and I added th

RE: [ilugd] movie player on GNU/Linux

2003-10-15 Thread Sudeep Kumar Sharma - (BHM Deputee)
download mplayer from http://www.mplayerhq.hu or try wine, xine. -Original Message- From: Anupam Jain [mailto:[EMAIL PROTECTED] Sent: Monday, October 13, 2003 12:41 AM To: The Linux-Delhi mailing list Subject: [ilugd] movie player on GNU/Linux Hi everyone, Which is the best movie player

[ilugd] GNULinuxInIndia Oct 15, 2003

2003-10-15 Thread Frederick Noronha (FN)
e88~~\ 888b| 888 | / 888888 ,e, d888 |Y88b | 888 | L 888 888-~88e e88~\888 "/~~~8e __ | Y88b | 888 | I 888 888 888 d888 888 888 88b | | Y88b | 888 | N 888 888 888 888 888 e88~-888 Y8

[ilugd] movie player on GNU/Linux

2003-10-15 Thread Anupam Jain
Hi everyone, Which is the best movie player to watch vcd's on GNU/Linux? I have RH8. - AJ ___ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd

[ilugd] APACHE SERVER HELP

2003-10-15 Thread Nilay Mehta
i am an engineering student at mumbai.i want to set up a small intranet using apache server.i need refrences of good books for configuration and maintainence of apache server,besides URLs of useful websites. NILAY MEHTA AGE:21 MUMBAI __ Do you Yahoo!? The New Yahoo!

[ilugd] Software Engineer

2003-10-15 Thread sunil gharse
_ Three simple steps. They guarantee your safety. http://server1.msn.co.in/features/general/SMBvirus/index.asp Protect yourself against the SMB.EXE virus. ___ ilugd mailing list [EMAIL PR

[ilugd] Mozilla Foundation Launches Mozilla 1.5

2003-10-15 Thread Sandip Bhattacharya
http://www.mozilla.org Mozilla Foundation Launches Mozilla 1.5, End User Services We are pleased to announce new versions of Mozilla 1.5, the award winning Internet suite, and new Technology Preview releases of Mozilla Firebird (version 0.7) and Mozilla Thunderbird (version 0.3). Check out the

RE: [ilugd] Postgres vs oracle

2003-10-15 Thread supreet
I do'nt know for sure but as far as my memory goes. sf.net started of with postgres and then moved on to use DB2 from IBM because of scaling issues with postgres. -- supreet <[EMAIL PROTECTED]> ___ ilugd mailing list [EMAIL PROTECTED] http://frodo.hse

Re: [ilugd] enterprise level secure file transfer program

2003-10-15 Thread Spoonman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Oct 13, 2003 at 02:37:43PM -0700, linux romeo wrote: linux>Hi, linux> I am looking for enterprise level secure file linux>transfer program/server and client.I need to linux>1) Transfer very critical files in given time period [snip]

[ilugd] APache: unable to login

2003-10-15 Thread A. Subramani
Hi, I have installed apache with mod_ssl and mod_perl and I added the following to my httpd.conf file Alias /intranet/ "/usr/local/apache/htdocs/intranet/" Options Indexes FollowSymlinks MultiViews AuthType Basic AuthName "Intranet users" AuthUserFile /usr/

Re: [ilugd] interesting URL - must see

2003-10-15 Thread Amit Goel
- Original Message - From: "keshab" <[EMAIL PROTECTED]> To: "The Linux-Delhi mailing list" <[EMAIL PROTECTED]> Sent: Wednesday, October 15, 2003 6:24 PM Subject: Re: [ilugd] interesting URL - must see > It's really inetersting, but technically there is no harm on it as it > has only rea

Re: [ilugd] apache start error

2003-10-15 Thread A. Subramani
Thanks for the inputs. I forgot to mention that I had already created the certificates successfully. I had installed openssl-0.9.7c ./config shared make make test make install echo "/usr/local/ssl/lib" >> /etc/ld.so.conf ldconfig 2. tar -xvzf mod_ssl-2.8.15-1.3.28.tar.gz cd mod_ssl-2.8.15-1.3.

Re: [ilugd] apache start error

2003-10-15 Thread keshab
Hi, If you want to enable ssl for apache to the following - 1. Install openssl ftp://ftp.openssl.org ./config -fPIC --prefix=/opt --openssl=/opt/openssl (change the path if rquried) make 2. Install mod_ssl http://www.modssl.org (find the matching mod_ssl version) ./configure --with-ap

Re: [ilugd] interesting URL - must see

2003-10-15 Thread keshab
It's really inetersting, but technically there is no harm on it as it has only read only access... Have you noticed any flaw here? may be hacking? ciao keshab On Wed, 2003-10-15 at 17:58, Amit Goel wrote: > Interesting thing is that India's Largest National ISP has left default > examples on it's

[ilugd] apache start error

2003-10-15 Thread A. Subramani
I have compiled 1.3.28 apache with mod_ssl(2.8) and mod_perl(1.28) the ./configuration make and make install went absolutely fine, however when I do a /usr/local/apache/bin/apachectl startssl it gives me an error Cannot add module via name 'mod_env.c': not in list of loaded modules I checked m

Re: [ilugd] interesting URL - must see

2003-10-15 Thread Amit Goel
Interesting thing is that India's Largest National ISP has left default examples on it's production server, whereas it's own signup page does not work and throws tomcat/catalina/java exceptions. -- amit - Original Message - From: "Surjo Das" <[EMAIL PROTECTED]> To: "The Linux-Delhi maili

Re: [ilugd] interesting URL - must see

2003-10-15 Thread Surjo Das
Sorry if I missed anything. What's interesting about this URL except for the fact that it runs on Apache 2.0. We know for a fact that the world wide web runs on Apache ! --- Amit Goel <[EMAIL PROTECTED]> wrote: > http://services.vsnl.net/examples/ > _

[ilugd] interesting URL - must see

2003-10-15 Thread Amit Goel
http://services.vsnl.net/examples/ ___ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd

RE: [ilugd] Postgres vs oracle

2003-10-15 Thread Tarun Dua
On Tue, 2003-10-14 at 19:58, Gurpreet Singh Sachdeva wrote: > Hi Tarun, >Let me make it very cleat that I don't have any hunch in open source > and thats why I am in the list but my dear, facts are facts. > (Is Amazon.com running on open source (database)? Is eBay.com running on op

Re: [ilugd] Re: Laptop with linux compatibility

2003-10-15 Thread LinuxLingam
On Wed, 2003-10-15 at 09:31, Vardhan Varma wrote: > I remember seeing an ad of Acer couple of days ago > of a laptop with linux preloaded. ditto for dell. LL ___ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd