[PHP-INSTALL] Install PHP as CGI with Apache

2003-11-20 Thread Ed Martin
i am trying to install php as a cgi for apache (i need system regex so it has to be cgi) and i just keep on getting "No Input File Specified" i have added AddHandler application/x-httpd-php .phtml Action application/x-httpd-php "/cgi-bin/php" to my httpd.conf file and i have tried changing all

[PHP-INSTALL] Forbidden to access /php/php.exe/phpTest.php on Apache

2003-11-20 Thread Lex
Hello All, I get the following error when I try to access a test php page I created after following the set up instructions: Forbidden You don't have permission to access /php/php.exe/phpTest.php on this server. What could i have done wrong or forgot to do? I set up the php.int file in my

Re: [PHP-INSTALL] php with xml support

2003-11-20 Thread ma
hi! to include domxml i compiled php 4.3.4 with: --with-xml=/usr --with-libexpat-dir=/usr --with-libxml-dir=/usr --with-dom --with-dom-xslt --with-dom-exslt (requires libxml2 libxslt(newes) libexslt) maybe it works if you compile it with (e)xslt-support? running debian 3.0 non-us ciao ma # li

[PHP-INSTALL] php with xml support

2003-11-20 Thread Manu
Hi everybody I'm tryng to install php with xml support on redhat 9.0a. I downloaded the source of php 4.3.4 version. I used the following configure command: ./configure --prefix=/usr --libdir=/usr/share/lib --includedir=/usr/include --with-openssl-dir=/usr/bin/openssl --with-curl-dir=/usr/bin/c