Re: Intel D945GCLF2

2009-01-04 Thread Andrei Pirvan
Hello I have a D945GCLF2 for almost 2 months, and it works well with OpenBSD 4.4. I use it with the stock fan disabled and with an 120mm Nexus RealSilent that covers almost the whole board. To make it fanless, I think the best solution is a bigger heatsink for the north bridge like [1], of course,

apache 1.3.29 + PHP 5.2.6 on OpenBSD 4.4

2008-11-16 Thread Andrei Pirvan
Hello The problem I have is that default apache can't load PHP module. PHP was installed from packages (php5-core-5.2.6.tgz), so here is nothing custom made. The only error I have is when I try to start apache is when I make a configtest. # apachectl configtest Starting Pure-FTPd Processing con

Re: apache 1.3.29 + PHP 5.2.6 on OpenBSD 4.4

2008-11-16 Thread Andrei Pirvan
1. Why does it say "Starting Pure-FTPd"? Have no ideea. Anyway, Pure-FTPd is already installed on the system, but don't know why it shows here. 2. Nothing in the httpd error log? # tail /var/www/logs/error_log [Sat Nov 15 00:19:04 2008] [error] [client 192.168.1.2] file permissions deny server e

Re: apache 1.3.29 + PHP 5.2.6 on OpenBSD 4.4

2008-11-16 Thread Andrei Pirvan
>Try the "httpd -u" switch to run it outside /var/www chroot. # httpd -u Syntax error on line 1 of /var/www/conf/modules/php5.conf: Cannot load /usr/local/lib/php/libphp5.so into server: Cannot load specified object Anyway, afaik the chroot is applied after loading the modules.

Re: apache 1.3.29 + PHP 5.2.6 on OpenBSD 4.4

2008-11-16 Thread Andrei Pirvan
>Is there a new line character at the end of this line: > >LoadModule php5_module /usr/local/lib/php/libphp5.so Removed the line, but still no luck, I get the same error.

Re: apache 1.3.29 + PHP 5.2.6 on OpenBSD 4.4

2008-11-17 Thread Andrei Pirvan
Thanks to all of you for ideas. Trying to figure out what was different from a fresh install, I remembered that I mounted /var partition in memory, so I checked the flags and found it it was mounted with noexec, and disabling that fixed my problem. Thanks again for your time.