Hi
I have one more question if you don't mind?
My SH script tries to copy a file over another during the script like so:
cp /usr/local/apache2/status/UP.htm /usr/local/apache2/pagestatus.htm
when my web page tries to run this part of the script I get a permission denied error in the apache log. If i run this part of the script on its own through a console it works, what permissions do I need to give and where?
Thanks
I have one more question if you don't mind?
My SH script tries to copy a file over another during the script like so:
cp /usr/local/apache2/status/UP.htm /usr/local/apache2/pagestatus.htm
when my web page tries to run this part of the script I get a permission denied error in the apache log. If i run this part of the script on its own through a console it works, what permissions do I need to give and where?
Thanks