Tod Thomas wrote:
I just built phpV5.1.2 with the same options I used to build php4:
./configure --prefix=/opt/php5
--with-apxs2=/opt/apache/bin/apxs
--with-mysql=/opt/mysql
--disable-cgi --with-zlib
After make install I had libphp5.so in the ./apache/modules directory as
expected. I comment
Richard Lynch wrote:
On Mon, January 30, 2006 8:08 pm, Tod Thomas wrote:
I just built phpV5.1.2 with the same options I used to build php4:
./configure --prefix=/opt/php5
--with-apxs2=/opt/apache/bin/apxs
--with-mysql=/opt/mysql
--disable-cgi --with-zlib
After make install I had libphp5.so i
Richard Correia wrote:
can you try httpd -v,
which all dynamic modules are listed?
Sorry I took so long. -v just displays the version. This provides what
you asked for I think:
/httpd -e debug
[Tue Jan 31 18:11:38 2006] [debug] mod_so.c(248): loaded module
access_module
[Tue Jan 31 18
On Mon, January 30, 2006 8:08 pm, Tod Thomas wrote:
> I just built phpV5.1.2 with the same options I used to build php4:
>
> ./configure --prefix=/opt/php5
> --with-apxs2=/opt/apache/bin/apxs
> --with-mysql=/opt/mysql
> --disable-cgi --with-zlib
>
> After make install I had libphp5.so in the ./apa
can you try httpd -v,
which all dynamic modules are listed?
Rich
On 1/31/06, Tod Thomas <[EMAIL PROTECTED]> wrote:
>
> Richard Correia wrote:
> > I think your webserver is not treating .php as script file.
> >
> > AddType application/x-httpd-php .php
> >
> > http://www.weberdev.com/Manuals/PHP/
Richard Correia wrote:
I think your webserver is not treating .php as script file.
AddType application/x-httpd-php .php
http://www.weberdev.com/Manuals/PHP/install.windows.apache2.html
The above instructions are for windows, but you will get the idea.
Thanks,
Rich
I thought about doin
I think your webserver is not treating .php as script file.
AddType application/x-httpd-php .php
http://www.weberdev.com/Manuals/PHP/install.windows.apache2.html
The above instructions are for windows, but you will get the idea.
Thanks,
Rich
On 1/31/06, Tod Thomas <[EMAIL PROTECTED]> wrote:
>
7 matches
Mail list logo