maxaquagangsta Posted July 1, 2010 Share Posted July 1, 2010 How do I tell php.ini to use multiple paths for open_basedir? I know how to edit the php.ini file and all that, and I know how to set the path for open_basedir. But what I'm not sure about is how to tell open_basedir to allow more than one path. Quote Link to comment Share on other sites More sharing options...
trq Posted July 2, 2010 Share Posted July 2, 2010 You can't list multiple directories within open_basedir. You can however set it on a per virtual_host bases if that's what your looking for. Quote Link to comment Share on other sites More sharing options...
maxaquagangsta Posted July 7, 2010 Author Share Posted July 7, 2010 Thank you so much for your response. I'll check it out on Google, but could you explain what "per virtual_host bases" is? Quote Link to comment Share on other sites More sharing options...
trq Posted July 7, 2010 Share Posted July 7, 2010 In Apache you can run multiple websites on one server. each website resides in what is called a virtual host. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.