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