Apache server immediately shuts down
Posted
by
winarm
on Super User
See other posts from Super User
or by winarm
Published on 2010-08-19T02:14:27Z
Indexed on
2011/06/28
0:24 UTC
Read the original article
Hit count: 373
apache2
I just installed MySql 5.1.49, Apache 2.2.16 and PHP 5.3.3 on my Vista Home Basic. I followed the instructions in the "Sam's Teach Yourself", adding:
LoadModule php5_module C:/php/php5apache2_2.dll
PHPIniDir "C:/php/"
and
AddType application/x-httpd-php .php .html
I changed the Listening port to 8080 and the domain is localhost. When I start the server it pops open the window for less than a second and then closes.
What am I missing? Thanks.
© Super User or respective owner