Search found 11 matches

by Hultenius
Mon Nov 22, 2010 9:17 am
Forum: Control Panel Support Help
Topic: Per Domain php.ini Settings with FastCGI Plesk 9.2.1 HELP!
Replies: 28
Views: 36769

Re: Per Domain php.ini Settings with FastCGI Plesk 9.2.1 HEL

If I need to set something client related in httpdocs I go to the desired directory and run: find . -type d -exec chown user:group {} \; find . -type f -exec chown user:group {} \; find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \; Of course that's still a manual way but it h...
by Hultenius
Thu Nov 18, 2010 5:50 pm
Forum: Control Panel Support Help
Topic: Per Domain php.ini Settings with FastCGI Plesk 9.2.1 HELP!
Replies: 28
Views: 36769

Re: Per Domain php.ini Settings with FastCGI Plesk 9.2.1 HEL

That's a nice way too. Do you have any vhost specific if statements running? How would that impact the performance of the process if it runs hundreds of if-statements? More or less than loading the individual php file? Another possibilty of that solution is to make some sort of config file that jus...
by Hultenius
Thu Nov 18, 2010 11:51 am
Forum: Control Panel Support Help
Topic: Per Domain php.ini Settings with FastCGI Plesk 9.2.1 HELP!
Replies: 28
Views: 36769

Re: Per Domain php.ini Settings with FastCGI Plesk 9.2.1 HEL

If you don't like the idea of having hundreds of (possibly outdated) php.ini-files, use the wrapper below. It will add open_basedir protection without the need of creating vhost-specific php.ini files. You could also write some fancy if-statements around the variable $MAINDOMAIN to set vhost-specifi...
by Hultenius
Tue Nov 02, 2010 7:50 pm
Forum: Control Panel Support Help
Topic: Plesk 10 tidbits
Replies: 12
Views: 12471

Re: Plesk 10 tidbits

I've played around with Plesk 10 and I'm very pleased with the new features so far, especially the unannounced ones. * The HTML template files are unencrypted. Meaning you can virtually change the whole panel! Check these files: /usr/local/psa/admin/smb/application/views/scripts/ * Myplesk.com-links...
by Hultenius
Tue Feb 23, 2010 2:23 pm
Forum: Control Panel Support Help
Topic: Plesk 9.5 is coming
Replies: 14
Views: 16327

Re: Plesk 9.5 is coming

Wow, didn't expect Plesk 9.5 that fast!
And the updates actually make sense, at a first glance :)
by Hultenius
Sun Feb 14, 2010 1:00 pm
Forum: Requests
Topic: A new control panel from asl
Replies: 13
Views: 14420

Re: A new control panel from asl

The API is the best thing with Plesk. It's very powerful. It would be interesting to build a new CP/interface by using the API. However, Parallels Summit 2010 is next week. We might learn more about Plesk 10 (and if it uses the new intuitive SMB-interface). Maybe they have something up their sleeves...
by Hultenius
Sun Jun 29, 2008 6:04 pm
Forum: General Help and Development Discussion
Topic: MySQL 5.0.51-1
Replies: 3
Views: 3361

yeah I was testing out 5.0.54 the other day and I had a really bizarre plesk issue come up during an upgrade. Ive only tested that on C4 so far, so it could be something specific to 4. I was using the package from CentOSplus, anyone else give that a shot? I just want to warn everybody about this. S...
by Hultenius
Wed Feb 28, 2007 8:36 am
Forum: PHP Help and Discussion
Topic: PHP 5.2.0
Replies: 14
Views: 15386

This "channel": http://.php.net ;)
by Hultenius
Mon Feb 19, 2007 7:50 am
Forum: PHP Help and Discussion
Topic: PHP 5.2.0
Replies: 14
Views: 15386

PHP 5.2.1 is out now, but I assume you already know that ;)

Are you sure it breaks sitebuilder?
One guy got it working on PHP 5.2.0
http://forum.swsoft.com/showthread.php?threadid=40664
by Hultenius
Tue Feb 06, 2007 3:33 pm
Forum: PHP Help and Discussion
Topic: PHP 5.2.0
Replies: 14
Views: 15386

Nice to hear! I will upgrade 2-3 servers from PHP4 to PHP5 in late february so this is good news :)

PHP 5.2 has been available since 02-Nov-2006 so I guess it's quite stable.
by Hultenius
Wed Jan 10, 2007 7:44 pm
Forum: PHP Help and Discussion
Topic: RHEL4 and PHP 5.2
Replies: 8
Views: 9488

PHP 5.2 in the main channel would be nice.
PHP 5.0 is old now.