Click to See Complete Forum and Search --> : SAFE MODE issues


asolell
03-20-2004, 12:16 PM
Hi All,

I have server that is hosting multiple domains.
I have the SAFE MODE on:

See below:



; Safe Mode
safe_mode = On
safe_mode_exec_dir =
safe_mode_allowed_env_vars = PHP_ ; Setting certain environment variables



My Question is:
How do I allow or overide to have Global SAFE MODE on but turned off to a specific domain.

Thanks for your input.
BTW,... if you know how to make it work with SAFE MODE on for a Mambo system, I'd appreciate it.


Edit to this post:

Do I / Should I / Can I /.. change some value in the

httpd.conf file of Apache?


<VirtualHost 123.456.789.123>
ServerAdmin webmaster@domain.com
DocumentRoot /home/domain/public_html
BytesLog domlogs/domain.com-bytes_log
ServerName www.domain.com
ScriptAlias /cgi-bin/ /home/domain/public_html/cgi-bin/
User domain
Group domain
ServerAlias domain.com www.domain.com
CustomLog domlogs/domain.com combined
</VirtualHost>


Thanks,

-Alon.