Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache 2.0.49 and PHP 4.3.4

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  beginner question, problem connecting to mysql  
Author Message
mark22

External


Since: May 07, 2004
Posts: 2



(Msg. 1) Posted: Fri May 07, 2004 8:02 pm
Post subject: Apache 2.0.49 and PHP 4.3.4
Archived from groups: alt>apache>configuration (more info?)

Hi All

I am having a problem getting apache 2.0.49 to work.

I am using a clean install of Suse 9.1 and I am using the RPM's that came
with it.

When I start it, the service fails.

Looking in the error_log the only thing I can see is

[Fri May 07 11:19:32 2004] [notice] suEXEC mechanism enabled
(wrapper: /usr/sbin/suexec2)

I have started apache in debug mode and this is what happens

dev:/etc/init.d # /etc/init.d/apache2 restart -e debug
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
suexec_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
access_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
actions_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module alias_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module auth_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
auth_dbm_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
autoindex_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module cgi_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module dir_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module env_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
expires_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
include_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
log_config_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module mime_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
negotiation_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
setenvif_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module
userdir_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module info_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module ssl_module
[Fri May 07 14:54:46 2004] [debug] mod_so.c(247): loaded module php4_module
Syntax OK
Shutting down httpd2 (waiting for all children to terminate)                                                    
done
Starting httpd2 (prefork) [Fri May 07 14:54:48 2004] [debug] mod_so.c(247):
loaded module suexec_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
access_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
actions_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module alias_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module auth_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
auth_dbm_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
autoindex_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module cgi_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module dir_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module env_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
expires_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
include_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
log_config_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module mime_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
negotiation_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
setenvif_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module
userdir_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module info_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module ssl_module
[Fri May 07 14:54:48 2004] [debug] mod_so.c(247): loaded module php4_module
                                                                                                               
failed

If I disable mod_php4 all works ok.

This is a standard Suse 9.1 installation with the latest updates via YOU
installed only.

Any help would be appreciated including hints on where to look to fix it
myself Wink

Thanks

Mark



If I disable mod_php4 from being started then apache starts ok

 >> Stay informed about: Apache 2.0.49 and PHP 4.3.4 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 2) Posted: Fri May 07, 2004 8:37 pm
Post subject: Re: Apache 2.0.49 and PHP 4.3.4 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mark Evans <mark RemoveThis @freelancephp.co.uk> wrote:
 > If I disable mod_php4 all works ok.

Well... on php site it's clearly stated that they don't suggest
to use PHP and Apache 2 togheter so...

Davide

--
| It's a damn poor mind that can only think of one way to spell a word.
| -- Andrew Jackson
|
|<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache 2.0.49 and PHP 4.3.4 
Back to top
Login to vote
mark22

External


Since: May 07, 2004
Posts: 2



(Msg. 3) Posted: Fri May 07, 2004 10:46 pm
Post subject: Re: Apache 2.0.49 and PHP 4.3.4 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > Well... on php site it's clearly stated that they don't suggest
 > to use PHP and Apache 2 togheter so...

Yep I know.... Suse 9.1 no longer comes with Apache 1.3 so I and stuck
between a rock and a hard place Sad

Regards

Mark<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache 2.0.49 and PHP 4.3.4 
Back to top
Login to vote
user2773

External


Since: May 08, 2004
Posts: 1



(Msg. 4) Posted: Sun May 09, 2004 2:08 am
Post subject: Re: Apache 2.0.49 and PHP 4.3.4 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mark Evans <mark.RemoveThis@freelancephp.co.uk> wrote in message news:<109nir8s1rpo032.RemoveThis@corp.supernews.com>...
  > > Well... on php site it's clearly stated that they don't suggest
  > > to use PHP and Apache 2 togheter so...
 >
 > Yep I know.... Suse 9.1 no longer comes with Apache 1.3 so I and stuck
 > between a rock and a hard place Sad
 >
 > Regards
 >
 > Mark

I noticed the same problem myself! It seems like Suse would have
gotten it correct, since Mandrake and Gentoo have.
Chris<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache 2.0.49 and PHP 4.3.4 
Back to top
Login to vote
davideyeahsure

External


Since: Nov 03, 2003
Posts: 2907



(Msg. 5) Posted: Sun May 09, 2004 9:57 am
Post subject: Re: Apache 2.0.49 and PHP 4.3.4 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mark Evans <mark DeleteThis @freelancephp.co.uk> wrote:
 > Yep I know.... Suse 9.1 no longer comes with Apache 1.3

And what stops you to ditch the version that came with your distro and
install a version that works?

Davide

--
| Although the moon is smaller than the earth, it is farther away.
|
|
|<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache 2.0.49 and PHP 4.3.4 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
SSL with Apache ?'s - Using the guide provided by Thawte for Apache configuration with test certificate. 1. Step 1 (RSA)ok <font color=purple> ; openssl genrsa -des3 1024 -out www.mydomaine.net.key</font> 2. Step 2 (CSR) fails (helpscreen) <font..

apache php cgi bin - Hi, My host's 24x7 online help is quite unable to tell me how to call my php-includes from my html files. I suppose that php on his apache server is configured as cgi-binary since there is a cgi-bin folder (sub-folder of public-html) and I've tried..

ssl on apache 2.0 - Hi, I've been trying to get mod_ssl working on apache 2.0 running on a Windows machine. This is a friend's system and he's hosting his and about 10 other sites. Only his one site will have ssl enabled. So far I've been able to get ssl working on all..

Which apache for win 98? - Which apache works with windows 98?

New to apache - I am using window xp home edition. How do i set up a secure port? SSL
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]