[PHP-INST] PHP & Apache - the inevitable problem

2003-02-22 Thread rotsky
Okay, I know you've all heard this one before, but I'm really new to all this, can't really claim to be a programmer and am on a steep learning curve, so... I've installed PHP 4.3.1 and Apache 2.0.44. I've made the various changes to Apache's httpd.conf file, including the infamous line: LoadMod

[PHP-INST] php apache in windows nt

2003-02-19 Thread Angelo Marcos Rigo
Hi i install apache 2.0.4.4 for win nt and php 4.3.1 i try to configure php as moule moving php4ts.dll to winnt/system32 and adding the two lines: LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php however this directory and this dll do not exist only the p

[PHP-INST] PHP + Apache + FastCGI

2003-02-12 Thread Stephane Rozes
Hello the list, I'm trying to run an Apache server with FastCGI and PHP. The install seems to works : "[Wed Feb 12 16:25:35 2003] [notice] FastCGI: process manager initialized (pid 19259) [Wed Feb 12 16:25:35 2003] [warn] FastCGI: server "/bin/php" started (pid 19260) [Wed Feb 12 16:25:35 2003]

[PHP-INST] php + apache

2003-01-22 Thread Zhiqiang Feng
Dear all, I am new to php, postgresql and apache. I intend to run them together on RH Linux 7.2 . The installation of RH Linux 7.2 is a complete one on the PC. So here are the list of the packages: Apache 1.3.20-16 postgresql 7.1.3-2 php 4.0.6-7 php-pgsql 4.0.6-7.

[PHP-INST] php /apache install problems

2002-10-14 Thread electroteque
hi guys having apache2filter errors compiling php 4.2.2 and 4.3 against both apache 2.0.39 and 2.0.43 php_functions.c:93:27: missing binary operator before '!' make[3]: *** [php_functions.lo] Error 1 make[3]: Leaving directory `/usr/local/etc/php-4.2.2/sapi/apache2filter' make[2]: *** [all-rec

Re: [PHP-INST] php+apache problem

2002-10-14 Thread Jeffrey_N_Dyke
s Van Wyk" To: <[EMAIL PROTECTED]> <[EMAIL PROTECTED] cc: .za> Subje

Re: [PHP-INST] php+apache problem

2002-10-14 Thread Marco Tabini
This sounds like an Apache issue. Have you compiled PHP as a module? If so, did you add the appropriate entries in your httpd.conf? You can find the instructions in the PHP manual. On Mon, 2002-10-14 at 16:07, Marcus Van Wyk wrote: > Hi there > Hoping to find some help here > > I have a Linux 8

[PHP-INST] php+apache problem

2002-10-14 Thread Marcus Van Wyk
Hi there Hoping to find some help here I have a Linux 8 box I'm trying to set up MySQL to work with php.4.2.3 to work with apache.1.3 I've gone through a very descriptive howto to install. But as soon as I load a .php page to the browser it tries to download any help on how to fix this would

[PHP-INST] PHP, apache and windows xp installation problem + Solution

2002-10-01 Thread Anna Wagg
Hi all, Just to let you know that I managed to get working PHP, windows xp and apache2. I got it working by simply downloading the newest version of Apache 2. No problems at all, configuration took me 2 mins. Thanx to all who send me emails trying to help me. Thanx, Anna.

Re: [PHP-INST] PHP, APache and Mysql on Redhat linux 7.3

2002-10-01 Thread Peter Goggin
your patience and help. Regards Peter Goggin - Original Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "Peter Goggin" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 6:32 PM Subject: Re: [PHP-INST] PHP, APache a

Re: [PHP-INST] PHP, APache and Mysql on Redhat linux 7.3

2002-10-01 Thread Chris Hewitt
Peter Goggin wrote: >I am trying to move a web application from a win98 machine to a linux >(redhat 7.3). This application works as designed on the win98 box. I cannot >get it to work properly on the linux box. > RH 7.3 has mysql, apache and php already (slightly earlier versions though). >I do

[PHP-INST] PHP, APache and Mysql on Redhat linux 7.3

2002-09-30 Thread Peter Goggin
I am trying to move a web application from a win98 machine to a linux (redhat 7.3). This application works as designed on the win98 box. I cannot get it to work properly on the linux box. It appears that despite php, apache and mysql being installed on linux they are not correctly integrated. I

[PHP-INST] PHP, apache and windows xp installation problem

2002-09-27 Thread Anna Wagg
Hi all, My name is Anna. Could anyone help me to get working apache with php. I got the apache server working with no problems. However when I try to configure PHP as a module in Apache, I cannot start the apache server again. I am getting the following message: “The requested operation has fa

Re: [PHP-INST] php apache freebsd ssl gd problem ? segmentation fault ?

2002-07-09 Thread open source devel company
the backtrace is below 0x283e136c in strcmp () from /usr/lib/libc.so.4 (gdb) bt #0 0x283e136c in strcmp () from /usr/lib/libc.so.4 #1 0x282e11de in obj_name_cmp () from /usr/local/lib/libcurl.so.2 Error accessing memory address 0x1: Bad address. opensource devel company --- open source devel

[PHP-INST] php apache freebsd ssl gd problem ? segmentation fault ?

2002-07-09 Thread open source devel company
Hi all su-2.05# /usr/local/apache/bin/apachectl startssl Segmentation fault - core dumped /usr/local/apache/bin/apachectl startssl: httpd could not be started su-2.05# The above is what is happening for the last 10 hrs the configs are php ./configure --with-gd=/home/www/myhome/install/gzs/gd

RE: [PHP-INST] PHP, Apache and threads: very strange

2002-05-21 Thread Wagner R. Teixeira
ilto:[EMAIL PROTECTED]] > Sent: segunda-feira, 20 de maio de 2002 20:57 > To: Wagner R. Teixeira; [EMAIL PROTECTED] > Subject: Re: [PHP-INST] PHP, Apache and threads: very strange > > > download zlib, install and recompile: > > http://www.faqts.com/knowledge_base/view.phtml/ai

Re: [PHP-INST] PHP, Apache and threads: very strange

2002-05-20 Thread Richard Anglin
download zlib, install and recompile: http://www.faqts.com/knowledge_base/view.phtml/aid/5087 -regards Rich - Original Message - From: "Wagner R. Teixeira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 20, 2002 4:08 PM Subject: [PHP-INST] PHP, Ap

[PHP-INST] PHP, Apache and threads: very strange

2002-05-20 Thread Wagner R. Teixeira
Hi, guys. I'm installing PHP 4.2.1 with Apache 2.0.36. I can compile both the way I've been doing for years, but this time when I start Apache I get the following error message: == Syntax error on line 230 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modu

[PHP-INST] PHP/Apache on Unix and MS SQLServer on NT

2002-05-17 Thread Chris Boget
Does anyone have experience with this environment? Pros? Cons? Any latency problems? Connectivity issues? I'd be very interested in hearing your experiences with this. What do you like about it? What don't you? Would you set your platform up like this if you could go back and do it again? t

[PHP-INST] PHP + Apache, chrooted not resolving names

2002-05-06 Thread Oliver Schlag
Hy, i've got a apache 1.3.20 running on a Solaris 8 Operating System in a chrooted environment. There is PHP 4.1.2 as dso apache module compiled. I've checked the libphp4.so with ldd to get all shared libraries into the chrooted environment. All seems to look good, except the name resolving via

[PHP-INST] php/apache and the dreaded XP

2002-05-03 Thread Jeffrey_N_Dyke
Hello all. I just got a new desktop, from Dell, and as all of their machines do now, it comes with XP installed. On my last set up, i had win2000Pro with Apache, Mysql, PHP and they all worked like a charm. Has anyone had any luck with XP? I am still considering wiping the OS out totally a

[PHP-INST] php+apache+wml

2002-03-18 Thread Fabio Spinelli
hi all, I'd like to write some WAP pages, generated by a PHP script. I use Apache on a RedHat 7.1 If I put on the webserver a normal page .wml and I connect to this page via mobile phone it works fine. If I put a page .php that return a wap page I get this error: "The WAP site you have requeste

[PHP-INST] PHP + Apache (FTP)

2002-03-05 Thread Luciano
Hey guys! I´ve installed the triad (PHP, Apacha, MySQL) in my Win98 computer, but, I haven´t seen some information reagarding FTP configuration. So, I just wonder, how can I config a FTP area into my apache+php server? For while, it´s all! regards! -- PHP Install Mailing List (http://www.

[PHP-INST] PHP + Apache + IMAP-SSL + LDAP = Headache

2002-02-21 Thread J. Rashaad Jackson
Hello all: I am attempting to utilize IMP 3.0 as web based e-mail. In order to do this, I had to recompile PHP with --with-imap (imap-2001a from UW), --with-xml, and --with-xml (God know why, but that's what IMP wanted). All went well, everything configured and compiled happily. Then I tried t

[PHP-INST] PHp-Apache-Imap How to

2002-02-03 Thread CIVITA ALAN
Hi all Can someone help me please I have a SuSe 7.3 installed... I've uninstalled the default apache and php rpms Then i started to compile my new php with IMAP support and then Apache So .../configure --with-imap --enable-track-vars --with-apache=../apache-1.3.22/ 1) First error the c-client is

[PHP-INST] PHP & Apache

2002-01-29 Thread Andrew Afliatunov
When I configured and installed PHP 4.1.1, my apache 1.3.22 failed to start - it gives this error: Cannot load /usr/local/apache/libexec/libphp4.so into server: ld.so.1: /usr/local/apache/bin/httpd: fatal: relocation error: file /usr/local/apache/libexec/libphp4.so: symbol ap_block_alarms: refere

[PHP-INST] PHP, Apache, and OpenBSD

2002-01-03 Thread Aaron
I have followed the installation instruction on PHP.net's user guide to the letter. But I can not get PHP to run with Apache. It doesn't seem as though Apache is loading and running the PHP module. When I run httpd -l there is no PHP module listed. I can't for the life of me figure out why thi

[PHP-INST] PHP+APACHE+ORACLE

2001-12-23 Thread SIM/HAOUHACH
hello everyone, I am a new user of the world PHP-APACHE, and I want acceded to a database oracle 8i from a page PHP. My database being found on a server under the platform NOVELL and PHP-APACHE on my machine that is under WINDOWS95. How I can make for configure the whole in order that functions. E

[PHP-INST] php/apache error: Cannot remove module mod_php4.c: not found in module list

2001-12-20 Thread Serge Yatsenko
Hello, I've installed Apache 13.22 and it works. Then I installed PHP410 and configured the config httpd.conf as this: -- LoadModule php4_module c:/php/sapi/php4apache.dll AddType application/x-httpd-php .php -- Also I ha

[PHP-INST] Php/Apache bug

2001-10-08 Thread Umberto Valsecchi
Hello, I've read your address from bugs.php.net, so I've decided to write you for explain a bug that I have during the installation of Php. My PC configuration is: . PII - 266 Mhz . Ram 128 Mb . HD 2 Gb (1 free) . OS win95 I've installed Apache 1.3.20 (downloaded from ufficial site), and it's w

[PHP-INST] PHP, apache on solaris

2001-07-26 Thread Aaron V
Hi all! Apache is the included version from Solaris 8 Distribution. PHP is the latest from the website. MySQL is also installed via pkgadd from sunfreeware.com. # /usr/apache/bin/apachectl start Syntax error on line 235 of /etc/apache/httpd.conf: Cannot load /usr/apache/libexec/libphp4.so into

Re: [PHP-INST] PHP, Apache & PostgreSQL

2001-07-20 Thread Rasmus Lerdorf
The error is that it can't find your libpq.so library, not your pgsql.so one. Where is libpq.so.2.0 on your system? If you are on a Linux box, edit /etc/ld.so.conf and add thatr directory and then run ldconfig. -Rasmus On Fri, 20 Jul 2001, Sean McCoy wrote: > When I execute a pg_connect() in

[PHP-INST] PHP, Apache & PostgreSQL

2001-07-20 Thread Sean McCoy
When I execute a pg_connect() in a .php file, I get an error indicating that the function is not defined... That's because, in the Apache error log I'm getting the following: PHP Warning: Unable to load dynamic library '/usr/lib/pgsql.so' - libpq.so.2.0: cannot open shared object file: No such

[PHP-INST] php & apache 1.3.6 & freebsd 2.2.8

2001-07-09 Thread Donald Dahlman
I have tried to install php on my 2.2.8 Free BSD machine I am running Apache 1.3.6, Mysql and I can run configure, make and make install fine, but when I try to initiate the so module under apache it gives me an error of _finiate error module not loaded. Can someone tell me what I need to do to in

[PHP-INST] php apache linux

2001-07-08 Thread Harry van Rijn
*.php files are not processed by apache/php say I hav test.php with "" then I only see the two 's. I' use apache-1.3.20.tar.gz php-4.0.6.tar.gz mod_perl-1.25.tar.gz unptarring . . . configuring/making apache ./configure --enable-modules=most --enable-shared=max make ma

Re: [PHP-INST] Php/apache/Form Data Format

2001-01-25 Thread Uwe Steinmann
On Thu, Jan 25, 2001 at 03:41:50PM +0100, alexeline wrote: > Bonjour, > > I want to use the form data format functions with php. > The system is RedHat linux 5.2. > So, i got the fdf distribution from adobe. I put them at /usr/local/lib. > > Then I re-built php4.04pl1 with these commands lines:

[PHP-INST] Php/apache/Form Data Format

2001-01-25 Thread alexeline
Bonjour, I want to use the form data format functions with php. The system is RedHat linux 5.2. So, i got the fdf distribution from adobe. I put them at /usr/local/lib. Then I re-built php4.04pl1 with these commands lines: sh ./configure --with-apxs=/usr/bin/apxs --with-imap=/usr/local/lib/imap