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.
Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !
WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure. Join the pilot program today!
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.
Plesk made PHP a component when they made it so you couldn't update it. I ran ART's update to 4.3.8-11 through yum, and it broke horde, keeping tradition with every other version of psa. I need a vacation.
Every time I let yum update everything, something breaks, and I end up paying SW-Soft $75. It's like getting hit in the head with a shovel for thinking. I'm not updating anything unles it's on an individual basis, so I can back out if I have to.
Probably because you're running the commercial Zend or Ioncube inside of php. Theres nothing I or sw-soft can do about 3rd party modifications made outside of rpms.
Please don't think I blame you Scott. I don't. I've been relying pretty much soully on your repos for yum, and never had a problem. It's one box in particular that is giving me a world of grief with horde. The others just run it incredibly slow. I tried out the atomic-psa setup last night on our corporate box (it only houses our site). It seemed to wortk fine, but it killed the box due to a hardware issue.
Ive remmed out all the calls to zend in the php.ini, and horde still won't get past the login. I've recompiled as per SW-Soft instructions for the segfault issues, but that's not the problem, and I can't remember for the life of me what I did last time to fix it. I know it was a permission setting somewhere that was causing the issue, because I remember one of the vladimir's being stumpped too. It took us two or three days to find it last time, you'd think I'd remember.
Anyway,
Thanks for all the killer help Scott, keep it up.
Originally posted by atomicturtle Probably because you're running the commercial Zend or Ioncube inside of php. Theres nothing I or sw-soft can do about 3rd party modifications made outside of rpms.
So basically what your saying is we shouldn't mess with our installs? I needed to install Zend for modernbill on that box. I really didn't have a choice at the time. What's broken in the Zend installer?
No just that if you're adding in 3rd party packages outside of the the RPM's you're going have to manage those manually, since thats outside the scope of the what the RPM distributed packages can work with. In the case of things like Zend and Ioncube, they are sensitive to the version of php they are running against. Theres no way to communicate that information internally between the managed and unmanaged applications.
I guess if it were easy everyone would be doing it. My question is... if on of my boxes is working perfectly, Is there an easy way to clone the config? aside from copying php.ini...etc.
copied httpd.conf and php.ini from the good box for a test, all it did was make the box faster. the only thing that's different is the php version at this point, which the good box is running the older version. Will the psa.conf(i think thats the file) configure it the same if I reinstall PHP?