b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 10091286 (Thread)

# Anybody here know how to get php5 and apache talking??
red eye

I've been trying to get them to work for hours now and can not see why they wont work :( the server works fine - but wont parse the php files. i make any changes to the httpd.conf file and the server freaks out and dies! any help would be appreciated :D
(, Tue 15 Jun 2010, 10:10, archived)
# what's your php.ini file looking like?
(, Tue 15 Jun 2010, 10:11, archived)
# well i've been editing it from the instruction
i found - but still no joy :(
(, Tue 15 Jun 2010, 10:14, archived)
# hmmm
cvs.php.net/viewvc.cgi/php-src/php.ini-recommended

maybe try the appropriate version from here?
(, Tue 15 Jun 2010, 10:16, archived)
# cheers will do
:)
(, Tue 15 Jun 2010, 10:18, archived)
# very nice!
Is that PHP 5.1.6 or later?
(, Tue 15 Jun 2010, 10:12, archived)
# its 5.2.3 i've also found
5.3.2
(, Tue 15 Jun 2010, 10:14, archived)
# er...
we appear to have hit the limits of my knowledge, sorry :(
(, Tue 15 Jun 2010, 10:22, archived)
# :)
cheers anyway :)
(, Tue 15 Jun 2010, 10:28, archived)
# a bottle of wine and a nice dinner?
(, Tue 15 Jun 2010, 10:12, archived)
# ^ This
(, Tue 15 Jun 2010, 10:13, archived)
# hahahaa
:)
(, Tue 15 Jun 2010, 10:14, archived)
# Have you tried turning it off and on again?
And nice eye... nice rich ruby red.
(New IT Crowd, 25th June)
(, Tue 15 Jun 2010, 10:12, archived)
# yay love IT crowd
and yes - tried that :D
(, Tue 15 Jun 2010, 10:15, archived)
# ooooh, Hyphema!
might want to get that looked at.
(, Tue 15 Jun 2010, 10:15, archived)
# hehehe
:)
(, Tue 15 Jun 2010, 10:15, archived)
# I'd imagine one o't'crossbeams has gone out o' skew on't'treadle.
Liking the eye. Hypnotic.
(, Tue 15 Jun 2010, 10:16, archived)
# dont cross the streams
:)
(, Tue 15 Jun 2010, 10:26, archived)
# My PHP died but it got better again.
Also it's a cat. Check your cat for loose fur, that may be slowing down the helicopter you spoke about. Check the sideways telecommunication and thrust boost module for digital-dust too, that shit always messes with my helicopters long-distance propulsion array.
(, Tue 15 Jun 2010, 10:16, archived)
# haha
:)
(, Tue 15 Jun 2010, 10:28, archived)
# download xampp
(, Tue 15 Jun 2010, 10:17, archived)
# cheers will have a look
:)

edit : woo that seems to have worked :D thanks!!
(, Tue 15 Jun 2010, 10:20, archived)
# Check your httpd.conf
for a line like

LoadModule php5_module "C:/Program Files (x86)/PHP/php5apache2_2.dll"

if you're using win32 php/apache then the php installer usually places this at the very end of the file. Otherwise debian type linux systems there's typically a conf.d/modules.conf file that should have similar, obviously without windows paths
(, Tue 15 Jun 2010, 11:03, archived)
# I understand about one word in four of ^ this
(, Tue 15 Jun 2010, 11:24, archived)
# Note
If your running with Linux you will need to locate and reference the .so file not the .dll

e.g. LoadModule php5_module "/usr/lib/php5apache2_2.so"
(, Tue 15 Jun 2010, 12:29, archived)
# I had a similar problem on a gentoo box.
I had to make sure APACHE2_OPTS (/etc/conf.d/apache2) includes "-D PHP".
(, Tue 15 Jun 2010, 14:24, archived)