Tag: centos
-
centos web panel – vhost templates for proxying websocket traffic
http://wiki.centos-webpanel.com/webservers-vhost-templates Templates location: /usr/local/cwpsrv/htdocs/resources/conf/web_servers/– Folder main contains main configuration for WebServers– Folder vhosts contains vhosts configuration for domains (this is what you need) How to create a template fileThe easiest way to do that is to simply copy an existing file and then edit a new file you have created.Note that you need to have…
-
RPM repo not found connection errors on Centos Redhat duplicate problems
yum -y update command failing Command line will show messages like xxx is outdated and v abc will be installed but at the end it shows duplicate binary, please remove duplicate first. Process Backup first Integrity Check Find Problems Identify duplicates Clean duplicates re build conf cache update command remove backup file .prev if successfully…
-
Compressing images directly on web server – Better Pagespeed tips
for png, install on centos using command for a single image move to folder in which pngs are stored and use the following command: this will overwrite all pngs, o7 is switch for number of tries. o5 will be less time consuming though. -quiet makes it muted, outputs nothing. -strip all will try to remove…