Search found 3 matches
- Thu Mar 24, 2016 2:32 am
- Forum: Web Server
- Topic: Non Https Domains redirect to Https domains
- Replies: 4
- Views: 8744
Re: Non Https Domains redirect to Https domains
I think its a behavior you can't suppress without manual reconfiguration. It's not a problem with VestaCP, it's just the way webservers like nginx and apache work. For what i have experienced by now it occurs in the following way: You are trying to connect to a server_name that does not exist under ...
- Wed Mar 23, 2016 7:29 pm
- Forum: Web Server
- Topic: PHP-FPM - vesta creates different backend ports for different sites?
- Replies: 3
- Views: 4805
Re: PHP-FPM - vesta creates different backend ports for different sites?
Yeah, but why does it use different ports? Can't it just use the same port for each site? PHP-FPM listens on port 9000, why does it have to listen also on port 9001, 9002, ..., i mean its the same program behind these ports?
- Wed Mar 23, 2016 7:13 pm
- Forum: Web Server
- Topic: PHP-FPM - vesta creates different backend ports for different sites?
- Replies: 3
- Views: 4805
PHP-FPM - vesta creates different backend ports for different sites?
Hi! First of all some infos about my system: Debian 8, VestaCP (Nginx + PHP-FPM, no Apache) I thought about adding multi-php support (php7 for some of my sites) with the help of templates. The idea was to simply set different ports for different version (e.g. php5 - 9000, php7 - 9001). I'm sure that...