apache + windows + 9.1D

Grant Holman

New Member
Should Apache 2.0.45 work with Progress 9.1D on Windows?

I get a 'Not Found' page returned when I try 'http://localhost/htdocs/cgiip.exe/WService=wsbroker1/webutil/ping.r'.

Apache is definitely running OK and the Agents are running OK.
 
Grant Holman said:
Should Apache 2.0.45 work with Progress 9.1D on Windows?

I get a 'Not Found' page returned when I try 'http://localhost/htdocs/cgiip.exe/WService=wsbroker1/webutil/ping.r'.

Apache is definitely running OK and the Agents are running OK.

Why would you run Apache if your on win server?
 
jkrendal said:
Why would you run Apache if your on win server?

Thanks for your helpful reply.

Why do I use it? I know Apache, I don't know IIS, Apache is the most widely used WebServer in the world (approx 65% of all web servers are Apache).
 
Grant Holman said:
Thanks for your helpful reply.

Why do I use it? I know Apache, I don't know IIS, Apache is the most widely used WebServer in the world (approx 65% of all web servers are Apache).

I was just curious. Didnt mean to downplay Apache.
 
Grant Holman said:
Should Apache 2.0.45 work with Progress 9.1D on Windows?

I get a 'Not Found' page returned when I try 'http://localhost/htdocs/cgiip.exe/WService=wsbroker1/webutil/ping.r'.

Apache is definitely running OK and the Agents are running OK.

I have no problems with Apache, Progress 9.1D running on Windows. Did you check your script alias directory in the apache's httpd.conf file. It should point to the directrory of the cgiip.exe file. Also your webserver document root directory in the same file must be entered. Hope this helps.
 
Back
Top