How do you check if mod_ruby modules loads correctly to the Apache server?
Does apache has a command option to check such as :
ldconfig -v | grep ruby … thanks
How do you check if mod_ruby modules loads correctly to the Apache server?
Does apache has a command option to check such as :
ldconfig -v | grep ruby … thanks
“Useko Netsumi” usenets@nyc.rr.com writes:
How do you check if mod_ruby modules loads correctly to the Apache
server? Does apache has a command option to check such as :ldconfig -v | grep ruby … thanks
Configure an appropriate handler in apache for it, and visit
http://serverbox/server-info and /server-status?
~Tim
–
And today the millions cry, |piglet@stirfried.vegetable.org.uk
We eat and drink while |http://spodzone.org.uk/
tomorrow they die. |
I did according to the documentation from www.modruby.net.
Configure an appropriate handler in apache for it, and >
visit http://serverbox/server-info and
/server-status?
You meant visit the above sites(does not exist) or browse to my Apache
server box? Thanks