Search found 225 matches
- Sun Apr 12, 2020 10:19 am
- Forum: Web Server
- Topic: How to use Server Side Includes (SSI) ?
- Replies: 2
- Views: 4112
Re: How to use Server Side Includes (SSI) ?
OK I have found the issue : I just have to enable the modules under Apache2 :
Code: Select all
a2enmod include
service apache2 restart
- Sun Apr 12, 2020 8:16 am
- Forum: Web Server
- Topic: How to use Server Side Includes (SSI) ?
- Replies: 2
- Views: 4112
Re: How to use Server Side Includes (SSI) ?
For now, I have edited the /etc/nginx/nginx.conf file and add to the "http" section theses lines : ssi on; ssi_last_modified on; ssi_min_file_chunk 1k; ssi_silent_errors off; ssi_types text/html; ssi_value_length 256; I have restart nginx but my include like this doesn't works : <!--#include virtual...
- Fri Apr 10, 2020 10:54 am
- Forum: Web Server
- Topic: How to use Server Side Includes (SSI) ?
- Replies: 2
- Views: 4112
How to use Server Side Includes (SSI) ?
I'm looking for a tutorial to make SSI (Server Side Includes) works with VestaCP
I'm using Ubuntu 18.04 and the latest VestaCP version.
Thanks :)
I'm using Ubuntu 18.04 and the latest VestaCP version.
Thanks :)
- Thu Apr 09, 2020 4:09 pm
- Forum: 3rd Party Software
- Topic: Install Jitsi on a VestaCP server
- Replies: 9
- Views: 22135
Re: Install Jitsi on a VestaCP server
The problem seams come from the module SSI (Server Side Includes). It's need to be active to make Jitsi works. I have added to the files /usr/local/vesta/data/templates/web/nginx/default.*tpl the bold line : location / { proxy_pass http://%ip%:%web_port%; location ~* ^.+\.(%proxy_extentions%)$ { ssi...
- Thu Apr 09, 2020 2:13 pm
- Forum: 3rd Party Software
- Topic: Install Jitsi on a VestaCP server
- Replies: 9
- Views: 22135
Install Jitsi on a VestaCP server
Hi, I trying to install Jitsi, the opensource visioconference software, on a server with running VestaCP instance. Unfortunately, I always have a "grey blank screen" when I go to the subdomain used for jitsi, and I wonder if there is not a specificity with VestaCP because I have installed with succe...
- Fri Jan 24, 2020 5:58 pm
- Forum: 3rd Party Software
- Topic: How to Auto Change IP Address in VestaCP
- Replies: 39
- Views: 185908
Re: How to Auto Change IP Address in VestaCP
$(curl ipinfo.io/ip) give the IP correctly, but $(curl -s vestacp.com/what-is-my-ip/) don't
There is a % or a # after it....
There is a % or a # after it....
- Wed Jan 15, 2020 3:19 pm
- Forum: Mail Server
- Topic: Send email to external MX/mail server
- Replies: 1
- Views: 4408
Re: Send email to external MX/mail server
I have found the way : you just have to delete mail domain for the corresponding user :)
- Wed Jan 15, 2020 1:29 pm
- Forum: Mail Server
- Topic: Send email to external MX/mail server
- Replies: 1
- Views: 4408
Send email to external MX/mail server
Hi, I have a domain.com hosted on my VestaCP But the mail of this domain are hosted by an external provider (OVH) The command host -t mx domain.com give this : domain.com mail is handled by 1 mx1.ovh.net. domain.com mail is handled by 100 mxb.ovh.net. domain.com mail is handled by 5 mx2.ovh.net. An ...
- Sat Sep 28, 2019 7:43 am
- Forum: Web Server
- Topic: Error Code: 15 - SSL - Lets Encrypt
- Replies: 63
- Views: 166554
Re: Error Code: 15 - SSL - Lets Encrypt
OK the issue is there : https://github.com/serghey-rodin/vesta/ ... -535360892
- Fri Sep 27, 2019 7:55 pm
- Forum: Web Server
- Topic: Error Code: 15 - SSL - Lets Encrypt
- Replies: 63
- Views: 166554
Re: Error Code: 15 - SSL - Lets Encrypt
Day after day, I have more websites wich can't renew their LE certificates.
I think it's a future big issue because in 3 weeks, my first websites won't have valid cert and will be inaccessible...
Nobydy except SanTi have issues with LE cert ??
I think it's a future big issue because in 3 weeks, my first websites won't have valid cert and will be inaccessible...
Nobydy except SanTi have issues with LE cert ??