Share script, with open_basedir protection

I'm looking for a way to "share" one script (in it's own account) across all domains on on a server of mine. On another server I have set an alias in the httpd.conf file:
Alias /script/ /home/user/public_html/
So that all users can access this script via domain.com/script/

When open_basedir protection is enabled, I can no longer access this via any of the domains on the server of course.

Anyone know a way around this so that I can have the benefit of open_basedir, yet still allow any domain on the server to access files from this other account?

 

 

 

 

Top