התקנת Apache 2.2 בעיות עם Windows 7

התקנת Apache 2.2 לעיתים נתקלת בבעיות ב - Windows 7.

ראשית, יש להריץ את ההתקנה עם הרשאות Administrator.
לעיתים, גם אחרי התקנה מוצלחת ישנן בעיות בהרצת Apache.

שיטה מצויינת לבדוק תקלות היא לנסות ולהריץ את apache באופן ישיר, כלומר את httpd.exe ישירות.

אני קיבלתי את הודעת השגיאה הנ"ל:
C:\Program Files\Apache Software Foundation\Apache2.2\bin>net start apache2.2
The Apache2.2 service is starting.
The Apache2.2 service could not be started.

A system error has occurred.

System error 1067 has occurred.

The process terminated unexpectedly.

ואכן, כאשר הרצתי את:
C:\Program Files\Apache Software Foundation\Apache2.2\bin>httpd.exe

הוא הודיע שחסר קובץ: msvcr71.dll ולאחר שהתקנתי אותו, apache רץ חלק.

No comments:

Post a Comment

Setting program_name in mysql session_connect_attrs allows you to see the name of the program connected

I am using mysql for quite some time now. I have noticed that looking at client connections using mysql workbench so an interesting column ...