eAccelerator not working with VB5 ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • discoverxs3
    Senior Member
    • Jun 2013
    • 150
    • 5.2.x

    eAccelerator not working with VB5 ?

    Hello there
    recently we switched to fastcgi with Apache 2.4.6

    and everything was working fine with this configuration

    as soon as we installed eAccelerator (using cpanel's easyapache)
    our vBulleltin 5 forum stopped working.

    it just showed the standard "contact the administrator message".


    You could log in / log out from the front end

    and also the back end was working too

    but the forums ware not.

    www.DiscoverXS.com - Putting the XS back into life™
    The first Pheromone Research community based on vBulletin Verion 5.x
  • Zachery
    Former vBulletin Support
    • Jul 2002
    • 59097

    #2
    eaccelerator is horribly out of date, and not supported. Don't use it, period.

    Comment

    • discoverxs3
      Senior Member
      • Jun 2013
      • 150
      • 5.2.x

      #3
      Ok thanks.

      Whats your personal recommendation then ?
      Xcache, apc? none ?
      Last edited by discoverxs3; Thu 14 Nov '13, 10:14am.

      www.DiscoverXS.com - Putting the XS back into life™
      The first Pheromone Research community based on vBulletin Verion 5.x

      Comment


      • discoverxs3
        discoverxs3 commented
        Editing a comment
        So the question is
        what is supported by vb 5 then ?

        what is your recommendation ?
    • wdwms
      Member
      • Jan 2013
      • 90
      • 4.2.X

      #4
      www.diecastmodelaircraft.com running vb 5.05 with xcache

      Super fast (granted we have a SSD drive and 16gb of memory on the server) but prior to that, it was super fast on our older server as well.

      Comment


      • discoverxs3
        discoverxs3 commented
        Editing a comment
        yep it does run perfect.
        It looks like SSD with xcache is quite impressive.
    • Zachery
      Former vBulletin Support
      • Jul 2002
      • 59097

      #5
      APC or xcache are both fine.

      Comment

      • discoverxs3
        Senior Member
        • Jun 2013
        • 150
        • 5.2.x

        #6
        Thank you all.
        So we decided to go with APC for now.
        https://discoverxs.com/ Works like a charm


        Here is what we made as configuration

        Code:
        apc.cache_by_default => On => On
        apc.canonicalize => On => On
        apc.coredump_unmap => Off => Off
        apc.enable_cli => Off => Off
        apc.enabled => On => On
        apc.file_md5 => Off => Off
        apc.file_update_protection => 2 => 2
        apc.filters => no value => no value
        apc.gc_ttl => 3600 => 3600
        apc.include_once_override => Off => Off
        apc.lazy_classes => Off => Off
        apc.lazy_functions => Off => Off
        apc.max_file_size => 1M => 1M
        apc.mmap_file_mask => no value => no value
        apc.num_files_hint => 1000 => 1000
        apc.preload_path => no value => no value
        apc.report_autofilter => Off => Off
        apc.rfc1867 => Off => Off
        apc.rfc1867_freq => 0 => 0
        apc.rfc1867_name => APC_UPLOAD_PROGRESS => APC_UPLOAD_PROGRESS
        apc.rfc1867_prefix => upload_ => upload_
        apc.rfc1867_ttl => 3600 => 3600
        apc.serializer => default => default
        apc.shm_segments => 1 => 1
        apc.shm_size => 128M => 128M
        apc.shm_strings_buffer => 4M => 4M
        apc.slam_defense => On => On
        apc.stat => On => On
        apc.stat_ctime => Off => Off
        apc.ttl => 7200 => 7200
        apc.use_request_time => On => On
        apc.user_entries_hint => 4096 => 4096
        apc.user_ttl => 7200 => 7200
        apc.write_lock => On => On
        APC config is not that complex but
        any suggestions are welcome.


        We are running Intel(R) Core(TM) i3 CPU 540 @ 3.07GHz (4cores)
        2 × 1000GB(raid)
        4GB ram
        Dedicated server only for our vBulletin forum and store.

        www.DiscoverXS.com - Putting the XS back into life™
        The first Pheromone Research community based on vBulletin Verion 5.x

        Comment

        • Wayne Luke
          vBulletin Technical Support Lead
          • Aug 2000
          • 74167

          #7
          Suprised you even got eAccelerator to compile with Easy Apache. It has been broken for a while there.

          For help with configuring your server, please post in the Server Configuration forum. There is a sticky there asking for all the information needed to help optimize your server.
          Translations provided by Google.

          Wayne Luke
          The Rabid Badger - a vBulletin Cloud demonstration site.
          vBulletin 5 API

          Comment


          • discoverxs3
            discoverxs3 commented
            Editing a comment
            thanks i will.
            and yes eAccelerator compiled with easy apachev3.22.19 (apache ver 2.4.6)

            It was strange as the store worked correctly
            only vb was not.

            but now with APC everything is smooth.

        Related Topics

        Collapse

        Working...