You can configure just a VirtualHost to use register_globals by specifying the Directive within the < Container > If you are using VirtualHosts for your jffnms installation.

(I have custom stuff in mine,  it may or may not work in your case )



eg.
------------------------------------------------------------------------

<VirtualHost *>
       <Directory "/opt/jffnms/htdocs">
       AllowOverride all
       </Directory>
       ServerName servername.domain.com
       ServerAdmin [EMAIL PROTECTED]
       ServerAlias servername.domain.com
       DocumentRoot /opt/jffnms/htdocs/
       php_admin_value register_globals 1
       php_admin_value allow_url_fopen 1
</VirtualHost>



Nicholas Ritter wrote:

Is there a way to configure PHP so that it uses register_globals on
for the JFFNMS install instead of the whole web site? (Or is there a
way to run JFFNMS without register_globals?)


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to