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"]
[-
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
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
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
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
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
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