Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12582 - apache 2 and mod_php problems
Summary: apache 2 and mod_php problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Donny Davies (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-22 13:46 UTC by Bret Towe
Modified: 2002-12-22 23:52 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
apache2 init.d script (apache2,913 bytes, text/plain)
2002-12-22 13:46 UTC, Bret Towe
Details
fixed mod_php-4.2.3-r2 ebuild (mod_php-4.2.3-r2.ebuild,7.92 KB, text/plain)
2002-12-22 13:47 UTC, Bret Towe
Details
apache2_initd.diff (apache2_initd.diff,1005 bytes, text/plain)
2002-12-22 22:13 UTC, Bret Towe
Details
mod_php diff (mod_php.diff,775 bytes, text/plain)
2002-12-22 22:14 UTC, Bret Towe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bret Towe 2002-12-22 13:46:30 UTC
i recently upgraded to apache 2 and found some problems

apache 2's init.d script didnt have right paths to start/stop etc apache
i didnt fix this cause im not sure how but if /etc/apache2/conf/modules.d/*
is suppose to be autoincluded in the config's its not

mod_php had wrong paths also

attached are the modified files
Comment 1 Bret Towe 2002-12-22 13:46:57 UTC
Created attachment 6675 [details]
apache2 init.d script
Comment 2 Bret Towe 2002-12-22 13:47:34 UTC
Created attachment 6676 [details]
fixed mod_php-4.2.3-r2 ebuild
Comment 3 Donny Davies (RETIRED) gentoo-dev 2002-12-22 18:52:06 UTC
either attach diff files to this or explain in clear
english what you've changed/fixed.

try the latest versions also if you havent already
because i recall already fixing the apache2 initscript once.
Comment 4 Bret Towe 2002-12-22 22:13:53 UTC
Created attachment 6683 [details]
apache2_initd.diff

if the paths in the (apache-2.0.43)-r1 are whats going to be used from now on
this i think can be ignored but that -r1 should be unmasked to prevent further
problems like im reporting
Comment 5 Bret Towe 2002-12-22 22:14:26 UTC
Created attachment 6684 [details]
mod_php diff
Comment 6 Bret Towe 2002-12-22 22:16:08 UTC
almost forgot i dunno what editor your using but you want to check out vim it
has colored diff support (gvim -d file1 file2 ) shows exactly what is diff in
those 2 files very handy
Comment 7 Donny Davies (RETIRED) gentoo-dev 2002-12-22 22:41:59 UTC
this was all you had to say ... instead of asking me to break
two files.

-       apache2? ( >=net-www/apache-2.0.43 )
+       apache2? ( >=net-www/apache-2.0.43-r1 )

in the mod_php ebuild.

this is what i've done, thanks.
Comment 8 Bret Towe 2002-12-22 23:52:01 UTC
i didnt know at the time i just submited the fixed items and figured the dev's
could figure out whats up ;p