On Sun, 2006-06-11 at 23:22 +0200, Lothar Braun wrote:
> Hi,
>
> On Sunday 11 June 2006 22:40, Johan de Jong wrote:
> > The document root contains an index.php:
> >
> > > printf("mytag has value: %s\n", $mytag);
> > ?>
> >
> > My problem is that when I load the page using:
> >
> > http://
Ah, I wouldn't have guessed. I don't question the wisdom of the debian
maintainers in this one and I'm sure I will get it up and running this
evening.
Thanks a lot for your replies!
-Johan
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL P
On Sun, Jun 11, 2006 at 10:40:22PM +0200, Johan de Jong wrote:
> The document root contains an index.php:
>
> printf("mytag has value: %s\n", $mytag);
> ?>
>
> My problem is that when I load the page using:
>
> http://localhost/?mytag=a
>
> the value of mytag is empty. I stumbled on th
Hi,
On Sunday 11 June 2006 22:40, Johan de Jong wrote:
> The document root contains an index.php:
>
> printf("mytag has value: %s\n", $mytag);
> ?>
>
> My problem is that when I load the page using:
>
> http://localhost/?mytag=a
>
> the value of mytag is empty. I stumbled on this problem
Pete Clarke wrote:
http://sneezy.hybrigenics.fr/oracle/
But I cannot get the installer to actually run!
I get as far as running "./runInstaller" but all I get is a command
prompt back again!
If I try to run "install/linux/runInstaller" directly I get a
segmentation fault...
Has anyone actual
Installing the Oracle 9i client is easy. It's the database install that
sucks, mainly due to Oracle's craptastic gui and it's problems.
I only need the Client installed, the server is running on a Solaris box.
I am having the devils own job getting the client installed tho' - I
followed the in
Pete Clarke wrote:
Hi all,
I have a Debian Sarge server running Apache/Apache-SSL/PHP (Sarge standard
releases).
I need to add Oracle support to this box so that I can connect via PHP
to an
Oracle Server (Solaris 9 box) across the network...is this a simple
thing to
do?
I have tried Googling,
Hej Michael,
your PHP-Script runs as www-data, same as your apache does.
Try the following steps:
1. write your output to /var/tmp . Every user is allowed to write there.
Check if your php script really puts out.
2. chmod for the target directory. Don't change the perissions for the
files
On 9/8/05, Jon Dowland <[EMAIL PROTECTED]> wrote:
> On Thu, Sep 08, 2005 at 01:16:05AM -0500, David Berg wrote:
> > I'm running PHP5 from http://people.debian.org/~dexter on sarge with
> > apache 2. Running a script which calls xml_parser_create() produces:
> >
> > Fatal error: Call to undefined f
On Thu, Sep 08, 2005 at 01:16:05AM -0500, David Berg wrote:
> I'm running PHP5 from http://people.debian.org/~dexter on sarge with
> apache 2. Running a script which calls xml_parser_create() produces:
>
> Fatal error: Call to undefined function xml_parser_create() in
> /var/www/po/photo.add.2.ph
On Thu, 2005-06-09 at 10:31 +0100, Graham Smith wrote:
> The link
>
> http://beta.monkeynet.ca/index.php
>
> works fine for me. I have had this exact problem as well but I stupidly
> didn't write down the solution (I do remember that it was extremely
> frustrating though). IIRC it's a browser p
Thanks to those that took the time to respond. I
cleared my browser cache and everything appears to
work fine.
--- Hannes Mayer <[EMAIL PROTECTED]> wrote:
> On 6/9/05, Paolo Alexis Falcone <[EMAIL PROTECTED]>
> wrote:
> > On 6/9/05, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > >
> > > Hell
Almut Behrens wrote:
In that context, the 'livehttpheaders' Mozilla/Firefox extension
(http://livehttpheaders.mozdev.org/) also is a convenient debugging
tool...
Indeed, especially for HTTPS :)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [
Derek Wueppelmann wrote:
So I've been trying to figure out why when I upgraded from Woody to
Sarge (now stable whu-hoo) my Apache system got all fubar'd. Here is
what I'm seeing.
When accessing the page: http://beta.monkeynet.ca/misc.php I have no
problems. However if I try to access http://beta
On Thu, Jun 09, 2005 at 10:06:53AM +0100, Jon Dowland wrote:
> Derek Wueppelmann wrote:
> >Can anybody shed some light as to why this would be happening. ...
>
> ... Try using a tool such as HEAD from libwww-perl or 'echo -en 'HEAD
> / HTTP/1.0\n\n' | nc 80' and see what Content-Type is sent.
>
On 6/9/05, Paolo Alexis Falcone <[EMAIL PROTECTED]> wrote:
> On 6/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> >
> > Hello. I just upgraded to Sarge and I have discovered
> > an odd behavior w/ Apache and PHP. If you go to:
> >
> > http://turlyming.com/index.php - Apache/PHP appears to
> >
Derek Wueppelmann wrote:
Can anybody shed some light as to why this would be happening. I have
tried numerous things to get thsi to work but to no avail. I have tried
upgrading to apache2 and then back down to apache. I tried having the
deb package build a brand new httpd.conf file but still not
On 6/9/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> Hello. I just upgraded to Sarge and I have discovered
> an odd behavior w/ Apache and PHP. If you go to:
>
> http://turlyming.com/index.php - Apache/PHP appears to
> work okay.
>
> http://turlyming.com/ - Prompted for file download
> (c
> > choices; downgrade php4-mysql, or upgrade the rest of your php4
> > packages, and possibly apache and mysql, too).
> >
> >
>
> If you would like to have the more or less "newest" versions, you should
> really consider taking the ones from http://www.backports.org
Uh, hate to be a bugaboo, but
>
> > I have been running apache/php/mysql successfully for a very long
> > time. Suddenly this morning my php web pages return
> >
> > Fatal error: Call to undefined function: mysql_connect()
> >
> > I can process the web page from the command line but not from apache.
> >
> > OK, I've found the p
On Sun, 23 May 2004 19:48:25 -0400
Rick Pasotto <[EMAIL PROTECTED]> wrote:
> I have been running apache/php/mysql successfully for a very long
> time. Suddenly this morning my php web pages return
>
> Fatal error: Call to undefined function: mysql_connect()
>
> I can process the web page from
Thanks for all the help.
I finally got my new kernel up and the network card working.
This actually fixed the PHP also. (Don't ask me why, I don't know).
I never made ANY changes to the PHP or apache stuff yet, it was still in
the last state from when I first emailed the list witht he problem.
I l
>>> Michelle Storm writes:
>
> You have chosen to download a file of type: application/x-httpd/php from
> http://dragon.ursine.dyndns.org/
> What should Mozilla do with this file?
> --
> Install the new kernel, the reboot into it. Run 'depmod' and
> 'update-modules', then you can run modconf and select your Ethernet
> driver. It's called '8139too' and it should be in 'kernel/drivers/net'
> section.
I didn't compile the kernel myself. I just choose the one I wanted
from dselect
On Wed, Nov 13, 2002 at 03:32:15AM -0800, Michelle Storm wrote:
Content-Description: body
> A little background.
>
> jade@dragon:~$ uname -a
> Linux dragon.ursine.dyndns.org 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 2002 i686
>unknown unknown GNU/Linux
>
> **I would be using the newest kernel: 2.
@;ursine.dyndns.org]
Sent: Wednesday, November 13, 2002 8:38 AM
To: [EMAIL PROTECTED]
Subject: Re: Apache (PHP not working)
the exact same pages work on another computer.. that's set up nearly
identical to mine. (mostly hardware differences)
On Wed, Nov 13, 2002 at 09:36:08AM -0600, Justin Ryan wrote:
&
PROTECTED]
http://plutonium.homeunix.com
- -Original Message-
From: Justin Ryan [mailto:justin@;gnubian.org]
Sent: Wednesday, November 13, 2002 7:36 AM
To: [EMAIL PROTECTED]
Subject: RE: Apache (PHP not working)
> If you're just installing a precompiled kernel (from a package or so
CTED]
http://plutonium.homeunix.com
- -Original Message-
From: Michelle Storm [mailto:jade@;ursine.dyndns.org]
Sent: Wednesday, November 13, 2002 7:23 AM
To: Debian User List
Subject: Re: Apache (PHP not working)
On Wed, Nov 13, 2002 at 09:43:48AM -0800, Vince Hillier wrote:
>
> -BEGIN PG
> If you're just installing a precompiled kernel (from a package or something) just
>add the modules name "8139" to /etc/modules
I beleive it'll be 8139too - in any case, it should be the same as
2.4.18-bf2.4 :)
> edit your /etc/apache/httpd.conf and uncomment:
> #php
> AddType applicati
On Wed, Nov 13, 2002 at 09:43:48AM -0800, Vince Hillier wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> If you're just installing a precompiled kernel (from a package or something) just
>add the
> modules name "8139" to /etc/modules
>
If that's all it takes (adding a line for th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
If you compile your kernel yourself, make sure you choose your ethernet card in the
kernel configuration as a module, then add "8139" to /etc/modules.
If you're just installing a precompiled kernel (from a package or something) just add
the module
On Sun, Apr 07, 2002 at 10:36:06PM -0400, Jeff Maxson wrote:
> To get this working,
> 1) which modules need to be loaded for apache to work like it should with
> php?
> 2) once the proper changes are made to the httpd.conf file, how do I
> "activate" my changes?
> 3) is the problem not in the httpd
On Mon, 2002-04-08 at 03:28, Bill Bell wrote:
> Quoting Matthew Daubenspeck <[EMAIL PROTECTED]>:
> > > 3) is the problem not in the httpd.conf file?
> > > 4) is there something I need to apt-get that would have configured
> > this
> > > correctly "out-of-the-box" (during the apt-getting installati
Quoting Matthew Daubenspeck <[EMAIL PROTECTED]>:
> On Sun, Apr 07, 2002 at 10:36:06PM -0400, Jeff Maxson wrote:
> >
> > so, in attempts to learn some things, I want to get the seemingly
> standard
> > apache/php/mysql trio on my box all playing nicely. I now have mysql
> on
> > pretty peachy, an
On Sun, Apr 07, 2002 at 10:36:06PM -0400, Jeff Maxson wrote:
>
> so, in attempts to learn some things, I want to get the seemingly standard
> apache/php/mysql trio on my box all playing nicely. I now have mysql on
> pretty peachy, and apache seems to spew out the html documents I want. I
> have
Well, apxs is just a tool for building and installing extensions modules
in apache. It is supplied with apache-dev, so once you install it, you do
have an apxs-enabled server.
HTH,
Andrei
On Mon, Jan 29, 2001 at 09:06:50PM -0600, Andrei Ivanov wrote:
> To get apxs you need to install apache-dev
so if i've done
apt-get install apache-dev
then i've got an apxs-enabled apache server?
if so, how can i confirm that? if not, what else
is needed?
--
See, if you were allowed to
To get apxs you need to install apache-dev
Andrei
--
First there was Explorer...
Then came Expedition.
This summer
Coming to a street near you..
Ford Exterminator.
---
php4 is a seperate deb from apache, just 'apt-get install php4-mysql' to
get the mysql version, it will handle the dependancies for you.
-Rob
On Mon, Jan 15, 2001 at 01:42:08PM -, Dominic Blythe wrote:
> anyone know of a .deb for this lot that includes php4?
>
> ie apache with php4 compiled
You need to specify a mime type for your
php docs.
on our server I have:
AddType application/x-httpd-php3 .php3
AddType application/x-httpd-php3-source .phps
in the srm.conf
Wes
Wesley A. Wannemacher
Instructor, Network Administrator
Northwestern College
[
From: Robert Waldner <[EMAIL PROTECTED]>
the following did it for me:
ka:/home/waldner# grep php /etc/mime.types
application/x-httpd-php phtml pht php
application/x-httpd-php3php3
application/x-httpd-php3-source phps
application/x-
Greetings,
I've seen this a couple of times now. If you are using potato, and
install
apache and php3, check to make sure that apache has loaded the php module.
For php3, In your /etc/apache/httpd.conf you need a line similar to:
LoadModule php3_module /usr/lib/apache/1.3/libphp3
the following did it for me:
---
ka:/home/waldner# grep php /etc/mime.types
application/x-httpd-php phtml pht php
application/x-httpd-php3php3
application/x-httpd-php3-source phps
application/x-httpd-php3-preprocessed p
43 matches
Mail list logo