I see... I guess I'll play around with PHP.ini once I have settled down with Midgard+NADMIN.
Once again, many thanks for your help! --- pp <[EMAIL PROTECTED]> wrote: > > > 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] > __________________________________________________ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
