Web Hosting Talk







View Full Version : AWDS and register_globals=on


designarea
01-10-2006, 06:51 AM
Is this requirement true?
register_globals=on is a major security whole, and I would really avoid opening this whole on my server.
Is there anyone here that installed awds and could tell me if this configuration is absolutely nessecary? I can't believe that there are still pieces of software that do need this ...

linux-tech
01-10-2006, 10:13 AM
What is AWDS?

designarea
01-10-2006, 10:16 AM
Sorry, I meant http://www.awbs.com/ !

(Former DRAMS)

linux-tech
01-10-2006, 10:41 AM
Yes, they require register_globals to be on, and magic_quotes_gpc to be on as well. They do however set this up in their .htaccess script so you don't have to do anything server side.