This is a discussion on problem--"no installed service named apache2" within the Windows Web Servers forums, part of the Web Server and Related Forums category; Can anyone help me with this problem? I am having problems with Apache. From the beginning. I have Apache version ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Can anyone help me with this problem?
I am having problems with Apache. From the beginning. I have Apache version 2.0.47 and PHP 4.3.3-Win32 installed on my computer which runs XP. I am trying to integrating PHP with Apache. I have made the following changes to the following files as outlined in the book "PHP, MySQL, and Apache" by Julie C. Meloni(one of those teach yourself in 24hours series): 1)Rename php.ini-dist to php.ini 2)Move php.ini flie to C:\WINDOWS\ where the rest of my .ini files are 3)Move php4ts.dll flie to C:\WINDOWS\SYSTEM\ where the rest of my .dll files are 4)I added the following lines to the httpd.conf files LoadModule php4_module c:/php-4.3.3-Win32/sapi/php4apache2.dll AddType application/x-httpd-php .php .phtml .html AddType application/x-httpd-php-source .phps I then tried to start apache and got the following error message( I may have had a problem with apache before but I only noticed that there was a problem at this point): [error] (OS 2)The system cannot find the file spe ed. : No installed service named "Apache2". Note the errors or messages above, and press the <ESC> key to exit. 30... I dont have any other servers running on my computer. I check a few newsgroups and found possible reasons for the error. I tried just about all of the suggestions, example dont run Kazaa, and IIS(which I still have no clue what this is). Anyone with suggestions? Anyone knows why I am getting this error and how to correct it? |
|
|||
|
On 09 Nov 2003, calettso@yahoo.com (CL) wrote in
news:65e28a86.0311091438.6a15c078@posting.google.c om: > and IIS(which I still have no clue what this is). It's Microsoft's Internet Information Server, their web/ftp/etc. server. Are you sure it's not running? Do you see it listed among the installed or running services? > Anyone with suggestions? Anyone knows why I am getting this error > and how to correct it? Have you tried removing the references to PHP from the config file to see if Apache starts normally without it? Are there any error messages in the System or Application logs? You might find the name file that Apache is complaining about there. |