Search found 11 matches
- Thu Dec 24, 2015 2:51 pm
- Forum: 3rd Party Software
- Topic: Letsencrypt automatic script
- Replies: 17
- Views: 49422
Re: Letsencrypt automatic script
Nice job,
anyone adapt it for apache2 - please share...
Another question: why do you modify default.tpl and default.stpl, I though that only public_shtml directory are for https?
anyone adapt it for apache2 - please share...
Another question: why do you modify default.tpl and default.stpl, I though that only public_shtml directory are for https?
- Mon Dec 14, 2015 7:43 pm
- Forum: RHEL/CentOS
- Topic: Centos7 - Memory usage graphs
- Replies: 4
- Views: 7517
Re: Centos7 - Memory usage graphs
Please start new post...
- Fri Dec 11, 2015 1:34 pm
- Forum: Общие вопросы
- Topic: OVH, you failed your Debian 8!
- Replies: 9
- Views: 8779
Re: OVH, you failed your Debian 8!
Испробовал практически все "болванки" из ОVH, пока что остановился на CentOS 7, т.к. меньше всего проблем и танцев с бубном...
Сам больше использую Debian.
Сам больше использую Debian.
- Tue Dec 08, 2015 3:56 pm
- Forum: RHEL/CentOS
- Topic: Error install vestacp new version
- Replies: 1
- Views: 3607
Re: Error install vestacp new version
Try to do these steps
1) Stop Clamd service - service stop clamd
2) Delete all Clamd DB files - rm /var/lib/clamav/*
3) Start Clamd service - service start clamd
1) Stop Clamd service - service stop clamd
2) Delete all Clamd DB files - rm /var/lib/clamav/*
3) Start Clamd service - service start clamd
- Sun Dec 06, 2015 1:46 pm
- Forum: RHEL/CentOS
- Topic: Centos7 - Memory usage graphs
- Replies: 4
- Views: 7517
Re: Centos7 - Memory usage graphs (RESOLVED)
After some searching I've found the solution, just edit /usr/local/vesta/bin/v-update-sys-rrd-mem and replace with "head -n2" # Parsing data if [ "$period" = 'daily' ]; then mem=$(free -m) used=$(echo "$mem" |awk '{print $3}'|head -n2 |tail -n1) free=$(echo "$mem" |awk '{print $4}'|head -n2 |tail -n...
- Fri Dec 04, 2015 7:14 am
- Forum: RHEL/CentOS
- Topic: DB name not valid
- Replies: 3
- Views: 6652
DB name not valid
Another bug:
then trying to add a new MYSQL DB with name (with prefix) more than 20 - an error shows "%dbname is not valid".
If we have DB name limits, maybe we can limits an input in the form (new db creating) with some js scripts (like jquery).
then trying to add a new MYSQL DB with name (with prefix) more than 20 - an error shows "%dbname is not valid".
If we have DB name limits, maybe we can limits an input in the form (new db creating) with some js scripts (like jquery).
- Thu Dec 03, 2015 10:00 pm
- Forum: RHEL/CentOS
- Topic: Centos7 - Memory usage graphs
- Replies: 4
- Views: 7517
Centos7 - Memory usage graphs
Hi,
Memory usage graphs are empty (without activities), but others are working fine.
Memory usage graphs are empty (without activities), but others are working fine.
- Sun Nov 29, 2015 8:38 pm
- Forum: FTP Server
- Topic: Debian proftp chroot
- Replies: 0
- Views: 4119
Debian proftp chroot
Debian 7
Proftpd chroot problem, user can see root / with default config - really unsafe.
After this fixing in /etc/proftpd.conf chrooting works as espected again.
VRootEngine off
Proftpd chroot problem, user can see root / with default config - really unsafe.
After this fixing in /etc/proftpd.conf chrooting works as espected again.
VRootEngine off
- Wed Nov 25, 2015 8:21 pm
- Forum: Web Server
- Topic: Switch Webserver - Nginx or Apache
- Replies: 1
- Views: 4933
Switch Webserver - Nginx or Apache
Is it possible to switch from Nginx to Apache for all users websites (or some of them)?
- Tue Nov 24, 2015 5:39 pm
- Forum: Web Server
- Topic: MODX - Errors in logs
- Replies: 2
- Views: 3886
Re: MODX - Errors in logs
Of cause this fixed the permission issue, but can be fixed in next release?