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 - Sandeep

Pages: 1 ... 77 78 [79] 80 81 ... 114
1171
how you're signing ? username ?

1172
FFMPEG / Re: using ffmpeg with php
« on: November 28, 2016, 05:38:23 AM »
ignore make test

1173
thanks for the great article, but I am getting error:

Code: [Select]
Starting httpd: httpd: Syntax error on line 419 of /usr/local/apache/conf/httpd.conf: Syntax error on line 29 of /usr/local/apache/conf.d/vhosts.conf:  directive requires additional arguments
[FAILED]

please help.
add this lines to .htaccess :
Code: [Select]
<IfModule mod_deflate.c>
  # Compress HTML, CSS, JavaScript, Text, XML and fonts
  AddOutputFilterByType DEFLATE application/javascript
  AddOutputFilterByType DEFLATE application/rss+xml
  AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
  AddOutputFilterByType DEFLATE application/x-font
  AddOutputFilterByType DEFLATE application/x-font-opentype
  AddOutputFilterByType DEFLATE application/x-font-otf
  AddOutputFilterByType DEFLATE application/x-font-truetype
  AddOutputFilterByType DEFLATE application/x-font-ttf
  AddOutputFilterByType DEFLATE application/x-javascript
  AddOutputFilterByType DEFLATE application/xhtml+xml
  AddOutputFilterByType DEFLATE application/xml
  AddOutputFilterByType DEFLATE font/opentype
  AddOutputFilterByType DEFLATE font/otf
  AddOutputFilterByType DEFLATE font/ttf
  AddOutputFilterByType DEFLATE image/svg+xml
  AddOutputFilterByType DEFLATE image/x-icon
  AddOutputFilterByType DEFLATE text/css
  AddOutputFilterByType DEFLATE text/html
  AddOutputFilterByType DEFLATE text/javascript
  AddOutputFilterByType DEFLATE text/plain
  AddOutputFilterByType DEFLATE text/xml

  # Remove browser bugs (only needed for really old browsers)
  BrowserMatch ^Mozilla/4 gzip-only-text/html
  BrowserMatch ^Mozilla/4\.0[678] no-gzip
  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
  Header append Vary User-Agent
</IfModule>

1174
version 4 will be fine

1175
FFMPEG / Re: using ffmpeg with php
« on: November 27, 2016, 02:59:51 PM »
cd /usr/src/ffmpeg-php/trunk

phpize
./configure
make && make install

1176
Apache / Re: Need HTTP/2 support with Apache
« on: November 26, 2016, 03:13:25 PM »
yes centos 7 is under development with apache 2.4

1177
Updates / Re: Update for openSSL is important!
« on: November 26, 2016, 03:12:34 PM »
you need to remove the current installation and try to install with the steps above.

1178
PHP / Re: hey please help me
« on: November 25, 2016, 08:22:26 AM »
how you're compiling php 5.6 ?

1179
MySQL / Re: Extreme mysql load!
« on: November 25, 2016, 08:20:27 AM »
may be the server is under dos attack check logs.

1180
contact cwp support you can found the contact url in my signature.

1181
what type of Virtualization you're using ?

1182
PHP / Re: Some add-ons are not working
« on: November 22, 2016, 09:16:45 AM »
do you need mysql or pgsql ?

1183
DNS / Re: DNS Server can't Start
« on: November 22, 2016, 09:16:01 AM »
check the errors listed

1184
Installation / Re: CWP migration from one VPS to an other.
« on: November 21, 2016, 04:36:39 PM »
its better to be clean

1185
delete the apache logs (access and error logs)

check /backup directory and delete unwanted backups.

Pages: 1 ... 77 78 [79] 80 81 ... 114