Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here.
Thanks for helping shape a better SEO product for agencies!
The BIND DNS server has already been deprecated and removed from Plesk for Windows.
If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
I saw there are some other hosts allow the hosting client to use custom php.ini in php5 base on each domain. Anyone has any idea how to do that in windows server 2003.
for php5, you can only add individual php configuration value inside of php.ini through the registry, which means that you have to setup keys to the file path ( where the client's hosting folder located ) and then add a string value, string name will be the php.ini configuration name and value will be how you want it to be
for example
1. change session.save_path value inside of php.ini
you setup a key named session.save_path and the value will be "hard-drive-letter://file-path-to-your-client-account-folder/any-sub-folder-you want the value to activated/"
Thats not true, we do it and we dont have that. What we do is we set the PHPRC environment variable in windows to be a single period '.' (no quotes) and we run it as a cgi (map the script mapping for php to C:\PHP5\php-cgi.exe).
This allows the user to set a php.ini (or php-cgi-fcgi.ini depending on the php version 4/5) in the root directory of the application folder and it will be picked up immediately by their applicatino, no restarts or nothing.
**Note, you may have to reboot after the environment variable is set for it to work properly though.
I've set PHPRC to '.' and rebooted my server, Fast CGI isn't recognising my php.ini in the current path though. I've tried renaming the ini file to php-cgi-fcgi.ini, php-fcgi.ini php-facgi.ini etc
Thats not true, we do it and we dont have that. What we do is we set the PHPRC environment variable in windows to be a single period '.' (no quotes) and we run it as a cgi (map the script mapping for php to C:\PHP5\php-cgi.exe).
This allows the user to set a php.ini (or php-cgi-fcgi.ini depending on the php version 4/5) in the root directory of the application folder and it will be picked up immediately by their applicatino, no restarts or nothing.
**Note, you may have to reboot after the environment variable is set for it to work properly though.
I'm new to plesk 10 on windows 2008 and need to setup a way for our clients to setup ther own php ini, or at least allow them to ask us to do it. But I dont know how or where
I had problem, i follow the link that sent, but when i create the "php-cgi-fcgi.ini", and refresh the PHP Info, i got this message:
502 - Web server received an invalid response while acting as a gateway or proxy server.
There is a problem with the page you are looking for, and it cannot be displayed. When the Web server (while acting as a gateway or proxy) contacted the upstream content server, it received an invalid response from the content server.
I don´t know why, but in my domain configuration, i set to use php 5.2.17, but on the phpinfo continue using the 4.4.9 version, why? When i change to fast cgi or isapi i didn´t see any difference.
Which php and Plesk version are you using?. Also provide the php variable you are trying to set. What is understand is custom php.ini won't work with php version 4 and also with fast-cgi and isapi.