On Sat, 30 Dec 2023 17:50:03 +
Andrew Wood wrote:
> Found the following issue when running an upgrade.
>
> Apache refuses to restart with error:
>
> apache2_reload: Your configuration is broken. Not restarting Apache 2
> apache2_reload: apache2: Syntax error on line 146 of
> /etc/apache2/a
Andrew Wood wrote:
> This is because the php7.4 files have now been replaced with php8.2
>
> Specifically sym linsk in /etc/apache2/mods-enabled/ which link to
> /etc/apache2/mods-available/
> php7.4.conf -> ../mods-available/php7.4.conf
> php7.4.load -> ../mods-available/php7.4.load
>
> Shoul
Found the following issue when running an upgrade.
Apache refuses to restart with error:
apache2_reload: Your configuration is broken. Not restarting Apache 2
apache2_reload: apache2: Syntax error on line 146 of
/etc/apache2/apache2.conf: Syntax error on line 3 of
/etc/apache2/mods-enabled/php
On 4/20/2021 1:15 PM, IL Ka wrote:
What do I need to do in Apache and in PHP for it to properly render the
language the website is written in?
Do I need to generate the locales for the desired languages?
Do I need to also do something in Apache?
Just write your document and save it in utf-8
>
>
> What do I need to do in Apache and in PHP for it to properly render the
> language the website is written in?
>
> Do I need to generate the locales for the desired languages?
> Do I need to also do something in Apache?
>
Just write your document and save it in utf-8. Be sure to include
ta
Hello all,
I'm playing with Apache2 and php.
I'm making a website in an other language than the one Debian Buster is
using.
That is, Buster is in English but the website is written in Duch or any
other language then English.
What do I need to do in Apache and in PHP for it to properly render t
On Fri, Oct 14, 2011 at 6:18 PM, David Sastre
wrote:
On Tue, Oct 04, 2011 at 09:36:59AM -0300, Roberto Scattini wrote:
...
it is a standard package installation, apache2, php5 and
libapache2-mod-php5. i also
installed apache2-dbg, libapr1-dbg, libaprutil1-dbg and php5-dbg.
You need apache2-d
On Fri, Oct 14, 2011 at 6:18 PM, David Sastre wrote:
> On Tue, Oct 04, 2011 at 09:36:59AM -0300, Roberto Scattini wrote:
>> ...
>> it is a standard package installation, apache2, php5 and
>> libapache2-mod-php5. i also
>> installed apache2-dbg, libapr1-dbg, libaprutil1-dbg and php5-dbg.
>>
>>
> Yo
On Tue, Oct 04, 2011 at 09:36:59AM -0300, Roberto Scattini wrote:
> hi list,
>
> i want to know how can i "bind" php symbols to apache in order to debug an
> apache2 coredump file.
>
> i upgraded my system to debian squeeze, and suddenly my web application
> started to generate "segmentation faul
hi list,
i want to know how can i "bind" php symbols to apache in order to debug an
apache2 coredump file.
i upgraded my system to debian squeeze, and suddenly my web application
started to generate "segmentation faults" randomly.
it is a standard package installation, apache2, php5 and
libapache
Hi!
I'm running a local setup using Debian Etch 4.0, Apache 2.2, PHP 5.2.0
(suPHP+Suhosin) - all are the default Debian Packages, as my development
system. The problem I'm having is that all files created by PHP Skript are only
"chmoded" to 600, so only the user who created them has read access
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
Hi,
I have just installed debian testing on my new gear. Among the packages are:
apache2
apache2-common
apache2-mpm-prefork
apache2-utils
libapache2-mod-php4
libapache2-mod-php4
php4-common
The document root contains an index.php:
My problem is that when I load the page using:
http://localh
On Wed, Dec 14, 2005 at 09:49:50PM -0800, [EMAIL PROTECTED] wrote:
> Hi
> I'm setting up an automated movie player system on my Ubuntu box and
> what I want to be able to do is run an application (totem) when a I
> click a link to a movie on my page. This will be run from the server,
> logged in as
you should run your x11 commands as a user of you, not www-data. www-data
cannot connect to x11 server, or you will dig into xhost.
On Thursday 15 December 2005 07:25 am, Arafangion wrote:
> man xhost, and set the DISPLAY variable. I assume that this is a local
> apache.
>
> On Thursday 15 Decemb
man xhost, and set the DISPLAY variable. I assume that this is a local
apache.
On Thursday 15 December 2005 16:49, [EMAIL PROTECTED] wrote:
> Hi
> I'm setting up an automated movie player system on my Ubuntu box and
> what I want to be able to do is run an application (totem) when a I
> click a
Hi
I'm setting up an automated movie player system on my Ubuntu box and
what I want to be able to do is run an application (totem) when a I
click a link to a movie on my page. This will be run from the server,
logged in as my default account (it'll be a home theatre system)
The php command I'm call
Hi NG,
I have my own apache server 2.0.54 running with php 4.3.10 on debian
sarge.
I got a little logical problem here about http requests.
I have written a small php script which waits for 360 seconds. Every
second it appends the seconds to a file.
I expected a timeout after 300 seconds, becau
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,
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, but nothing useful
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, but nothing useful cam
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
Hi.
I did ask this question to same apache people and they think it must be the
OS. So here goes:
I am running debian woody with apache and php. I have created a php
application that should let me create and edit text files in a particular
directory. When I try out my program I get a security
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
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.php on line 711
Am I missing a library or is the one that is installed
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
; <[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.
>
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://tu
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
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.monkeynet.ca/ or
http://be
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
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
(content type x-httpd-php)
DirectoryIndex is set to index.php. The module
> > 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
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 p
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 problem but I don'
Yes, i know this is an old problem, but has a
resolution been found? I my apache segfaults when i try to have the imap module
loaded in php4?
cookiemonster:/var/www/stuff# dpkg -l | grep -i
apacheii apache
1.3.29.0.1-3 Versatile, high-performance HTTP serverii
apache-common 1
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
From: Michelle Storm [mailto:jade@;ursine.dyndns.org]
Sent: Wednesday, November 13, 2002 3:32 AM
To: Debian User List
Subject: Apache (PHP not working)
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 unknow
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.4.19-k7, except that I don't
know how to install a module to run my network card which uses 8139
driver
On Tue, Oct 15, 2002 at 10:38:11AM +0200, Ambrus Csaba wrote:
> I would like to install Apache with static customised (I mean compiling
> from source code because having not default config parameters (from
> deb-source))PHP module. And keep them security up-to-date by cron daemon
> with deb-src
Title: Customised Apache+PHP under control of Debian
Hi All,
I would like to install Apache with static customised (I mean compiling from source code because having not default config parameters (from deb-source))PHP module. And keep them security up-to-date by cron daemon with deb-src
Hi !
I have a very big problem with squirrelmail (again !).
I thank all the people who helped me with my previous problem.
What's happening is that when I want to compose / reply a message, I get
this error:
"Fatal error: Allowed memory size of ... exhausted ... in
/usr/share/squirrelmail/functi
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 hav
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 wan
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 apt-got php4 and php4-mysql and a couple other things as well.
However
Greetings,
I'm using (Debian Potato):
apache-ssl 1.3.9.13-3
php44.0.3pl1-0potato2
php4-snmp 4.0.3pl1-0potato2
When I call the snmpget() function, the Apache-ssl error log shows:
[Tue Feb 26 11:33:31 2002] [notice] child pid 2708 exit signal Segment
also sprach Petr Cech <[EMAIL PROTECTED]> [2002.01.29.1516 +0100]:
> IMHO it's squirrelmail "bug" to require register_globals, as it's beeing
> deprecated now. Anyway, imp doesn't seem to have that much problems with
> this, does it?
yeah, but that would have to go upstream straight. would it even
On Fri, Jan 18, 2002 at 10:58:37PM +0100 , martin f krafft wrote:
> also sprach Henrique de Moraes Holschuh <[EMAIL PROTECTED]> [2002.01.11.1427
> +0100]:
> > Yes, there appears to be a serious bug in this thing all-right.
> > I just went to the system I have working, and tried to find out what is
also sprach Henrique de Moraes Holschuh <[EMAIL PROTECTED]> [2002.01.11.1427
+0100]:
> Yes, there appears to be a serious bug in this thing all-right.
> I just went to the system I have working, and tried to find out what is
> happening there (where it works).
it's quite bad. especially the fact
On Fri, 11 Jan 2002, martin f krafft wrote:
> lucky it. it's a vanilla install with register_globals being the *only*
> thing i changed (to off) in php.ini.
Hmm...
> php.ini | dconf | .htaccess || master | local
> Off| On | On || Off| Off // NOT OK
>
also sprach Henrique de Moraes Holschuh <[EMAIL PROTECTED]> [2002.01.11.0253
+0100]:
> > the php.ini setting works perfectly, *unless* you try to override it, in
> > which case it will *always* and *automatically*, without warning, and
> > without futher ado, turn itself off by the time that the f
On Fri, 11 Jan 2002, martin f krafft wrote:
> the php.ini setting works perfectly, *unless* you try to override it, in
> which case it will *always* and *automatically*, without warning, and
> without futher ado, turn itself off by the time that the first actual
> script is parsed. this should not
i know that this should probably go upstream or to the apache mailing
list(s), but spare me the time and trouble, i consider it more important
to report it at least somewhere... and maybe this is just
debian-related...
i upgraded to squirrelmail 1.2.2 with the .deb package from the
webpage[1] (had
undefined function mysql_pconnect after apache & php(4.0.3pl1) upgrade.
please help me with this!!!
thanks,
Ari Sigurðsson
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.
---
i've done
apt-get install apache-perl
which works like a champ... but how can i tell
if apxs support is included?
[and (OT) anybody know of a mirror site for www.freetype.org?
it's been "busy" or under DoS for hours now...]
--
mailto:[EMAIL PROTECTED]
http://www.dontUthink.com/
I tried to compile Apache 1.3.14 with Php 4.0.4pl1.
My problem appeared on the potato and woddy distribution.
Step 1 Apache:
./configure --prefix=/mnt/space/DA/local
--activate-module=src/modules/php4/mod_php4.a
Step 2 PHP:
./configure --with-apache=/mnt/space/DA/src/apache_1.3.14
make
make in
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
anyone know of a .deb for this lot that includes php4?
ie apache with php4 compiled in, php4 and mysql?
pls copy reply direct,
ta.
__
Dominic Blythe
Programmer
regarding apache 1.3.9+ : php vs mod_perl --
all i've got under my belt is perl, and before launching on
a whole new learning curve i thot i'd ask some of you who may
know---
anybody got any benchmarkings on whether PHP outperforms
MOD_PERL or vice-versa? how about development cycle --
which take
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Well after my frantic squawking its not cooking along nicely!
For the record and so everyone knows for the next time an
inexperienced (dare i say incompetent) user like myself comes along,
this is what i did wrong and this is how it got fixed...
apt-
Thanks. Your post built confidence so I waded in today.
I got apache, php4 and postgresql limping along together,
now working on mod_perl. I bear in mind what you said about php4,
but it was already installed so I just used it for today's trial.
It was easy for the first three:
apt-get install
I have just completed an install based on MySQL, Apache and PHP3. This was
all done using apt-get install (I'm using woody though, on a 2.2.15
kernel).
If you pursue this direction, feel free to email me directly if you need
some hints or tips. Only thing I can think of to say at the moment is get
I run potato, now about 4 weeks old.
I want to install apache with php (3 or 4), mod_perl and either
postgresql or mysql.
It seems better in the long run to master an apt-get-based method of
installing them *if* that is possible--that's what I don't know.
I have looked in the debian-user archive
[EMAIL PROTECTED]
-Original Message-
From: Allan Andersen [mailto:[EMAIL PROTECTED]
Sent: Thursday, July 06, 2000 12:26 PM
To: debian-user@lists.debian.org
Subject: apache & php
Hi,
I'm trying to install apache and php - all of it
se
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-
uture reference.
> -Original Message-
> From: Allan Andersen [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 06, 2000 11:26 AM
> To: debian-user@lists.debian.org
> Subject: apache & php
>
>
> Hi,
>
> I'm trying to install apache and php - all of it
> seems to be
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
Hi,
I'm trying to install apache and php - all of it
seems to be installed correct and works ok. But
when I try to load the site it would like to download
the page instead of viewing it. Any ideas ?
Best Regards
Allan
Get Y
Hello.
i got my system to run apache + php4 it working greate.
I want to access mysql from php, so i installed the php4-mysql package too.
when trying to load the mysql module, i get this message:
Fatal error: Unable to load dynamic library '/usr/lib/php4/apache/mysqlso'
- /usr/lib/php4/apache/
Hey
I'm trying to get Apache understanding PHP/FI files. I recompiled php 2.0b10,
because I need Postgres95 support.
I told it in ./install that it should work with LoadModule in httpd.conf.
But, I'm getting an error when Apache tries to execute a .phtml-file:
/usr/sbin/apache: can't reso
93 matches
Mail list logo