Hi List,
Is out there someone with experience about a W2K php editor on a LAN machine
that can be connected to Apache web server compiled with php and mysql on a
Linux box ?
Any ideas are welcome.
Thanks Tony
++
Kreorg Oktatóközpont
http://www.kreorg.hu
[EMAIL PROTECTED]
Tel:+36-1
php-install Digest 11 Jan 2002 08:18:37 - Issue 643
Topics (messages 5528 through 5538):
Re: XpmFreeXpmImage in -lXpm
5528 by: Mark
alpha OSF V5.1
5529 by: Thomas Holton
Installing PHP on Novell NetWare 6 Server
5530 by: Marc Gervais
apache and mod_php4
55
Hi, thanks in advance,
i've a apache-1.3.22 and php 4.1.1 as CGI on a Linux 2.4.2 with (
glibc2.2.2 ), and i'd like
to encrypt my php code because i don't want anybody see it.
I've used POBS to ofuscate code but i've seen that isn't enough, and
then i belive that i should
modificate source code
Hey ppl.
I've compiled PHP 4.1.1 with the following options:
'./configure' '--prefix=/usr/share' '--datadir=/usr/share/php' '--bindir=/usr/bin'
'--libdir=/usr/share' '--with-config-file-path=/etc'
'--with-exec-dir=/usr/lib/php/bin' '--with-mysql=/usr' '--with-zlib=yes'
'--with-bz2' '--with-xml'
I'm a professional webdesigner, but a recent job i recieved asked me to host
the webpage on my computer, which means i'm trying to install php on my own
system.
I have done so, but when opening a .php file i see the source code and it's
ignoring that php exists. If i stick on the start to make i
I have compiled apache 1.3.22 on a cobalt raq2 and then tried to compile
php 4.0.6. both ran through the configure make make install with no
problems. but when i try to server a .php file with apache i get
"document contained no data" error message. here is the ./configure for
apache and php
.
php-install Digest 11 Jan 2002 21:30:09 - Issue 644
Topics (messages 5539 through 5542):
PHP source modificated
5539 by: dcortada
[SuSE 7.3] Compiled PHP, trying to load it but drops an error
5540 by: Mark van Dijk
Stuck, big time
5541 by: Dave Lurie
php install o
Greetings Dave,
The reason this occurs is because Apache has NO idea what a .php file is
unless you tell it about it. As a "professional webdesigner" you should
know this ;-)
OK, here's what you do. Add the following lines to your httpd.conf file.
Please note that there are *already* some refere
Actually i found out my problem, i found out that when i installed php it
installed apache along with it, so i had two copies of apache on my system,
and the one i had open was trying to read the wrong configuration.. AFter
days of geting annoyed, all i ended up doing was realising i had it
double