Computing.Net > Forums > Web Development > Apache Requirements

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Apache Requirements

Reply to Message Icon

Name: iamwec
Date: November 25, 2008 at 15:11:05 Pacific
OS: Windows XP Pro + SP3
CPU/Ram: 2.4 GHZ / 512 MB SD
Product: Dell Dimension 2400
Comment:

I am in the process of creating a web server and have one running from my regular PC right now. The problem is that I am trying to move all my settings to a (rather dated) Windows 98 computer so I don't have to leave mine on all the time. This way, the older PC will use less power, saving a few $$. I tried to install Apache 2.0. Once it installed, I restarted my computer and got an error message that said "No Apache Service Installed" in the Apache control panel. Will this work? The system specs are:
-Windows 98 SE
-Pentium II 333MHZ Processor
-192 MB RAM
-20GB HDD
-256 Colors Display adapter (Working on upgrading (Where did I put that other one?))

Any ideas? If Apache doesn't work, can you recommend a program that will work?

Also (unrelated) so I don't have to have a monitor set up at that PC all the time and I can stash it away, I tried to remote desktop connect it with Windows Remote Desktop Connection software. I installed the program on the Windows 98 PC and can access the XP PC from the 98 PC but I can't access the 98 PC from the XP PC. Any help on that also?

William E C
I AM WEC!!!
"No waste of time here, just a hell of a lot of fun!" -Me



Sponsored Link
Ads by Google

Response Number 1
Name: StuartS
Date: November 25, 2008 at 18:51:48 Pacific
Reply:

Apache will work on Windows 98 but not as well as it does on Windows XP.

When you boot the computer you have to start the service manually and then run the Apache application. This is done from a command prompt in the apache directory and can also be done from a batch file at startup. The help files will tell you how.

Once the service is started the only way to stop it is to re-boot the computer.

Stuart


0

Response Number 2
Name: shutat
Date: November 25, 2008 at 19:40:37 Pacific
Reply:

The command line switches for apache are something like

apache -k start
apache -k restart
apache -k shutdown (I think)

If you don't shut it down properly, then you'll get a nag screen stating such when you start it up again. For 98, I'd recommend creating a couple of batch files and either putting them on the desktop or in the quick launch bar.

For example:

apache_start.bat
apache -k start

apache_stop.bat
apache -k shutdown

You must tell comspec where apache is, so either edit your config.sys file and set or add the full path of apache.exe to that of your apache installation, or simply provide the full path in the batch files above.

I have no idea what the remote connection software is or does, but here's a decent tutorial on windows networking between 98 and xp.

Hope that helps


0

Response Number 3
Name: iamwec
Date: November 26, 2008 at 07:50:14 Pacific
Reply:

Okay, I just tried starting with the CMD prompt and from the "Run" command. Nothing happened. When I turn the computer on or I try to start it through CMD or the Run command, I get an error that says:

"A required .DLL file, WTSAPI32.DLL was not found."

William E C
I AM WEC!!!
"No waste of time here, just a hell of a lot of fun!" -Me


0

Response Number 4
Name: shutat
Date: November 26, 2008 at 14:03:54 Pacific
Reply:

With 98, it will be command and not CMD; I forgot about that... it's been a while since I used 98.

As for the dll, I'm not positive, but apache version 2+ aren't offically supported by 98, so that may be part of the problem. I thought I had apache 2.0 running on 98, but it was 1.3 and it worked fine.

Here's the docs page for apache... you might want to check into whether or not versions 2 and up will work.

Good luck.


0

Response Number 5
Name: StuartS
Date: November 26, 2008 at 15:58:09 Pacific
Reply:

Apache 2+ will work with Windows 98 although it is not supported. That's experience not something I read in a manual.

I have no idea what the WTSAPI32.DLL referes to, it is sometime since I used Apache on Windows 98. Try reinstalling Apache.

Stuart


0

Related Posts

See More



Response Number 6
Name: iamwec
Date: November 27, 2008 at 16:27:36 Pacific
Reply:

I'll try reinstalling Apache on the machine. Also, I go to the Apache page to download the 1.3 version to download (Because that one is supported, right) and I don't know what to download because I can't find a .msi or .exe file. What do I download and what do I do then?

William E C
I AM WEC!!!
"No waste of time here, just a hell of a lot of fun!" -Me


0

Response Number 7
Name: shutat
Date: November 28, 2008 at 21:15:36 Pacific
Reply:

StuartS stated that 2 would work on 98, so you might take his suggestion and reinstall it... just remove the previous installation through control panel, and then delete the apache folder and any left over contents.

I have no idea what the dll problem is, but if you want the 1.3 version of the file, then you can a list of versions here and the version I used 1.3.22

HTH and good luck.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Need opinions/help text color of a javascrip...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Apache Requirements

FoxServ Apche Service Installation www.computing.net/answers/webdevel/foxserv-apche-service-installation-/1917.html

APACHE question www.computing.net/answers/webdevel/apache-question/1098.html

Problems installing APACHE www.computing.net/answers/webdevel/problems-installing-apache/1848.html