[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] expect scripting
- Subject: [ale] expect scripting
- From: kenn at pcintelligent.com (Ken Nagorski)
- Date: Wed, 27 Jun 2001 17:38:30 -0400 (EDT)
Hi there,
Err, Err, I am getting grumpy about this one. I have a simple expect script
that seems to work but the apache-ssl server never starts...
---------------------------
#!/usr/local/bin/expect -f
spawn /usr/local/apache-ssl/bin/apachectl start
expect "Enter pass phrase:"
send "XXXXXXX\r"
interact
---------------------------
When type /usr/local/apache-ssl/bin/apachectl start
and then type the passphrase there is no problem. Weh I try this script it
runs and everything looks good but then there is no apache porcesses...
Anyone used expect before and have a good idea where I could look? No
errors. Nothing in the apache error log. Err, Err, :)
Thank you
Ken
And will you succeed?
Yes! You will, indeed!
(98 and 3/4 percent quaranteed.)
Dr. Seuss
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.