Advice about Hosting with specific requirement

twohkz

Power Member
Joined
Dec 21, 2011
Messages
618
Reaction score
276
Guys i plan to create a new website that has the following requierment :


  • Apache web server with mod_rewrite enabled.
  • MySQL version 4.0+
  • GD Library 2+ with freetype support.
  • PHP 5.2+ with the following configuration
    1. safe_mode = off
    2. open_basedir = (no value)
    3. output_buffering = on
    4. register_argc_argv = On
    5. max_execution_time = 1000 (Recommended or higher)
    6. session.gc_maxlifetime = 15000 (Recommended or higher)
    7. upload_max_filesize = 25MB (Recommended or higher)
    8. post_max_size = 25MB (Recommended or higher)
    9. register_globals = off
    10. magic_quotes_gpc = on
    11. short_open_tag = on
    12. allow_url_fopen = on
  • Apache MultiViews disabled
  • Ability to run a cron job once per hour
  • Ability to run PHP from the command line (CLI) with exec()
  • Ability to execute background processes with exec("binary > /dev/null &")


checked hostgator and then they advice a VPN level3, it's a lilte expensive for me..
Any advice ? :)
 
probably no good hosting will allow max_execution_time = 1000. You should get a vps
 
Why do you need Apache? nginx is better, faster - and can handle more. shoot me a PM with your email and I will set you up for a month for free.. and can do cheaper level3 prices.
 
Back
Top