Combine httpdocs and httpsdocs to one in plesk 11 – 12
- No Comments
- Dec, 12, 2016
- Angelo Schalley
- Certificates, html / php, joomla, Linux, Plesk Linux, security
Combine the httpdocs and httpsdocs Folders
1. Log into your Plesk Panel.
2. Click “Websites & Domains.”
3. Click “Show Advanced Operations.”
4. Click “Website Scripting and Security”
5. Uncheck the box that says something along the lines of “Compatibility mode for legacy option to separate SSL content.”
6. Click “OK.”
Read more on Combine httpdocs and httpsdocs to one in plesk 11 – 12…
extending linux disk vmware hyper-v centos/redhat on the fly live
- 2 Comments
- Dec, 10, 2016
- Angelo Schalley
- Hyper-V, Linux, Plesk Linux, vmware
1) Checking if you can extend the current disk or need to add a new one
This is rather important step, because a disk that has been partitioned in 4 primary partitions already can not be extended any more. To check this, log into your server and run fdisk -l at the command line.
Read more on extending linux disk vmware hyper-v centos/redhat on the fly live…
increase / expand xfs filesystem in centos 7
- One Comments
- Dec, 10, 2016
- Angelo Schalley
- Linux, Plesk Linux
To see the info of your block device, use xfs_info
.
$ xfs_info /dev/mapper/centos-root meta-data=/dev/mapper/centos-root isize=256 agcount=4, agsize=1210880 blks = sectsz=512 attr=2, projid32bit=1 = crc=0 data = bsize=4096 blocks=4843520, imaxpct=25 = sunit=0 swidth=0 blks naming =version 2 bsize=4096 ascii-ci=0 ftype=0 log =internal bsize=4096 blocks=2560, version=2 = sectsz=512 sunit=0 blks, lazy-count=1 realtime =none extsz=4096 blocks=0, rtextents=0
Once the volume group/logical volume has been extended , you can expand the partition using xfs_growfs
.
Read more on increase / expand xfs filesystem in centos 7…