> Oops... nope, I didn't have register globals set to
> on. After setting it to on, everything works
> *perfectly* (I guess). Do you have any idea where I
> can find the docs detailing what other settings that I
> should enable in php.ini ?

Good question....
But the answer is not quite easy.

Do not allow:
- expose php, 
- displays errors (force it to be in php.log file)
- run php safe mode
- disable all functions which may "see" php.ini
(start from phpinfo on php.net , and you will see the further ones)
- limit upload files size to Your need 
- limit memory and time for scripts


Good idea is set php engine off , and set it to on within virtual host 
but personally I can hard make it works with midgard :(


Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to