[PHP-INST] httpd.conf not found

2003-06-10 Thread Mr Nius
Hi, During compilation I got the error like follow: + pushd build-cgi /r/rpms/BUILD/php-4.3.2/build-cgi /r/rpms/BUILD/php-4.3.2 + make install INSTALL_ROOT=/r/rpms/TMP/php-root Installing PHP CLI binary:/r/rpms/TMP/php-root/usr/bin/ Installing PHP CLI man page: /r/rpms/TMP/php-root/usr

Re: [PHP-INST] httpd.conf

2002-10-02 Thread Chris Hewitt
Antoine wrote: >Yes, I did restart the server, >The server work but still send a file with php code in it >The file has a .php extension, so I don't think this the problem >the filename is "phpinfo.php" > >the line with Directory index is this one: >DirectoryIndex index.html index.shtml index.h

Re: [PHP-INST] httpd.conf

2002-10-02 Thread Antoine
Hi, Yes, I did restart the server, The server work but still send a file with php code in it The file has a .php extension, so I don't think this the problem the filename is "phpinfo.php" the line with Directory index is this one: DirectoryIndex index.html index.shtml index.htm index.php index

Re: [PHP-INST] httpd.conf

2002-10-02 Thread Rasmus Lerdorf
Did you restart your server? On Wed, 2 Oct 2002, Antoine wrote: > Hi, > > I compiled PHP 4.2.3 on RedHat 7.2, > and I am using PHP as a module of apache > > In httpd.conf, I added the lines: > > LoadModule php4_module libexec/libphp4.so > > AddType application/x-httpd-php .php > > AddType applic

[PHP-INST] httpd.conf

2002-10-02 Thread Antoine
Hi, I compiled PHP 4.2.3 on RedHat 7.2, and I am using PHP as a module of apache In httpd.conf, I added the lines: LoadModule php4_module libexec/libphp4.so AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps But Apache still send back files with php codes in i

Re: [PHP-INST] httpd.conf & srm.con

2001-07-20 Thread Christopher Ostmo
glynco pressed the little lettered thingies in this order... > I installed PHP 4.0.6 > ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/ make > make install > > Now what should I do with the httpd.conf and srm.conf? > The instructions for this are well documented at php.net/manual in t

Re: [PHP-INST] httpd.conf & srm.con

2001-07-20 Thread Rasmus Lerdorf
Did you read the INSTALL file? On Sat, 21 Jul 2001, glynco wrote: > I installed PHP 4.0.6 > ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/ make > make install > > Now what should I do with the httpd.conf and srm.conf? > > Can someone explore this: "edit your httpd.conf file so it only

[PHP-INST] httpd.conf & srm.con

2001-07-20 Thread glynco
I installed PHP 4.0.6 ./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr/ make make install Now what should I do with the httpd.conf and srm.conf? Can someone explore this: "edit your httpd.conf file so it only loads the module for php4. If you load php3 it will interfere and it will brake

[PHP-INST] httpd.conf syntax problem with libphp4.so

2001-01-12 Thread Alistair Chisholm
httpd.conf syntax problem with libphp4.so Dear list, can anyone help me to resolve this problem? I managed (with the help of kind support from this list) to get MySQL 3.22.32 and Apache 1.3.12 installed and working on Corel 1.1.2 . However after trying to compile and install php4, I can now n