search for: myapache

Displaying 2 results from an estimated 2 matches for "myapache".

2006 Jun 18
0
[ win32utils-Bugs-4699 ] Service dependencies are not being created properly
...vice error # when valid dependent services are being specified using # s.dependencies = ["Tcpip", "Afd"] # Sample code: require ''win32/service'' Win32::Service::VERSION # => 0.5.0 svc = Win32::Service.new() svc.create_service{ |s| s.service_name = "MyApache" s.display_name = "MyApacheSvc" s.service_description = "My Apache Svc Description" s.binary_path_name = "C:\Apache\2.0.52\bin\Apache.exe -k runservice" s.start_type = Win32::Service::AUTO_START s.dependencies = ["Tcpip", "Afd"] # b...
2010 May 05
2
compile httpd 2.3.5 error
hai i need to upgrade my apache to 2.3.5 and what i need is to compile it out by myself not to use the rpm.. so where i am stuck is that i require to have the apr 1.3 but i got the 1.2.7 with me, so i have downloaded the apr-1.3 rpm but now when i am upgrading it out i am getting an error of dependencies problem like this.Can any one help me on this.. uname(release) >= 2.6 is needed by