hi,
ok basically, this is what i want to be able to do.
i want to upload some php files to a directory outside my web root, somewhere like /opt/test
then i need to execute a perl script that will open up a port (e.g. 6909) and make it so that when someone goes to domain.com:6909 it will load files from /opt/test. Also, i dont want to do this through apache, because if i do it through apache , everytime i execute one of the php scripts it will do it as the user "nobody".
I need to execute the scripts as user "root".
Do you still get what i'm trying to do?
Please let me know
thanks,
Khilan