• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Getting Apache2, php5 & mysql running together.

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

DDR-PIII

Disabled
Joined
Feb 16, 2002
Location
6p6
I havent really messed around with all of these since apache2 just came out, and php4.2 was new, so I'd like to get these running together, any place i can find a tutorial ? or if someone here can help me that be great.

in apache 1.3.33 or w.e it is, I've got this in the httpd.conf file

LoadModule php5_module D:\root\/php/sapi/php5apache.dll
AddType application/x-httpd-php .php4 .php .htm .php3 .inc .fire
AddType application/x-httpd-php-source .phps

AddType application/x-tar .tgz


now i had that working and all, but i wanna use apache2 like i said. I'm not to sure how to add the LoadModule part, if i just paste that in "abouts where it was" in the apach 1.3.33 conf, it will not work.
 
is it just me, or php-5.0.3-installer.exe install pretty much nothing ? or am i supposed to use php-5.0.3-Win32.zip ?
 
Another vote for BigApache! Its a large download, but pretty much a all in one solution.
 
haha guys, i downloaded it about an hour ago, i've been havign a few problems so i've uninstalled and im going to give it one more try, im thinking this time it'll work. all i'll have to do is upgrade php to 5.x and it should be good to go.
 
For some reason, I can never get PHP5 to work correctly on my system. It installs fines, but when I try to run a php script (like phpBB2, or PHP-Nuke), it never works. Always errors. PHP4 however, works like a charm. I think that PHP5 may not be fully compatible with Win32 systems. I had tried it on 98SE and XP Pro with the same results. YMMV.
 
h oweird, maybe thats my problem too, maybe i am doing it right, but it just dosent work :/, i was able to get apache to start with it, but i just cant run phpbb which is what i was trying to do, like... it took me to the install page, but when i filled out the info and clicked install it gave me some error and told me to check my php config.
 
bah it didnt work, so i said screw apache2... for now, i installed apache 1.3.33 and php5.0.3 and ive got em working poerfectly, now to get mysql in there :)
 
that wasnt so bad.

yay7ct.jpg
 
Back