On Tuesday 11 May 2004 23:11, Tomy Alarie shoved this in my mailbox:
> Hi, i've installed phpmyadmin today on my server. My server is working like
> a charm, so i write http://localhost/phpmyadmin in konqueror and it shows
> the index page of phpmyadmin. I type my username (root) and my password.
>
Hi, i've installed phpmyadmin today on my server. My server is working like
a charm, so i write http://localhost/phpmyadmin in konqueror and it shows
the index page of phpmyadmin. I type my username (root) and my password. But
it shows me back the index page with errors. Here are the errors.
Wa
I have a script that uses RealProducer8 to convert from WAV to .rm. It's on an
up-to-date sarge system and has stopped working in the past couple of weeks.
I've made a test script and stripped things down to try to narrow the problem.
Here are some findings:
- The RealProducer (RP) execution sh
Kevin Krumwiede wrote
> I'm using 3.0r2 on sparc. I installed apache and php4 via apt-get.
> Apache refuses to start with the following line uncommented in
> httpd.conf:
>
> # LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
>
> Package versions are apache 1.3.26-0woody3 and php4 4.1.2-6wo
I'm using 3.0r2 on sparc. I installed apache and php4 via apt-get.
Apache refuses to start with the following line uncommented in
httpd.conf:
# LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
Others have described exactly the same problem, on various
architectures.
THE SOLUTION:
# echo
I'm using 3.0r2 on sparc. I installed apache and php4 via apt-get.
Apache refuses to start with the following line uncommented in
httpd.conf:
# LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
Package versions are apache 1.3.26-0woody3 and php4 4.1.2-6woody3.
Others have described exactly
hello,
When i use mail() function in php4 and i write a wrong "to:" email,
the error notification is send to the apache user (www-data) instead of me
after investigation, i find the problem: i can't change the header like i
want
$headers .= "Return-Path: <[EMAIL PROTECTED]>\r\n";
$header
Hi everyone,
I have recently installed apache/php4 and I followed the 4 steps
given in /usr/share/doc/php4/README.Debian.gz to setup php4_module. I
restart the service. I had no luck. I tried a couple of times. So I
trial and error and found that if I do
modules-config apache enable
On Mon, 2 Sep 2002 11:40:58 -0700 Ron Farrer <[EMAIL PROTECTED]> wrote: 8-§ > webmaster
@ linuxabbestia. homelinux. net ([EMAIL PROTECTED]) wrote:
8-§ >
8-§ > > Did type next lines in /etc/apache/srn.conf?
8-§ >
8-§ > srn.conf is blank (it says it's supposed to be.) but...
8-§ >
8-§ > >
webmaster @ linuxabbestia. homelinux. net ([EMAIL PROTECTED]) wrote:
> Did type next lines in /etc/apache/srn.conf?
srn.conf is blank (it says it's supposed to be.) but...
> DirectoryIndex index.htm index.html index.shtml index.php index.php3
> DocumentRoot /var/www/ <-- that's default
>
>
On Mon, 2 Sep 2002 10:57:33 -0700 Ron Farrer <[EMAIL PROTECTED]> wrote: 8-§ > webmaster
@ linuxabbestia. homelinux. net ([EMAIL PROTECTED]) wrote:
8-§ >
8-§ > > Did you un-comment the "LoadModule php4_module
/usr/lib/apache/1.3/libphp4.so" line?
8-§ >
8-§ > Yes.
8-§ >
8-§ > > Besides n
webmaster @ linuxabbestia. homelinux. net ([EMAIL PROTECTED]) wrote:
> Did you un-comment the "LoadModule php4_module /usr/lib/apache/1.3/libphp4.so" line?
Yes.
> Besides next is mine (and working well!):
>
> #AddType application/x-httpd-php3 .php3
> #AddType application/x-httpd-php3-s
8-§ > After a bit if fiddling around I got
8-§ > apahce/php4 to load files named .php3 as php files, but anything named
8-§ > .php or .php4 gets ignored and is sent to the users browser as
8-§ > "application/x-httpd-php" as if php were not configured. The problem
8-§ > occurs in a users /publ
Hello,
I have apache (1.3.26-0woody1), apache-perl (1.3.26-1-1.26-0woody1),
apache-ssl (1.3.26.1+1.48-0woody2), php4 (4:4.1.2-4), and php4-cgi
(4:4.1.2-4) installed on my system (Linux yaveng 2.4.17 #4 Wed Mar 6
08:25:23 PST 2002 ppc unknown). After a bit if fiddling around I got
apahce/php4 to
Hi,
after updating my debian packages (i386) wiht apt-get
apache and php4 dont start up:
---
server:~# /etc/init.d/apache start
Starting web server: apacheSyntax error on line 241 of /etc/apache/httpd.conf:
Cannot load /usr/lib/apache/1.3/libphp4.so into server: /lib/libnsl.so.1:
symbol __rpc_t
I run a webserver (within rug.ac.be domain) using php4,
and I once had the same problem but can't remember what I exactly did to
solve it (I forgot the proxy-cache & browser-cache ;-)
The problem started after a apt-get upgrade, think I temporary used the
sid-packages (php4 + depends)...
Later I
On Tue, 22 Jan 2002, Pieter De Troyer wrote:
> > You should check again that there is uncommented loadmodule for php4,
> > in your :/etc/apache/httpd.conf
> > (LoadModule php4_module /usr/lib/apache/1.3/libphp4.so)
>
> it's uncommented, both in /etc/apache-ssl/httpd.conf and
> /etc/apache/httpd.c
> Hi,
>
> You must add an handler for the .php in the httpd.conf, and restart
> apache.
>
> For example :
>
> AddType application/x-httpd-php4.php4
> AddType application/x-httpd-php4.php
>
this is an extract from my httpd.conf:
#
# For e
> You should check again that there is uncommented loadmodule for php4,
> in your :/etc/apache/httpd.conf
> (LoadModule php4_module /usr/lib/apache/1.3/libphp4.so)
it's uncommented, both in /etc/apache-ssl/httpd.conf and
/etc/apache/httpd.conf
> And then just /etc/init.d/apache restart
I did...
>>Wow! it did make apache starting :-)
>
>but when I want to view a php page, it offers me the file to download,
>instead of processing it...
You should check again that there is uncommented loadmodule for php4,
in your :/etc/apache/httpd.conf
(LoadModule php4_module /usr/lib/apache/1.3/libphp4.so
On Tue, 22 Jan 2002, Mikrolahti :: Linux - tuki wrote:
> A little more detail to my previous message:
> My friend did set value of /proc/sys/kernel/shmmax to 33554432
> That worked for my apache-dying problem.
Wow! it did make apache starting :-)
but when I want to view a php page, it offers me
Hi all,
I'm having some troubles to get apache working with php4. I searched the
archives yet, but didn't find any answers...
I' m runnig woody on alpha. I installed apache , it ran out if the
package. Next I installed php4. The post-installation script _didn't_ ask
me
if it had to insert the nex
On Fri, Nov 16, 2001 at 09:06:39PM -0500, Michael Ward Cole wrote:
> On Fri, Nov 16, 2001 at 07:07:31PM -0500, Tom Allison wrote:
> > Michael Ward Cole wrote:
> >
> > >I am trying to load PHP4 4.0.3 pl 1-0 on debian/linux 2.2.19 with
> > >Apache 1.3.9-13.2. I keep having trouble with the libpgsq
On Fri, Nov 16, 2001 at 07:07:31PM -0500, Tom Allison wrote:
> Michael Ward Cole wrote:
>
> >I am trying to load PHP4 4.0.3 pl 1-0 on debian/linux 2.2.19 with
> >Apache 1.3.9-13.2. I keep having trouble with the libpgsql2 vs libpgsql2.1
> >with PHP4 saying that it needs sql2 > 6.4-0. I don't un
I am trying to load PHP4 4.0.3 pl 1-0 on debian/linux 2.2.19 with
Apache 1.3.9-13.2. I keep having trouble with the libpgsql2 vs libpgsql2.1
with PHP4 saying that it needs sql2 > 6.4-0. I don't understand why it
won't allow me to install all with the libpgsql7.1release-3.potato.1 that
loads wit
25 matches
Mail list logo