I would like to know, how frontpage can work with LiteSpeed.
When I switched back to Apache , frontpage is connecting to the server
But when I start litespeed then it is not connecting.
#!/bin/bash
for i in $(ls /home)
do
chgrp nobody /home/$i/public_html/_vti_pvt/service.pwd
chmod 0640 /home/$i/public_html/_vti_pvt/service.pwd
echo $i
done