Search found 14 matches

by tungsten
Wed May 28, 2008 10:00 pm
Forum: Anti-Spam Help and Discussion
Topic: Qmail Under attack
Replies: 3
Views: 5377

Hmm... it seems that qmail was actually off these last few hours. That explains why the load was returning to normal.

Since flipping Qmail back on, our load has spooled up to 70 in the last 3 minutes and climbing.

/sigh. It's going to be a long night.
by tungsten
Wed May 28, 2008 9:43 pm
Forum: Anti-Spam Help and Discussion
Topic: Qmail Under attack
Replies: 3
Views: 5377

Qmail Under attack

Hi everyone, We've been under attack for the last several hours. Our top process looks like this: op - 20:39:44 up 9:20, 2 users, load average: 41.20, 38.51, 36.41 Tasks: 199 total, 42 running, 157 sleeping, 0 stopped, 0 zombie Cpu(s): 99.6% us, 0.4% sy, 0.0% ni, 0.0% id, 0.0% wa, 0.0% hi, 0.0% si M...
by tungsten
Fri Apr 18, 2008 11:10 am
Forum: General Help and Development Discussion
Topic: PERL / CGI weirdness
Replies: 3
Views: 4768

Thanks for the response Highland. Yeah. I've been through the knowledge base article. This issue is a complete mystery to me. test.cgi (the default one that Plesk throws into any newly created domain) runs just fine. We can move test.cgi around the server (either shell mv or through FTP) in and out ...
by tungsten
Wed Apr 16, 2008 11:38 am
Forum: General Help and Development Discussion
Topic: PERL / CGI weirdness
Replies: 3
Views: 4768

PERL / CGI weirdness

Well, 2 posts in one day, these meds are really boosting my confidence! ;) Anyhow, we are having an issue with some Perl scripts under one of our domains. When we setup the domain for the client, the default PLESK /test/ folder is added. The test.cgi script in there runs just fine. We can even move ...
by tungsten
Wed Apr 16, 2008 10:43 am
Forum: PHP Help and Discussion
Topic: PHP 5.2.5 Suddenly Logging Everything - Stumped~!
Replies: 1
Views: 3384

PHP 5.2.5 Suddenly Logging Everything - Stumped~!

Hi All, Here's an odd one that I'm hoping someone can shed some light on for me. By default Plesk is set to log EVERYTHING. This is fine except for the fact that your log files can blow up pretty fast if you have a roughly coded PHP site for example. To trim out 1000s of lines an hour from some of o...
by tungsten
Tue Apr 08, 2008 2:21 am
Forum: General Help and Development Discussion
Topic: SVN - CENTOs 4.5 - Plesk 8.3
Replies: 7
Views: 4946

Holy crap. Why didn't anyone tell me I'm retarded. I've been staring the issue right in the face the entire time. /bonk Anyhow, for anyone else spinning around like me, if you want a user authenticated SVN repo that is NOT publicly accessible, then set your vhost.conf file as follows: <Location /rep...
by tungsten
Mon Apr 07, 2008 11:46 am
Forum: General Help and Development Discussion
Topic: SVN - CENTOs 4.5 - Plesk 8.3
Replies: 7
Views: 4946

SVN is working ... so that is a good thing. I feel like I'm halfway there. However, my authorization is not currently working at all. At present, this is what I have in the subdomain vhost.conf file <Location /repos> DAV svn SVNParentPath /var/www/svn # # Limit write permission to list of valid user...
by tungsten
Sun Apr 06, 2008 11:45 am
Forum: General Help and Development Discussion
Topic: SVN - CENTOs 4.5 - Plesk 8.3
Replies: 7
Views: 4946

Ok. Simplest way forward. Started over! :) yum remove subversion mod_dav_svn After walking through the wiki again from top down, I am now getting the following error in the access_log for the domain. my.IP.add.ress - - [06/Apr/2008:10:13:40 -0500] "PROPFIND /projects/domain/project HTTP/1.1&quo...
by tungsten
Sat Apr 05, 2008 7:34 pm
Forum: General Help and Development Discussion
Topic: SVN - CENTOs 4.5 - Plesk 8.3
Replies: 7
Views: 4946

Thanks for the response Scott. Here is what I know: Vhost.conf file is set up for svn.domain.com with the above details (as per the wiki). When I check the error_log and access_log for the parent domain, there are no entries related to svn.domain.com in regards to the SVN login attempts. Access_log ...
by tungsten
Sat Apr 05, 2008 2:15 pm
Forum: General Help and Development Discussion
Topic: SVN - CENTOs 4.5 - Plesk 8.3
Replies: 7
Views: 4946

SVN - CENTOs 4.5 - Plesk 8.3

Hi All, Been pulling my hair out for a day or so now. We working on getting our codebases in order. I'm attempting to get Subversion working on our CentOS 4.5 / Plesk 8.3 box. Here is what we have installed: httpd-2.0.52-32.3.ent.centos4 mod_dav_svn-1.4.6-0.1.el4.rf subversion-1.4.6-0.1.el4.rf I've ...
by tungsten
Mon Apr 09, 2007 3:46 pm
Forum: General Help and Development Discussion
Topic: Plesk 8.1 and Postrgresql
Replies: 1
Views: 3048

Plesk 8.1 and Postrgresql

Anyone know if Postgresql is needed for Plesk 8.1? Does Plesk actually use it for anything? I've update a CentOS 4.4 box to Plesk 8.1, Php 5 and mySQL 5 and in the process, Postgresql stopped and won't start again. I'm wondering if it matters? We don't use it for anything and neither do our clients....
by tungsten
Mon Oct 17, 2005 1:14 am
Forum: PHP Help and Discussion
Topic: PHP 4.4.0 - RH9/Plesk 6 - Horde has issues
Replies: 6
Views: 10034

Just an update for anyone still following this issue: We have turned PHP Error reporting back on in the PHP.ini file. Of course, we also had to modify the Horde configuration. In /webmail/horde/conf.php - set ERROR reporting to Warning. Save the file. Restart Apache. You should be good to go serverw...
by tungsten
Tue Oct 04, 2005 11:42 am
Forum: PHP Help and Discussion
Topic: PHP 4.4.0 - RH9/Plesk 6 - Horde has issues
Replies: 6
Views: 10034

Fixed... sort of.

Hey Scott, Thanks for the note... Turns out there is a "bug" in the horde code. The PHP 4.4 build removes some of the previous tolerance for non-critical errors and variable references. Hence the weird reference errors Horde started spitting. http://www.sitepoint.com/blogs/2005/07/30/php-4...
by tungsten
Thu Sep 29, 2005 11:34 pm
Forum: PHP Help and Discussion
Topic: PHP 4.4.0 - RH9/Plesk 6 - Horde has issues
Replies: 6
Views: 10034

PHP 4.4.0 - RH9/Plesk 6 - Horde has issues

Hey there Scott, Update PHP to 4.4.0. Everything works like a top with the exception of Horde. We are now getting the following: Notice: Only variable references should be returned by reference in /home/httpd/vhosts/webmail/horde/lib/Auth.php on line 68 Notice: Only variable references should be ret...