Navigation

    • Register
    • Login
    • Search
    • Recent
    • Users
    • Groups
    1. Home
    2. Control Panels
    3. CWP - Panel
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • L

      create a test/demo site with cwp
      • legend

      6
      0
      Votes
      6
      Posts
      60
      Views

      JosePP

      @legend Hello!

      I think it depends on the CMS that you use, it has two versions, free and one of payment, the one of payment is very cheap for a VPS, I believe that it can interest you.

    • JosePP

      Problem with sending emails with the hostname
      • JosePP

      5
      0
      Votes
      5
      Posts
      70
      Views

      sandeep

      @josepp hi you can add server hostname to postfix reject list in order to stop receiving from them.

      Like in :

      /etc/postfix/sender_access

      Add one of below which fits you i.e. you don't want mail from those sans or from particular user matches the name.

      domain.com REJECT sub.domain.com REJECT user@ REJECT

      now run postmap:

      postmap /etc/postfix/sender_access

      Ensure you added the reject config or present in /etc/postfix/main.cf

      smtpd_recipient_restrictions = check_sender_access hash:/etc/postfix/sender_access

      At last restart postfix service.

    • Jesu VIllaWolf

      What are ModSecurity best practices?
      • Jesu VIllaWolf

      4
      0
      Votes
      4
      Posts
      45
      Views

      Jesu VIllaWolf

      Thanks @josepp, that is just what I have been doing, ModSec learning curve, so far enabled COMODO and disabled ModSecurity from the local accounts, my working team is just two people, we have to finish migrating and then tune up ModSec site by site, what I do know is that ModSecurity will be in our lives from now on.
      ๐Ÿ‘

    • L

      HTTP/1.1 503 Backend fetch failed varnish 6.5.1
      • legend

      2
      0
      Votes
      2
      Posts
      38
      Views

      sandeep

      @legend this can't be done via support forum you need to check this with the developer they should make varnish vcl file which need to support vhosts/sni system.

      alternatively you can try php redis cache with magento which is way better than varnish.

    • Jesu VIllaWolf

      Fail to install PHP-FPM 7.1 - 7.4
      • Jesu VIllaWolf

      5
      0
      Votes
      5
      Posts
      57
      Views

      sandeep

      @jesu-villawolf
      here is the guide for creating swap.
      https://www.mysterydata.com/create-and-add-swap-on-linux-os-cwp-centos-webpanel-and-vesta-cp/

      swap doesn't harm anything ensure your disk read/write speed is above 100mbps for optimal performance all things will work like normal.

    • L

      magento 2.4 installation on cwp query
      • legend

      10
      0
      Votes
      10
      Posts
      68
      Views

      sandeep

      @legend said in magento 2.4 installation on cwp query:

      @sandeep centos 7

      in 7 that command runs perfectly. Try alternative command.

    • sandeep

      Mariadb 10.2 failed to install via yum update
      • sandeep

      1
      0
      Votes
      1
      Posts
      48
      Views

      No one has replied

    • JosePP

      Php 8 in CWP
      • JosePP

      4
      0
      Votes
      4
      Posts
      70
      Views

      sandeep

      @josepp said in Php 8 in CWP:

      @sandeep It seems that on the 26th they are going to release the stable version. You know we would be very happy to have this on CWP. ๐Ÿ˜‰

      https://forum.mysterydata.com/topic/81/php-8-0-0-testing-cwp

    • sandeep

      Shoutcast v2 Radio Server CWP module
      • sandeep

      1
      0
      Votes
      1
      Posts
      19
      Views

      No one has replied

    • L

      magento sample deployment error
      • legend

      4
      0
      Votes
      4
      Posts
      45
      Views

      sandeep

      @legend said in magento sample deployment error:

      : Connection timed out

      Connection timed out means something is blocking connection possible backend firewall.

      disable all firewall including csf and check.

    • L

      Updates please?
      • legend

      2
      0
      Votes
      2
      Posts
      36
      Views

      sandeep

      @legend hi centos 8 CWP have latest version of varnish 6

    • L

      Configure nginx+ apache to use elasticsearch
      • legend

      2
      0
      Votes
      2
      Posts
      26
      Views

      sandeep

      @legend you can use both webserver nginx + apache and elastic search is completely depends on script side compatibility its nothing to do with webservers.

      here you can find some example :
      https://www.mysterydata.com/how-to-install-magento-2-4-in-cwp-control-web-panel/

    • L

      varnish setup in cwp and magento
      cwp magento varnish • • legend

      2
      0
      Votes
      2
      Posts
      24
      Views

      sandeep

      @legend its very tricky to configure magento varnish template in cwp, instead you can use redis cache which will also speed up magento

    • Automata

      CWP - How to update APCu from v5.1.12 to the latest and stable APCu v5.1.18
      • Automata

      16
      0
      Votes
      16
      Posts
      147
      Views

      C

      @sandeep

      http://prntscr.com/vi80wp

      yes it is now, thank you very much;)

    • C

      ERROR! MariaDB is running but PID file could not be found
      • choqo

      3
      0
      Votes
      3
      Posts
      40
      Views

      C

      @sandeep
      Thank you

    • C

      Varnish 2 minutes cleaning problem
      • choqo

      16
      0
      Votes
      16
      Posts
      115
      Views

      sandeep

      @choqo yes it will auto install redis or memcached depends on selection check the service status.

    • sandeep

      Clamd High CPU usage 100% - Solved Solution
      • sandeep

      3
      0
      Votes
      3
      Posts
      78
      Views

      sandeep

      finally found the solution :

      run this commands one by one and it will get resolved remove any config done previously to /usr/lib/systemd/system/clamd.service

      service clamd stop && service amavisd stop sed -i 's/TimeoutStartSec.*/TimeoutStartSec=10min/' /usr/lib/systemd/system/clamd.service systemctl daemon-reload service clamd start && service amavisd start

      it will be included in clamd fix script in cwp soon

    • JosePP

      Account stuck in CWP with a PHP process.
      • JosePP

      4
      0
      Votes
      4
      Posts
      36
      Views

      sandeep

      @josepp well you need to pass the script to bash/sh and add echo tail in log and add refresh meta to show the log viewer i.e. update the log according to your time defined in meta.

    • C

      subdomain redirect to main domain
      • choqo

      3
      0
      Votes
      3
      Posts
      32
      Views

      C

      @sandeep
      Thank you, it happened;)

    • JosePP

      Redirect from https to http.
      • JosePP

      12
      0
      Votes
      12
      Posts
      112
      Views

      sandeep

      @JosePP I've replied to your new ticket, the solution is provided there.

    • 1
    • 2
    • 3
    • 4
    • 5
    • 2 / 5
    URLs HOME | Blog | Support Portal