logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Third-party Modules View previous topic :: View next topic
Reply to topic   Topic: http server with ISAPICacheFile restarting automatically
Author
thanes



Joined: 14 Dec 2015
Posts: 1
Location: Malaysia

PostPosted: Wed 27 Jan '16 12:48    Post subject: http server with ISAPICacheFile restarting automatically Reply with quote

I am using the apache web server to load the a "dll" file as "ISAPICacheFile"

I noticed our apache application is getting restarted automatically.

192.9.205.69] (106)Unknown error: ISAPI: ap_pass_brigade failed to complete the response: D:/Apache/Apache2.2/cgi-bin/rgw.dll , referer: 0 [Tue Dec 15 09:27:41 2015] [notice] Parent: child process exited with status 255 -- Restarting.

Please refer to the link for the detailed logs.

http://pastie.org/10697516

I am loading the custom rgw.dll file using the ISAPICacheFile configuration.

<Directory "D:/Apache/Apache2.2/cgi-bin">
AllowOverride None
Options +ExecCGI
Order allow,deny
Allow from all
ISAPIAppendLogToErrors on
</Directory>

ISAPICacheFile D:/Apache/Apache2.2/cgi-bin/rgw.dll

Does loading the “ISAPICacheFile” will cause the Apache Web Server to be restarted automatically? Currently the Apache Web server is keep on restarting few times a within one hour.

Is there any configuration can be done to resolve the Apache Restart Issue?

Thanks in advance

Regards,
Thanes
Back to top


Reply to topic   Topic: http server with ISAPICacheFile restarting automatically View previous topic :: View next topic
Post new topic   Forum Index -> Third-party Modules