[EMAIL PROTECTED] apache2.0 on freebsd6.1

2006-06-16 Thread Josh Stephenson
I recently recompiled apache and php on freebsd 6.1 and now whenever I look at a webpage on that system (whether there's a page there or not) I get the output from 'apachectl' with no arguments: Usage: -f [-D name] [-d directory] [-f file] [-C "directive"] [-c "directive"] [-

Re: [EMAIL PROTECTED] segmentation fault

2006-06-12 Thread Josh Stephenson
ed out, and I still get a segmentation fault. Thanks for the suggestionsany more? -Josh Boyle Owen wrote: -Original Message----- From: Josh Stephenson [mailto:[EMAIL PROTECTED] Sent: Friday, June 09, 2006 8:34 PM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] segmentation fault

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
httpd.conf: LoadModule php4_module c:/php/sapi/php4apache.dll AddModule mod_php4.c AddType application/x-httpd-php .php I was able to add LoadModule and AddType... but I couldn't find a place for AddModule.. Can you help please... Thanks, Hamad -Original Message----- From: Josh Stephenson

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
nf is looking for). Hamad S. Al-Jalaq wrote: But the file is already there... What could be the problem? Thanks, Hamad -Original Message- From: Josh Stephenson [mailto:[EMAIL PROTECTED] Sent: Sunday, June 11, 2006 6:58 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Apach

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
not working with PHP4 I am not professional in apache and PHP, but I've done as per the installation steps... I am installing it on windows 2003... please could you check the attached file? Thanks, Hamad -Original Message- From: Josh Stephenson [mailto:[EMAIL PROTECTED] Sent: S

Re: [EMAIL PROTECTED] Apache 2.2 not working with PHP4

2006-06-11 Thread Josh Stephenson
You need to edit your httpd.conf file to handle php files add these lines and you should be good: LoadModule php4_module libexec/apache2/libphp4.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps The first line might already be in there, but the second one not

[EMAIL PROTECTED] segmentation fault

2006-06-09 Thread Josh Stephenson
On an intel mac os x 10.4 with apache 2.2.0 I am getting a segmentation fault. When I run apachectl start, I get: ./bin/apachectl: line 102: 359 Segmentation fault $HTTPD -k $ARGV '359' changes randomly If I run httpd, I get: Segmentation fault I have not changed anything recently (oth