Re: [PHP] Problem installing on BSD

2001-04-02 Thread natter
>From my httpd.conf: LoadModule php4_modulelibexec/apache/libphp4.so (this file does exist) AddModule mod_php4.c # And for PHP 4.x, use: # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps Felix Kronlage wrote: > On Mon, Apr 02, 2001 at 12:01:08AM -06

Re: [PHP] Problem installing on BSD

2001-04-01 Thread Felix Kronlage
On Mon, Apr 02, 2001 at 12:01:08AM -0600, natter wrote: > 3. Changed my httpd.conf file to allow .php: > - AddType application/x-httpd-php .php > - AddType application/x-httpd-php-source .phps Do you have the directive to load the php-module in you

Re: [PHP] Problem installing on BSD

2001-04-01 Thread natter
Sorry. :( Yes, I have done this many times. My version below is just the 1st steps I took. I have spend 3 hours trying to reconfigure and try anything that I could think of. Nothing. Thanks though. David Robley wrote: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] Problem installing on BSD

2001-04-01 Thread David Robley
On Mon, 2 Apr 2001 15:31, natter wrote: > 1, Ok, I checked my existing apache install (httpd -l and it has > mod_so.c) > 2. Installed php using the following line: configure > --with-apxs=/usr/local/apache/bin > 3. Changed my httpd.conf file to allow .php: > - AddType appl

[PHP] Problem installing on BSD

2001-04-01 Thread natter
1, Ok, I checked my existing apache install (httpd -l and it has mod_so.c) 2. Installed php using the following line: configure --with-apxs=/usr/local/apache/bin 3. Changed my httpd.conf file to allow .php: - AddType application/x-httpd-php .php - Ad