473,396 Members | 1,816 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Same error as many......

art

Hi,

I am running PHP 4.3.9 and Apache 2.0.52.

This is the error: an unknown filter was not added: PHP

I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?

Anything would help....

Thank you.....

Jun 27 '08 #1
19 1361
ar*@unsu.com wrote:
I am running PHP 4.3.9 and Apache 2.0.52.
First, update.
This is the error: an unknown filter was not added: PHP
Second, google for that. Really, just about anybody can find the answer in
less than 5 minutes.

--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-

Now listening to: Enigma - Le Roi est mort, vive le Roi ! (1996) - [5]
Why!... (4:59) (95.818199%)
Jun 27 '08 #2
ar*@unsu.com wrote:
Hi,

I am running PHP 4.3.9 and Apache 2.0.52.

This is the error: an unknown filter was not added: PHP

I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?

Anything would help....
If only you told us what you did & didn't do.....

Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your Apache
config.

When in doubt, remove ALL references to PHP in your Apache config, and
just follow the manual:
http://www.php.net/manual/en/install.unix.apache2.php
--
Rik Wasmus
....spamrun finished
Jun 27 '08 #3
art
On Jun 2, 10:30 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
a...@unsu.com wrote:
Hi,
I am running PHP 4.3.9 and Apache 2.0.52.
This is the error: an unknown filter was not added: PHP
I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?
Anything would help....

If only you told us what you did & didn't do.....

Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your Apache
config.

When in doubt, remove ALL references to PHP in your Apache config, and
just follow the manual:http://www.php.net/manual/en/install.unix.apache2.php
--
Rik Wasmus
...spamrun finished
Here is what I put into my APACHE config file:

<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>

AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php4-source .php

Probably do not need them both, but I am trying anything. And, I
tried over 20 different suggestions......and nothing has removed the
warning yet........

Thanks.
Jun 27 '08 #4
ar*@unsu.com wrote:
On Jun 2, 10:30 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
>a...@unsu.com wrote:
>>Hi,
I am running PHP 4.3.9 and Apache 2.0.52.
This is the error: an unknown filter was not added: PHP
I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?
Anything would help....
If only you told us what you did & didn't do.....

Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your Apache
config.

When in doubt, remove ALL references to PHP in your Apache config, and
just follow the manual:http://www.php.net/manual/en/install.unix.apache2.php
--
Rik Wasmus
...spamrun finished

Here is what I put into my APACHE config file:

<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
</Files>
remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
Apache config
Go forth & do so, it shouldn't be that hard. Just let does lines down
easily, gently push them to /dev/null, promising them a graceful
retirement, tell them their work is over now, and never think of them again.

--
Rik Wasmus
....spamrun finished
Jun 27 '08 #5
ar*@unsu.com wrote:
On Jun 2, 10:30 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
>a...@unsu.com wrote:
>>Hi,
I am running PHP 4.3.9 and Apache 2.0.52.
This is the error: an unknown filter was not added: PHP
I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?
Anything would help....
If only you told us what you did & didn't do.....

Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your Apache
config.

When in doubt, remove ALL references to PHP in your Apache config, and
just follow the manual:http://www.php.net/manual/en/install.unix.apache2.php
--
Rik Wasmus
...spamrun finished

Here is what I put into my APACHE config file:
>
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php4-source .php
Euhm, it should be:

AddType application/x-httpd-php4-source .phps

...(if you want it, I never use it, I have an editor with better syntax
highlighting). and NOT (I repeat NOT):

AddType application/x-httpd-php4-source .php

.... which essentially tells Apache to display the source of all your PHP
files, in a nicely formatted & syntax highlighted manner....
--
Rik Wasmus
....spamrun finished
Jun 27 '08 #6
On Mon, 2 Jun 2008 07:57:30 -0700 (PDT), ar*@unsu.com wrote:
>
Hi,

I am running PHP 4.3.9 and Apache 2.0.52.

This is the error: an unknown filter was not added: PHP

I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?

Anything would help....
http://bugs.php.net/bug.php?id=22881

(Short answer for the lazy: filter mechanism not supported anymore on
Apache 2. use apache2handler mechanism via AddType
application/x-httpd-php .php instead.)

--
For their next act, they'll no doubt be buying a firewall running under NT,
which makes about as much sense as building a prison out of meringue.
-- Tanuki
Jun 27 '08 #7
art
On Jun 2, 10:59 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
a...@unsu.com wrote:
On Jun 2, 10:30 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
a...@unsu.com wrote:
Hi,
I am running PHP 4.3.9 and Apache 2.0.52.
This is the error: an unknown filter was not added: PHP
I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?
Anything would help....
If only you told us what you did & didn't do.....
Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your Apache
config.
When in doubt, remove ALL references to PHP in your Apache config, and
just follow the manual:http://www.php.net/manual/en/install.unix.apache2.php
--
Rik Wasmus
...spamrun finished
Here is what I put into my APACHE config file:
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php4-source .php

Euhm, it should be:

AddType application/x-httpd-php4-source .phps

..(if you want it, I never use it, I have an editor with better syntax
highlighting). and NOT (I repeat NOT):

AddType application/x-httpd-php4-source .php

... which essentially tells Apache to display the source of all your PHP
files, in a nicely formatted & syntax highlighted manner....
--
Rik Wasmus
...spamrun finished
Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:

AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps

<Files *.php>
SetOutputFilter PHP
</Files>

[Mon Jun 02 11:47:26 2008] [notice] Digest: generating secret for
digest authentication ...
[Mon Jun 02 11:47:26 2008] [notice] Digest: done
[Mon Jun 02 11:47:26 2008] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Mon Jun 02 11:47:26 2008] [notice] LDAP: SSL support unavailable
[Mon Jun 02 11:47:26 2008] [notice] mod_python: Creating 4 session
mutexes based on 256 max processes and 0 max threads.
[Mon Jun 02 11:47:26 2008] [notice] Apache configured -- resuming
normal operations
[Mon Jun 02 11:47:32 2008] [error] an unknown filter was not added:
PHP
[Mon Jun 02 11:47:32 2008] [error] an unknown filter was not added:
PHP
[Mon Jun 02 11:47:32 2008] [error] an unknown filter was not added:
PHP
Jun 27 '08 #8
On Mon, 02 Jun 2008 18:29:14 +0200, ar*@unsu.com <am****@iwc.netwrote:
On Jun 2, 10:59 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
>a...@unsu.com wrote:
On Jun 2, 10:30 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
a...@unsu.com wrote:
Hi,
I am running PHP 4.3.9 and Apache 2.0.52.
This is the error: an unknown filter was not added: PHP
I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?
Anything would help....
If only you told us what you did & didn't do.....
>Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
Apache
>config.
>When in doubt, remove ALL references to PHP in your Apache config,
and
>just follow the
manual:http://www.php.net/manual/en/install.unix.apache2.php
>--
Rik Wasmus
...spamrun finished
Here is what I put into my APACHE config file:
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php4-source .php

Euhm, it should be:

AddType application/x-httpd-php4-source .phps

..(if you want it, I never use it, I have an editor with better syntax
highlighting). and NOT (I repeat NOT):

AddType application/x-httpd-php4-source .php

... which essentially tells Apache to display the source of all your PHP
files, in a nicely formatted & syntax highlighted manner....

Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:

AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps

<Files *.php>
SetOutputFilter PHP
</Files>
No! No! No!

I'll say it just one more time, after that I'll totally give up.
NO! SETOUTPUTFILTER! ANYWHERE! IN! YOUR! APACHE! CONFIG!

NO (not, kein, pas, geen, you seem to be no native english speaker....)
SETOUTPUTFILTER!

If you dare to answer you have a SetOutputFilter PHP or SetInputFilter PHP
in your config again... Well, I can't do anything to you, I think I'll go
sit in a corner and sob quietly...
--
Rik Wasmus
....spamrun finished
Jun 27 '08 #9
..oO(ar*@unsu.com)
>Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:

AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps

<Files *.php>
SetOutputFilter PHP
</Files>
Drop that.

You should read and follow the instructions more carefully. To quote a
quote:

| remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
| Apache config

All you need are the directives for loading the module and maybe the
AddType stuff, even though there are other ways as well.

But why do you want to use PHP 4 anyway? It is dead. Really dead! It has
officially reached its end of life and the support for it will finally
end in some weeks. PHP 5 is the way to go and PHP 6 is coming soon.

Micha
Jun 27 '08 #10
On Mon, 2 Jun 2008 09:29:14 -0700 (PDT), ar*@unsu.com wrote:
On Jun 2, 10:59 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
>a...@unsu.com wrote:
On Jun 2, 10:30 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
a...@unsu.com wrote:
Hi,
I am running PHP 4.3.9 and Apache 2.0.52.
This is the error: an unknown filter was not added: PHP
I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?
Anything would help....
If only you told us what you did & didn't do.....
>Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your Apache
config.
>When in doubt, remove ALL references to PHP in your Apache config, and
just follow the manual:http://www.php.net/manual/en/install.unix.apache2.php
--
Rik Wasmus
...spamrun finished
Here is what I put into my APACHE config file:
AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php4-source .php

Euhm, it should be:

AddType application/x-httpd-php4-source .phps

..(if you want it, I never use it, I have an editor with better syntax
highlighting). and NOT (I repeat NOT):

AddType application/x-httpd-php4-source .php

... which essentially tells Apache to display the source of all your PHP
files, in a nicely formatted & syntax highlighted manner....
--
Rik Wasmus
...spamrun finished

Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:

AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps
I'm going to make this very simple.

+---REMOVE THE PART THAT LOOKS LIKE THIS---+
| |
v v

<Files *.php>
SetOutputFilter PHP
</Files>

^ ^
| |
+---REMOVE THE PART THAT LOOKS LIKE THIS---+

NO OUTPUT FILTER Don't use it. take it out. Make it gone. NO NO NO NO

All of this is part of where Rik said "remove ALL SetInputFilter PHP &
SetOutputFilter PHP's from your Apache config". Remember that? It's
still quoted above. If you make a single additional post where you have
NOT taken those filters out of your config, you will be branding
yourself a moron in front of the whole internet forever. Is it out of
your config yet? Go do it right now.

--
45. I will make sure I have a clear understanding of who is responsible for
what in my organization. For example, if my general screws up I will not
draw my weapon, point it at him, say "And here is the price for failure,"
then suddenly turn and kill some random underling. --Evil Overlord List
Jun 27 '08 #11
Rik Wasmus schreef:
On Mon, 02 Jun 2008 18:29:14 +0200, ar*@unsu.com <am****@iwc.netwrote:
>On Jun 2, 10:59 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
>>a...@unsu.com wrote:
On Jun 2, 10:30 am, Rik Wasmus <luiheidsgoe...@hotmail.comwrote:
a...@unsu.com wrote:
Hi,
I am running PHP 4.3.9 and Apache 2.0.52.
This is the error: an unknown filter was not added: PHP
I've read over 40 suggestions with no luck. Can anyone help? I am
running Cent-OS. does anyone need to see my config files?
Anything would help....
If only you told us what you did & didn't do.....

Long story short, what usually solves everything:
- load the PHP module (LoadModule php4_module modules/libphp4.so)
- just use a proper AddType application/x-httpd-php .php
- remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
Apache
config.

When in doubt, remove ALL references to PHP in your Apache config,
and
just follow the
manual:http://www.php.net/manual/en/install.unix.apache2.php
--
Rik Wasmus
...spamrun finished

Here is what I put into my APACHE config file:

AddType application/x-httpd-php .php .php3 .php4 .phtml
AddType application/x-httpd-php4-source .php

Euhm, it should be:

AddType application/x-httpd-php4-source .phps

..(if you want it, I never use it, I have an editor with better syntax
highlighting). and NOT (I repeat NOT):

AddType application/x-httpd-php4-source .php

... which essentially tells Apache to display the source of all your PHP
files, in a nicely formatted & syntax highlighted manner....

Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:

AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps

<Files *.php>
SetOutputFilter PHP
</Files>

No! No! No!

I'll say it just one more time, after that I'll totally give up.
NO! SETOUTPUTFILTER! ANYWHERE! IN! YOUR! APACHE! CONFIG!

NO (not, kein, pas, geen, you seem to be no native english speaker....)
SETOUTPUTFILTER!

If you dare to answer you have a SetOutputFilter PHP or SetInputFilter
PHP in your config again... Well, I can't do anything to you, I think
I'll go sit in a corner and sob quietly...
Dear Rik,

I think you should really be more clear.
After rereading your post a few times, I get the impression that you
actually suggest to remove the SetOutputFilter from the config.
Why don't you state that more clearly?

Regards,
Erwin Moller
Jun 27 '08 #12
art
On Jun 2, 12:01 pm, Michael Fesser <neti...@gmx.dewrote:
.oO(a...@unsu.com)
Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:
AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps
<Files *.php>
SetOutputFilter PHP
</Files>

Drop that.

You should read and follow the instructions more carefully. To quote a
quote:

| remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
| Apache config

All you need are the directives for loading the module and maybe the
AddType stuff, even though there are other ways as well.

But why do you want to use PHP 4 anyway? It is dead. Really dead! It has
officially reached its end of life and the support for it will finally
end in some weeks. PHP 5 is the way to go and PHP 6 is coming soon.

Micha
I orginally had that. It was still acting the same. Perhaps this has
something to do with it???

[root@nytelife cgi-bin]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Jun 02 13:05:17 2008] [warn] module php4_module
is already loaded, skipping
[ OK ]

Maybe I'll try upgrading first and see what happens.........

Jun 27 '08 #13
ar*@unsu.com wrote:
On Jun 2, 12:01 pm, Michael Fesser <neti...@gmx.dewrote:
>.oO(a...@unsu.com)
>>Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:
AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps
<Files *.php>
SetOutputFilter PHP
</Files>
Drop that.

You should read and follow the instructions more carefully. To quote a
quote:

| remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
| Apache config

All you need are the directives for loading the module and maybe the
AddType stuff, even though there are other ways as well.

But why do you want to use PHP 4 anyway? It is dead. Really dead! It has
officially reached its end of life and the support for it will finally
end in some weeks. PHP 5 is the way to go and PHP 6 is coming soon.

Micha

I orginally had that. It was still acting the same. Perhaps this has
something to do with it???

[root@nytelife cgi-bin]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Jun 02 13:05:17 2008] [warn] module php4_module
is already loaded, skipping
[ OK ]

Maybe I'll try upgrading first and see what happens.........
Which generally indicates you have loaded the module more than once....

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Jun 27 '08 #14
art
On Jun 3, 7:50 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
a...@unsu.com wrote:
On Jun 2, 12:01 pm, Michael Fesser <neti...@gmx.dewrote:
.oO(a...@unsu.com)
>Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:
AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps
<Files *.php>
SetOutputFilter PHP
</Files>
Drop that.
You should read and follow the instructions more carefully. To quote a
quote:
| remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
| Apache config
All you need are the directives for loading the module and maybe the
AddType stuff, even though there are other ways as well.
But why do you want to use PHP 4 anyway? It is dead. Really dead! It has
officially reached its end of life and the support for it will finally
end in some weeks. PHP 5 is the way to go and PHP 6 is coming soon.
Micha
I orginally had that. It was still acting the same. Perhaps this has
something to do with it???
[root@nytelife cgi-bin]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Jun 02 13:05:17 2008] [warn] module php4_module
is already loaded, skipping
[ OK ]
Maybe I'll try upgrading first and see what happens.........

Which generally indicates you have loaded the module more than once....

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstuck...@attglobal.net
==================
Ok, well, then that has nothing to do with the warning message. Time
for a re-install I guess.....

Jun 27 '08 #15
ar*@unsu.com wrote:
On Jun 3, 7:50 am, Jerry Stuckle <jstuck...@attglobal.netwrote:
>a...@unsu.com wrote:
>>On Jun 2, 12:01 pm, Michael Fesser <neti...@gmx.dewrote:
.oO(a...@unsu.com)
Thanks for everyone's suggestions. Here is what I changed, but no
luck thus far. And, I am loading LoadModule php4_module modules/
libphp4.so:
AddType application/x-httpd-php .php
AddType application/x-httpd-php4-source .phps
<Files *.php>
SetOutputFilter PHP
</Files>
Drop that.
You should read and follow the instructions more carefully. To quote a
quote:
| remove ALL SetInputFilter PHP & SetOutputFilter PHP's from your
| Apache config
All you need are the directives for loading the module and maybe the
AddType stuff, even though there are other ways as well.
But why do you want to use PHP 4 anyway? It is dead. Really dead! It has
officially reached its end of life and the support for it will finally
end in some weeks. PHP 5 is the way to go and PHP 6 is coming soon.
Micha
I orginally had that. It was still acting the same. Perhaps this has
something to do with it???
[root@nytelife cgi-bin]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Jun 02 13:05:17 2008] [warn] module php4_module
is already loaded, skipping
[ OK ]
Maybe I'll try upgrading first and see what happens.........
Which generally indicates you have loaded the module more than once....

Ok, well, then that has nothing to do with the warning message. Time
for a re-install I guess.....
No, time to remove the extra LoadModule. You only need it once. But if
you're this uncomfortable altering configuration files a new automated
setup might just what the doctor ordered.
--
Rik Wasmus
....spamrun finished
Jun 27 '08 #16
On Tue, 03 Jun 2008 08:50:57 -0400, Jerry Stuckle wrote:
ar*@unsu.com wrote:
>I orginally had that. It was still acting the same. Perhaps this has
something to do with it???

[root@nytelife cgi-bin]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Jun 02 13:05:17 2008] [warn] module php4_module
is already loaded, skipping
[ OK ]

Maybe I'll try upgrading first and see what happens.........

Which generally indicates you have loaded the module more than once....
Which is pretty common, because the PHP installer, when used following
commonly-available directions, will cheerfully add a line to load the
module every time the install script is run, without bothering to check
closely whether that line already exists. (Granted, that's not
entirely unreasonable. It's complicated to parse out every permutation
of a config structure to tell if a line's actually going to be processed
or not, and the warning, being a non-fatal error, is generally enough to
let an operator know that human eyeballs are needed to fix it, but it
doesn't need to be fixed immediately.)

--
_ o
|/)
Jun 27 '08 #17
art
On Jun 3, 9:32 am, "Peter H. Coffin" <hell...@ninehells.comwrote:
On Tue, 03 Jun 2008 08:50:57 -0400, Jerry Stuckle wrote:
a...@unsu.com wrote:
I orginally had that. It was still acting the same. Perhaps this has
something to do with it???
[root@nytelife cgi-bin]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Jun 02 13:05:17 2008] [warn] module php4_module
is already loaded, skipping
[ OK ]
Maybe I'll try upgrading first and see what happens.........
Which generally indicates you have loaded the module more than once....

Which is pretty common, because the PHP installer, when used following
commonly-available directions, will cheerfully add a line to load the
module every time the install script is run, without bothering to check
closely whether that line already exists. (Granted, that's not
entirely unreasonable. It's complicated to parse out every permutation
of a config structure to tell if a line's actually going to be processed
or not, and the warning, being a non-fatal error, is generally enough to
let an operator know that human eyeballs are needed to fix it, but it
doesn't need to be fixed immediately.)

--
_ o
|/)
PHP is DUMB! An extra line.....sheesh!
Jun 27 '08 #18
ar*@unsu.com wrote:
On Jun 3, 9:32 am, "Peter H. Coffin" <hell...@ninehells.comwrote:
>On Tue, 03 Jun 2008 08:50:57 -0400, Jerry Stuckle wrote:
>>a...@unsu.com wrote:
I orginally had that. It was still acting the same. Perhaps this has
something to do with it???
[root@nytelife cgi-bin]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [Mon Jun 02 13:05:17 2008] [warn] module php4_module
is already loaded, skipping
[ OK ]
Maybe I'll try upgrading first and see what happens.........
Which generally indicates you have loaded the module more than once....
Which is pretty common, because the PHP installer, when used following
commonly-available directions, will cheerfully add a line to load the
module every time the install script is run, without bothering to check
closely whether that line already exists. (Granted, that's not
entirely unreasonable. It's complicated to parse out every permutation
of a config structure to tell if a line's actually going to be processed
or not, and the warning, being a non-fatal error, is generally enough to
let an operator know that human eyeballs are needed to fix it, but it
doesn't need to be fixed immediately.)

--
_ o
|/)

PHP is DUMB! An extra line.....sheesh!
It has nothing to do with PHP. It's Apache generating the error - as it
will for ANY module you load more than once.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Jun 27 '08 #19
On Tue, 3 Jun 2008 09:58:54 -0700 (PDT), ar*@unsu.com wrote:
>Which is pretty common, because the PHP installer, when used following
commonly-available directions, will cheerfully add a line to load the
module every time the install script is run, without bothering to check
closely whether that line already exists. (Granted, that's not
entirely unreasonable. It's complicated to parse out every permutation
of a config structure to tell if a line's actually going to be processed
or not, and the warning, being a non-fatal error, is generally enough to
let an operator know that human eyeballs are needed to fix it, but it
doesn't need to be fixed immediately.)

PHP is DUMB! An extra line.....sheesh!
If that's the worst you have to complain about in the whole deal, life's
pretty good.

--
69. All midwives will be banned from the realm. All babies will be delivered
at state-approved hospitals. Orphans will be placed in foster-homes, not
abandoned in the woods to be raised by creatures of the wild.
--Peter Anspach's list of things to do as an Evil Overlord
Jun 27 '08 #20

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Roger Withnell | last post by:
I want to validate the data entered into a form text field by calling a function with onblur, doing the validation and, if the input is invalid, giving an alert to the user and returning focus and...
0
by: Megan | last post by:
Hi Everybody- I know that this is a really, really long post, but I wanted to try to give you as much background as possible. So here's a quick overview of the issues I'm asking for help with:...
5
by: Lumpierbritches | last post by:
Thank you in advance. I have a database that I've written in Access 97 and have some clients using the program. My question is, when I update tables, so they don't loose their data, is there a way...
14
by: vince | last post by:
Can I add (append) to an xml file that already contains a serialized object, and be able to deserialize to either or both objects from the same file...??? How is this done...?? thanks, vince
3
by: Hamilton | last post by:
Hi there, I've seen this error appear a few times in newsgroups but unfortunately I haven't found one that actually provides a solution. I'm basically deploying a new website into an area at a...
1
by: Phoenix_ver10 | last post by:
I have a mailing list with multiple names going to the same addresses. I need one address with all the names for that address on it. I checked out the example on microsoft's site, but A: It doesn't...
0
by: delphiconsultingguy | last post by:
Hi all, Spent WAAAYYY too much time trying to figure this out because there's not many good examples out there, so in the interest of sparing y'all from suff'rin same, I've pasted it into...
23
by: Rogiecrockett | last post by:
I am new to this site. I have searched and found similar posts but don't think they are answering my question. I have a basic and simple DB. 4,170,000 records each record being 6 fields. File...
13
by: Bill | last post by:
Can someone help me with this error: error C2143: syntax error : missing ';' before 'type' Here is the line it's complaining about: for(int i=0;i<4;i++){ printf("%d",x); }
5
by: Cichy | last post by:
Hello, I'm writing a Client-Server application using sockets (asynchronous). There is a Server (Master) which accepts incoming connections, and Client (Slave). Afetr establishing connections...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.