Perl, MySQL, Apache

2001-08-28 Thread freiref
I downloded the Merlin Desktop server that comes with Apache Server, MySQL and indigo Perl I want to test the server to see if the cgi-bin directory work to do my Perls works. When I run a simple Hello Worl! script the server tells me the ocures a fatal error. When I go to the error.log I

Re: directory listing of document root?

2001-08-28 Thread Roger C Haslock
Surely, if you have control of your directory structure, you can use $ENV{DOCUMENT_ROOT}. There is no absolutely general solution, and you must be aware of what virtual hosting may do to your path. - Roger - - Original Message - From: Robert Bunn [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Perl, MySQL, Apache

2001-08-28 Thread Curtis Poe
--- [EMAIL PROTECTED] wrote: I downloded the Merlin Desktop server that comes with Apache Server, MySQL and indigo Perl I want to test the server to see if the cgi-bin directory work to do my Perls works. When I run a simple Hello Worl! script the server tells me the ocures a fatal

System Health Checks...

2001-08-28 Thread James Kelty
So I have a bunch of systems in my network that require a monitoring system to test if network connectivity is there (sound familiar anyone?). So, rather than try some of the many programs out there for this, I, naturally, decided to write a cgi in perl! Woo Hoo! At first I thought about opening

RE: System Health Checks...

2001-08-28 Thread Joel Hughes
you could just do a `ping hostname` - escapes into shell and returns the result to perl. joel -Original Message- From: James Kelty [mailto:[EMAIL PROTECTED]] Sent: 28 August 2001 17:22 To: [EMAIL PROTECTED] Subject: System Health Checks... So I have a bunch of systems in my network

RE: System Health Checks

2001-08-28 Thread Bradley M. Handy
Forgot to send my post to the list. Sorry. I can point you to a module, but I can point you to a software product that works for *nix and NT. Try http://bb4.com. The product is called Big Brother, and it's used on campus here at Spring Arbor University. Our sysadmin uses it, so I can't

Perl script to monitor sendmail

2001-08-28 Thread perl-cgi
We are using a Windows based SMTP virus scanner that scans port 25 and then forwards to are real mail server which is SuSE based. This damn software product keeps crashing and there is no way to know when it crashes unless you login with PC Anywhere and do the GUI thing. Can anyone share some

Http Session - cookie Problem

2001-08-28 Thread Rajeev Rumale
Greetings every body, I have am working on a web based application which requires authenticaion. I am using some especial cookies to reference the session values which are maintained sepeartely. The the cookie values are set to some expriey time. This works fine, therotical as well as