configure wamp server [closed] - wamp

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I installed wamp server2 in windows7 64 bit. after installing when I start wampserver it goes offline. and all the components like localhost, apache does not work.when I try to put it online it shows 'Could not execute menu item(internal error)[exception].Could not perform service action' message as error . when I run wamp as admin it goes online but still the localhost does not work. what can I do to make it work.

It could be a conflict with Skype...
If you have Skype, go in skype advance options and check use alternative port. (Can't remember exactly what is the option but it will make skype use another port and solve the conflict)

Related

Configure VPN split tunneling for macOS based on selected apps [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
My task is to develop split tunnelling feature for macOS so if I am connected to a VPN connection only selected apps can send their traffic to the VPN while other apps will be using local internet connection.
I noticed other VPN apps like expressvpn offering these features but I couldn't find any help over the internet how to achieve that.
I haven't checked this myself but OpenVPN daemon exposes set of APIs which can be used to create multiple VPN tunnels for each application, as mentioned in your question.
So the solution of this problem is NKE, Apple's Network Kernel Extensions you can write your own kext which handles network operations on various levels.
I hope this clue will help someone in future.

How to expose a c service / cpp service easily and securely [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I want to host a cpp service as a executable file and able to track the log, handle the exception and able to handle high load.
You can try c-sevice-interface https://github.com/Taymindis/c-service-interface
This is a small bridge engine which can handle high load of request, any segfault will not break the engine, it will catch and free the thread, it is built on top NGINX, FCGI. You can setup the proxy, load balance, authentication via NGINX before reach to your interface.
The link shown as below is a wiki to Guide you how to startup from scratch.
https://github.com/Taymindis/fcgi-function/wiki/How-to-build-a-cpp-service-on-c-service-interface

Is it possible to address localhost from linux ubuntu to a virtualbox virtual machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I'm working on Linux ubuntu, so to test the page on IE6/7/8 etc I run a virtual machine using virtual box; I also need to see how my localhost looks on IE in a windows virtual box environment).
but I dont want to re install my poroject on, lamp on the vm
In my real machine, I open the website simply using the URL local, how do I address this localhost from my Linux ubuntu to the virtual machine?
Right now my workaround is to use the IP address. Any better ideas?
In the default network configuration (NAT) for VirtualBox you can accesss the host machine with the IP 10.0.2.2, so in the browser you would use that instead of localhost. (I can't find this in the official documentation though?)

Using Virtualization Software for LAN with WCF [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I have made an Excel VSTO Application(WPF) which call a WCF working with IIS and SQL server 2008 all installed on my PC.
The AB look like this :
address="http://localhost:3359/VdmService.svc" binding="wsDualHttpBinding"
I'm now want to build a LAN Environment so that another Excel VSTO Application installed on the other Virtual Machines can communicate with this Webservice.
Is that a good idea? the way i want to proceede?
If yes, Which virtualization software should i used? of course whose can feed my needs
Ok! blame on me! i found it out :
here : Addressing localhost from a virtualbox virtual machine
for my example i just change the link to : http://10.0.2.2:3359/VdmService.svc
I can access it through a browser on my Virtual Win7(VirtualBox).
Cheers

Has anyone used Facebook Scribe? (the tool for logging everything) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How does it work? (Explain it in terms of server, writes, GETs, values, whatever).
DOes it work with Win32 apps?
I'll try to explain:
There is an application, with thrift
class/interface. When event that you
want to log occures, you send
message to the
Server, which collect logs from many
sources (application, server logs,
etc)
And then server decides what do
do with it: generate visualization,
send over tcp/ip, store in a file,
nfs, hdfs, you decide.
Server and client can be the same
app or machine, or this log data can
be sent from client over internet.
Definitely works with win32 apps.
It Works Great.
We're using Scribe to test some message processing.
We're sending Apache logs with Scribe. (Under Ubuntu)