Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - blackstar

Pages: 1 [2] 3 4 ... 6
16
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 05:33:10 PM »
Do post here instead of PM.

Re setup server, install litespeed , create user account , install wordpress and paste here output of the commands below

Code: [Select]
cat /usr/local/apache/conf/sharedip.conf
Code: [Select]
cat /usr/local/apache/conf.d/vhosts.conf

[root@server /]# cat /usr/local/apache/conf/sharedip.conf
<VirtualHost 80.240.20.xxx:80>
    ServerName 80.240.20.xxx
    DocumentRoot /usr/local/apache/htdocs
    ServerAdmin info@centos-webpanel.com
    <IfModule mod_suphp.c>
        suPHP_UserGroup nobody nobody
    </IfModule>
    <Proxy "*">
        <IfModule mod_security2.c>
            SecRuleEngine Off
        </IfModule>
    </Proxy>
    RewriteEngine On
    RewriteCond %{HTTP_HOST} !^80.240.20.xxx$
    RewriteCond %{HTTP_HOST} ^webmail.
    RewriteRule ^/(.*) http://127.0.0.1:2095/$1 [P]
</VirtualHost>
<Directory "/">
        AllowOverride All
        Require all granted
</Directory>

AND

[root@server /]# cat /usr/local/apache/conf.d/vhosts.conf

# vhost_start mysite.com
<VirtualHost 80.240.20.xxx:8181>
        ServerName mysite.com
        ServerAlias www.mysite.com
        ServerAdmin webmaster@mysite.com
        DocumentRoot /home/mysite/public_html
        UseCanonicalName Off
        ScriptAlias /cgi-bin/ /home/mysite/public_html/cgi-bin/

        # Custom settings are loaded below this line (if any exist)
        # Include "/usr/local/apache/conf/userdata/mysite/mysite.com/*.conf"

        <IfModule mod_userdir.c>
                UserDir disabled
                UserDir enabled zortinge
        </IfModule>

        <IfModule mod_suexec.c>
                SuexecUserGroup zortinge zortinge
        </IfModule>

        <IfModule mod_suphp.c>
                suPHP_UserGroup zortinge zortinge
                suPHP_ConfigPath /home/zortinge
        </IfModule>

        <Directory "/home/mysite/public_html">
                AllowOverride All
        </Directory>

</VirtualHost>
# vhost_end mysite.com

================================

So what do I have to do now?

17
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 04:46:09 PM »
Do post here instead of PM.

Re setup server, install litespeed , create user account , install wordpress and paste here output of the commands below

Code: [Select]
cat /usr/local/apache/conf/sharedip.conf
Code: [Select]
cat /usr/local/apache/conf.d/vhosts.conf
Okay thanks. Installation is about to end

18
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 04:37:53 PM »
I dont need login. Did you install lightspeed on yourserver? If yes, then what is the issue?
This is the test server. I turned on the site, I installed WordPress with ftp, but again CentOS main page looked.

I will rewrite the server. Let me know in half an hour. My ways with PM. is it OK?

19
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 04:24:31 PM »
What issue are you facing in its setup?
I took vps from vultr for learning purposes. I can reinstall and send you server information. After I was stable I would like to take backup of my own server and install CentOS panel + LiteSpeed.
Can you help ?

20
LiteSpeed / Re: My sites are not open
« on: September 07, 2018, 04:02:24 PM »
We use that too for wordpress site only. But many of the option to support apache rewrite is not supported in openlitespeed.

See comparison below

https://www.litespeedtech.com/products/litespeed-web-server/editions

That's why I wanted to use LiteSpeed. but there is not enough information. Would you like to take 1 hour to explain how to setup?
If you do this in time, you will be very satisfied.

21
LiteSpeed / Re: My sites are not open
« on: September 06, 2018, 05:26:28 PM »
You need to check if you are using port 80 or 8181. Check your vhost file for that

Thank you. I think this answer is enough for everybody. I go on with CyberPanel. I congratulate you.

22
LiteSpeed / Re: My sites are not open
« on: September 06, 2018, 03:04:15 PM »
rebuild php from switcher with litespeed option ticked
I made them. but it still does not work. there must be something else. Please give me a hand on this subject I want to use LiteSpeed.

23
LiteSpeed / Re: My sites are not open
« on: September 06, 2018, 12:12:21 AM »
I'm still dealing with this problem. Could someone please explain in detail?
thank you

24
LiteSpeed / Re: My sites are not open
« on: June 05, 2018, 08:12:43 AM »
Can someone explain the use of LiteSpeed in detail? I want to use it but there is no detailed usage information.

25
LiteSpeed / Re: My sites are not open
« on: May 15, 2018, 08:45:15 PM »
Hi, I met this problem again.

http://wiki.centos-webpanel.com/default-page-displayed-for-all-domains
and
http://wiki.centos-webpanel.com/litespeed-enterprise-webserver-for-cwp

I made the settings here. but my site is not open. what should I do ?

26
implement memcached or redis for your script this will lower the load to 30-40%

give a link for a smoothly memcached installation?
thanks

27
Varnish / Is there a default.vcl that is good for lowering the load?
« on: March 16, 2018, 07:22:58 PM »
Is there a default.vcl that is good for lowering the load?

do you have, or do you have any suggestion?
I did a lot of experimentation. but no good results were found.

==================================================
There are 282 online. load 15 !

http://prntscr.com/is6ve0

There was no such problem in front of varnish. now nginx is on the front. how do I get it back?

28
MySQL / Re: Mysql CPU Load Problem
« on: February 28, 2018, 02:33:05 AM »
http://prntscr.com/ikpat7

and also. I installed mysqltuner and tuning-primer. The two of them have different results. Which one is better for you?
I played with my.cnf file a bit. I think the problem has been solved a bit. I don't really know what I'm doing.

29
MySQL / Re: Mysql CPU Load Problem
« on: February 21, 2018, 10:53:33 PM »
http://prntscr.com/ii1ewi

there seems to be no problem. but the load is rising. What are friends becoming? The entire site is attached to the cloudflare.

30
MySQL / Mysql CPU Load Problem
« on: February 21, 2018, 12:09:45 PM »
there are a total of 10k hits. but sometimes MySQL is doing CPU Load. what could be the problem? and cwp has recently started to update very often. Could it be related to this?

http://prntscr.com/ihrws6
__________________________________
Apache version: Apache/2.4.29
PHP version: 5.6.33
MySQL version: 10.1.31-MariaDB
FTP version: 1.0.30

Pages: 1 [2] 3 4 ... 6