This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP / Selecting different PHP version for subdirectory with PHP-FPM
« on: December 18, 2018, 06:57:35 AM »
Hello
In the past I've used the PHP Selector to run a different version of PHP in a subdirectory of my main domain by adding
I'm having a hard time replicating this behaviour if I switch to use PHP-FPM on my main domain.
The domain in question:
https://uber1337.dk/
The subdirectory:
https://uber1337.dk/hlstatx/
I've added the PHP 5.6 version to my PHP-FPM Selector
If I create a subdomain and specify the PHP-FPM version to be PHP 5.6 this works for the subdomain
for example
https://stats.uber1337.dk/
But it still won't fork for
https://uber1337.dk/hlstatx/ as the configuration is part of the main domain.
Are there any way to duplicate the behaviour of the original PHP Selector?
In the past I've used the PHP Selector to run a different version of PHP in a subdirectory of my main domain by adding
Code: [Select]
AddHandler application/x-httpd-php56 .php
to the .htaccess fileI'm having a hard time replicating this behaviour if I switch to use PHP-FPM on my main domain.
The domain in question:
https://uber1337.dk/
The subdirectory:
https://uber1337.dk/hlstatx/
I've added the PHP 5.6 version to my PHP-FPM Selector
If I create a subdomain and specify the PHP-FPM version to be PHP 5.6 this works for the subdomain
for example
https://stats.uber1337.dk/
But it still won't fork for
https://uber1337.dk/hlstatx/ as the configuration is part of the main domain.
Are there any way to duplicate the behaviour of the original PHP Selector?
2
CentOS-WebPanel GUI / Adding a domain with special characters
« on: October 04, 2017, 06:06:19 AM »
Hello
I'm trying to add lundstrøm.com to a user in the webpanel.
Unfortunately I receive the message 'Warning!: No special characters are allowed!'
How should I proceed?
Is it enough to add xn--lundstrm-c5a.com instead?
I'm trying to add lundstrøm.com to a user in the webpanel.
Unfortunately I receive the message 'Warning!: No special characters are allowed!'
How should I proceed?
Is it enough to add xn--lundstrm-c5a.com instead?
3
CentOS 7 Problems / Ioncube load error
« on: August 08, 2017, 11:15:47 AM »
Hi
I keep getting theese in my apache error log:
Cannot load the ionCube PHP Loader - it was built with configuration API320151012,NTS, whereas running engine is API320160303,NTS
It happens pretty much everytime you access a page on the webserver.
I'm running PHP 7.1.7 and have checked the 'ioncube' checkbox.
I've also tried a different version but the error seem to persist.
Any ideas on how to fix this?
I keep getting theese in my apache error log:
Cannot load the ionCube PHP Loader - it was built with configuration API320151012,NTS, whereas running engine is API320160303,NTS
It happens pretty much everytime you access a page on the webserver.
I'm running PHP 7.1.7 and have checked the 'ioncube' checkbox.
I've also tried a different version but the error seem to persist.
Any ideas on how to fix this?
Pages: [1]