Jump to content

Recommended Posts

Would a VPS be the lowest form of hosting required to have my own access to a private php installation? I need to make changes to the ini file which is not possible on shared hosting. I don't even know if this is possible on a VPS since essentially they are running on the same machine meaning they are probably using the same installation of php?

What settings are you trying to change because most settings CAN be changed using either a local php.ini (when php is running as a CGI application) or a .htaccess (when php is running as an Apache Module) file?

 

One i'm fairly certain is not changeable and that is the setting that limits how many queries can be executed per hour. This is only an issue right now because of the huge amount of maintenance we are doing on the database before we start using it.

 

The 2nd one I just haven't figured out yet because there are so many people out there that talk about this but I can't ever get a definitive answer. I want my sessions to last longer. Right now I'm seeing that I should probably set the path to one of my account specific folders with the session.cookie_path and then the session.gc_maxlifetime to whatever time I need. It says I will need a garbage collection script to be able to get rid of the stuff after a certain amount of time. This is currently my biggest issue. Any tutorial you know of to help me solve this problem?

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.