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

# 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)