I've got a web project that was developed using apache 2.0.44 php 4.3.x and
mysql 4.0.11-gamma and it runs much faster on a win2k machine with P3-700
and 512MB than it does on a brnad new winxp laptop with a P4-2GHz with
512MB. The database is pretty small (about 30 MB) and I've configured
apache,
Dear All,
I want to use $PHP_AUTH_USER and $PHP_AUTH_PW as global variables so that I can do
HTTP authentification. Could any one help me to set this and also let me know how I
should go about it. What r the steps I should take to activate this.
regards,
RS
Hi.
I've installed Apache 1.3.27 and PHP 4.3.0 on RedHat Linux 8.0.
These are the steps I've done.
Apache:
# ./configure –enable-module=so
# make
# make install
# httpd -l to verify the presence of http_core.c e mod_so.c
in /usr/local/apache/conf/httpd.conf:
1.modify DocumentRoot
2.modiffy User
Hi!
I use apache 1.3.26 with suexec and php4 as cgi-module.
But I have the following problem:
I do not want to copy for every single user a php-binay, but suexec
checks while executing the php-script, who owns the php-binary.
suexec.log > error: target uid/gid (1004/2000) mismatch with director
Tai,
It means that apache does not recogise the file it is being asked to
server as a php file and does not send it to the php parser. Assuming
that your url is asking for a file ending in ".php", then in
/etc/httpd/conf/httpd.conf you need:
AddType application/x-httpd-php .php
Don't forget to
Hi,
Can someone please help...I'm new to this PHP
I'm setting up Apache 1.3.24 with PHP4.
After configure everything and I tried to test to if it work but I can't
view it instead it promp for download ?
Your help is very appreciate!
Thanks.
--
PHP Install Mailing List (http://www.php.net/
i managed to configure apache 1.3 but without php
now im tryin to configue it with php
1. LoadModule php4_module modules/libphp4.so
AddModule mod_php4.c
i ve added this but get an error cant load the module it
couldnt be found .
2. ScriptAlias /php/ "D:\WINDOW
I am running Windows(Nt 5.1 ) XP Home Edition with APACHE 1.3.24 PHP/4.2.1.
I can run PHP scripts from command promot but under IE I cannot run them!
I am in trouble with configuring PHP for APACHE!! PERL works fine but PHP
doesn`t help me ... I just added this lines into httpd.conf:
LoadModul
hey,
have a problem installing php on apache at windows 95.
apache without php runs fine mysql runs fine too.
when i start apache with php this error comes :
Syntax error on line 193 of c:/program files/apache group/apache/conf/httpd.
:
Cannot load c:/php/sapi/php4apache.dll into server: (1157)
Dale,
Did you add the "AddType" line into httpd.conf?
HTH
Regards
Chris
Dale Rowley wrote:
>Hi,
>
>I have installed Apache 1.3.20 and PHP 4.1.3 on a NT4 SP6a box as a
>development server.
>I have followed the instructions in install.txt.
>I start apache in console mode and get the following te
Hi,
I have installed Apache 1.3.20 and PHP 4.1.3 on a NT4 SP6a box as a
development server.
I have followed the instructions in install.txt.
I start apache in console mode and get the following text on screen:
Apache/1.3.20 (Win32) PHP/4.1.3-dev running...
I have created the file test.php with th
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php
extensions, but will not parse from .htm or .html extensions. I have tried
the standard response, i.e. setting
AddType application/x-httpd-php .htm .html
This continues to process html code, but leaves out all php code fo
I am running Apache 1.3 with PHP 4 on a Solaris. PHP works fine with .php
extensions, but will not parse from .htm or .html extensions. I have tried
the standard response, i.e. setting
AddType application/x-httpd-php .htm .html
This continues to process html code, but leaves out all php code fo
hi
I have recently installed from scratch (though apache was already installed)
Apache 1.3.22 , PHP4.1.1 and Mysql server.
Everything seemed to be fine, except when we went to get a php script
talking to mysql. It fails saying the module isnt found. SO ... i run
test.php ( http://vsync1.bekker
Begin forwarded message:
Date: Thu, 31 Jan 2002 19:22:35 +0100
From: Pierre-Alain Joye <[EMAIL PROTECTED]>
To: Randy Arabie <[EMAIL PROTECTED]>
Subject: Re: [PHP-INST] Apache/PHP configuration question
On Thu, 31 Jan 2002 11:14:52 -0700 (MST)
Randy Arabie <[EMAIL PROTECTED]>
On Thu, 31 Jan 2002, Terry Poperszky wrote:
> I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2
> Linux box. I followed the Apache Module Quick installation instruction found
> in the PHP manual, and seem to be having a bit of a problem. My goal is to
> install WebCalend
I have installed apache_1.3.23 and php-4.1.1 from source code on a suse 7.2
Linux box. I followed the Apache Module Quick installation instruction found
in the PHP manual, and seem to be having a bit of a problem. My goal is to
install WebCalendar-0.9.34, which currently resides in the
/usr/local/
Hi,
Sorry this is a bit long but I'm at a loss. I'm trying to build
apache-1.3.22 with modssl/modperl and (dynamic) php on AIX4.3.3.0 using VAC
5.0.0.2. Everything works fine until I uncomment LoadModule libphp4.so in
httpd.conf, then apache won't start.
I've tried php4.0.6, php4.1.1 and lates
I've gotten the two to work on my win32 platform with just a couple of lines
added to my httpd.conf file... so I shouldn't be that far off getting this
thing to work.
I've compiled (after much ado in solaris.. installing compilers, getting
paths right, etc) PHP.. and i have apache running.
I've
I am running RedHat 7.0 on a Dell server.
I originally had Apache / PHP running on this system but after some trouble
with wu-ftp I ended up uninstalling / re-installing apache via GNOME RPM.
Apache runs fine but now but my PHP test page index.php will not process.
All the approriate httpd.conf
All,
Could anyone help me, I have spend over a week
configuration php to work with apache on window2000.
Here is my problem: the apache server is working fine
but php doesn't work at all. I configure the php.ini
and apache.conf files. When I run the php file, i see
the php source code. If anyone
Hi,
I got install Apache + PHP by the standard way.
Now I supposed to install PHP with imap support to run a webmail.
So I did the follow steps:
cd apache_1.3.20
./configure
cd ../php-4.0.6
./configure --with-apache=../apache_1.3.20 --enable-track-vars --with-imap
make
make install
cd ../apache
billos ([EMAIL PROTECTED]):
> Hi,
> If anyone can help me with this, I would really appreciate it!
> ok,
> Got Apache 1.3, installed on an NT4 box, with MySQL and PHP4
> I can query the MySQL db with PHP, but ONLY in a standalone DOS box, the
> rows are returned, as requested, no problem...
Hi,
If anyone can help me with this, I would really appreciate it!
ok,
Got Apache 1.3, installed on an NT4 box, with MySQL and PHP4
I can query the MySQL db with PHP, but ONLY in a standalone DOS box, the
rows are returned, as requested, no problem...
I had been starting Apache in a DOS box,
Guys
Do you have to use port 80 when starting apache with ssl? I have a number of
apache binaries on a box, and need to test one with ssl. However, I can't
use port 80, as more critical stuff already has access to it. Any
suggestions? Thanks in advance.
Armando
--
PHP Install Mailing List (ht
Not unless you provide us with more information. Like what was your
./configure line? And where is your libmysqlclient.* and mysql.h files
located on your system?
Hint, if they are in /usr/lib and /usr/include or perhaps /usr/lib/mysql
and /usr/include/mysql then use --with-mysql=/usr
-Rasmus
Help. This is driving me nuts. I'm running redhat 7.1, MySQL, apache and
php.
At least I'm trying to do that. I have had Apache running fine, MySQL runs
fine,
I try to compile php4, and things just keep breaking. I'm currently getting
an
'undefined references' error pointing to some mysql file
Dear sir,
I installed,
on my new linux box (RH7.1) from tarball files,
openssl-0.9.6a
imap-2000.BETA.SNAPS-0107022325 (#make lnp SSLTYPE=unix)
J executed the imap test with ok result
(#openssl; OPENSSL>s_client -host xx.xx.xx.xx -port 993).
Installing apache from tarball
(apache_1.3.20.tar.gz)
I am running Apache on Win 2000 and am trying to install PHP on it. I've used the PHP
installer and have configured my httpd.conf file to recognize the php mime type.
I am using localhost or 127.0.0.1 to do this since I don't have a box that is online.
I've never tried the localhost route befor
Hi,
Is anyone sucessfully using Apache, PHP and PGP together?
Thanks,
-Kev.
help!
i want to get started!
how do configure Apache to work with PHP?
apparently it is not because my browser will not "find" the test files.php.
please help me to test it.
thank you.
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
Hi All:
Im a trying to get the mod_php3-mysql module to load into an apache server
on a linux box but I keep getting this error message:
can not load blah blah module into server from blah blah location undefined
symbol:emtpy string
at first I thought maybe I had typed the
LoadModule line wrong
[ WARNING: this message contains several bits and pieces of both
'configure' and 'compile' commands which are rather long. you've been
warned. ]
Okay, I've tried this several different ways now, and the end result
is always the same, so I'm starting to think this is no longer a problem
> extension_dir in php.ini is set correctly and the only way to fix
> these errors we found setting LD_LIBRARY_PATH to a directory the
> same as is in extension_dir, where modules actually are. It is
> rather strange or even ugly solution, isn't it? Did we miss
> something or it's a kind of
Hey all,
I've been beating my head on this problem for the last week. I have a
Redhat 6.2 box running on a Sparc. I've setup MySQL, Apache, and I've
started on PHP. I'm running into the following error when I do the make
after the "./configure --activate-module=src/modules/php4/libphp4.a", I
ge
35 matches
Mail list logo