Re: suPHP - secure/reliable?

2005-11-03 Thread Sam Nilsson
jonas wrote: I'd be really intrested to hear some few details about installation through the ports. From what I saw in the FastCGI documentation you need to do some strange configuration changes to your httpd.conf, so that .php files are properly passed to the FastCGI handler and that they'll

Re: Release vs Stable vs Current

2005-11-07 Thread Sam Nilsson
Ansar Mohammed wrote: Has the terminology for production ready FreeBSD changed? Is FreeBSD Release now considered Stable? I don't think so, no. Stable refers to the branch of development from which Production releases are made. Right now that is the FreeBSD 6 branch. Future point releases

Re: bruteforce not restarting pf?

2005-11-09 Thread Sam Nilsson
Dave wrote: Checking my bruteforce table ;i see 163.13.111.172/32 in it, so it was added, but i don't get why future connections were permitted unless pf was not restarted or informed about the updated table. which table are you checking? the in-memory table that pf uses or the on-disk

Re: New logo, new look

2006-03-06 Thread Sam Nilsson
Marc G. Fournier wrote: Is there a reason why both the old and new logos cannot be used in tandem? I'd rather leave the old one up on my web site, since, personally, I like it better ... I understand the argument for a 'new logo', but, quite frankly, after looking at the new one, I'm surprised

Re: Cheap FreeBSD hosting?

2006-03-25 Thread Sam Nilsson
Scott I. Remick wrote: Well it seems my perfect FreeBSD webhost, which had great service, great features, and a great support community has been sold-out to a large webhost consolidation company with a reputation for ruining every company they buy. They'll also be switching from FreeBSD to

MySQL Error: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug

2008-09-23 Thread Sam Nilsson
= read_rnd_buffer_size=32M - set-variable = thread_cache_size=20 Any help would be much appreciated. Thanks - Sam Nilsson ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: MySQL Error: Can't create a new thread (errno 35); if you are not out of available memory, you can consult the manual for a possible OS-dependent bug

2008-09-23 Thread Sam Nilsson
Vincent Hoffman wrote: If you havent already, you could try increasing the per process memory limit as per examples in http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2008-05/msg00258.html (man tuning also says a bit about these tuneables but doesnt have the examples that post does)

Re: PHP4 PHP5 on same server?

2005-10-02 Thread Sam Nilsson
/php is a directory that contains an 'extensions.ini' file. # The 'extensions.ini' file lists the extensions that should be loaded. $ ln -s /usr/local/etc/php php }}} - Sam Nilsson ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: php4 sessions not built by default?

2005-10-05 Thread Sam Nilsson
Garrett Cooper wrote: Just trying to access some session variables via the PHP4 and for some odd reason it doesn't appear as if the function exists. Is this not built in PHP4 by default? And if so, how may I remedy the issue? Thanks, -Garrett Hi Garrett, Yeah, I think you are right

Re: suPHP - secure/reliable?

2005-10-07 Thread Sam Nilsson
the php-cgi port with fastcgi support. Then I compiled apache with suexec support so that I can run cgis (fastcgi included) as whatever users I need. If you are interested in taking this route I may be able to help you with the little details. - Sam Nilsson