Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 5 matches
- Thu Apr 11, 2019 10:27 pm
- Forum: General Discussion
- Topic: using two hard drives in vestacp
- Replies: 1
- Views: 2182
using two hard drives in vestacp
Hi there,
I'm going to install vestaCP on a dedicated server with 2 x 2 TB HDD.
I need the 4 TB to host alot of files and probably will use most of it.
Some vestaCP admin replied to multiple posts of other users and told them to simply use the bigger HD and mount /home there or something when ...
I'm going to install vestaCP on a dedicated server with 2 x 2 TB HDD.
I need the 4 TB to host alot of files and probably will use most of it.
Some vestaCP admin replied to multiple posts of other users and told them to simply use the bigger HD and mount /home there or something when ...
- Thu Apr 26, 2018 6:58 pm
- Forum: Web Server
- Topic: How to add cache control in the nginx-apache webserver
- Replies: 4
- Views: 6886
Re: How to add cache control in the nginx-apache webserver
This is really frustrating. Something within Vesta is overwriting the htaccess settings.
I didn't change anything after installing vestaCP. So either the basic nginx does this or apache.
Still couldn't find out what it is >:(
It seems Apache or nginx does this automatically on VestaCP. Can ...
- Tue Apr 17, 2018 6:31 pm
- Forum: Web Server
- Topic: How to add cache control in the nginx-apache webserver
- Replies: 4
- Views: 6886
Re: How to add cache control in the nginx-apache webserver
This is really frustrating. Something within Vesta is overwriting the htaccess settings.
I didn't change anything after installing vestaCP. So either the basic nginx does this or apache.
Still couldn't find out what it is >:(
I didn't change anything after installing vestaCP. So either the basic nginx does this or apache.
Still couldn't find out what it is >:(
- Mon Apr 16, 2018 5:55 pm
- Forum: Web Server
- Topic: Enabling sqlite3
- Replies: 5
- Views: 9452
Enabling sqlite3
Hi there,
I saw the php.ini file contains:
Do I need to do anything to have sqlite working?
Thanks in advance!
I saw the php.ini file contains:
Code: Select all
;extension=php_pdo_sqlite.dll
;extension=php_sqlite3.dll
[sqlite3]
;sqlite3.extension_dir =
Thanks in advance!
- Sat Apr 14, 2018 5:14 pm
- Forum: Web Server
- Topic: How to add cache control in the nginx-apache webserver
- Replies: 4
- Views: 6886
How to add cache control in the nginx-apache webserver
Hi there,
I am using a CDN which requires me to set a Max Age and "public" in the origin server which currently uses vestacp (Nginx+apache).
I tried settings this in the .htaccess:
# One month for most static assets
<FilesMatch ".(css|jpg|jpeg|png|gif|js|ico)$">
Header set Cache-Control "max-age ...
I am using a CDN which requires me to set a Max Age and "public" in the origin server which currently uses vestacp (Nginx+apache).
I tried settings this in the .htaccess:
# One month for most static assets
<FilesMatch ".(css|jpg|jpeg|png|gif|js|ico)$">
Header set Cache-Control "max-age ...