Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. davidchardonnet

    Setup 3 virtual machines running each 1 web application

    Thank you ChrisHirst for your answer. In fact, I had in mind something like the reverse proxy (thanks for the solution). Maybe I can install the reverse proxy directly on the Host machine and access the VMs.
  2. davidchardonnet

    Setup 3 virtual machines running each 1 web application

    Hello, I want to setup my home computer (Linux Ubuntu 12.04 LTS) to run 3 different web applications, that i can access from outside my home. I only have 1 IP adress on my ADSL box.http://www.tek-tips.com/threadminder.cfm?pid=65 I tried a default installation of Apache directly on my linux...
  3. davidchardonnet

    What technology for mass data extraction from SQL2k SP4 to files?

    Hello, I have to choose the right technology to make the data extraction from a SQL Server 2000 SP4 to text files. We have lots of data and the goal is to make these files available for input in other databases, and we don't know what technology they use. Thank you for your help David
  4. davidchardonnet

    How to get a list of all users?

    Hello, I need to find a SELECT statement which returns a list of all users in a DB2 database. Thank you David
  5. davidchardonnet

    How to get a list of all security groups?

    Hello, I need to find a SELECT statement which returns a list of all security groups in a DB2 database. Thank you David
  6. davidchardonnet

    How to put a Javascript Date in JSON data format?

    Hello, I want to convert to JSON some data i have defined in javascript like this: var datasets = { "A": { label: "A", data: [[new Date("2010/10/01"), 65.00],[new Date("2010/11/20"), 65.00]] }, "B": { label: "B", data: [[new Date("2010/10/01"), 57.00],[new Date("2010/11/20"), 57.00]] }...
  7. davidchardonnet

    What are the best skin system for Delphi 7 and over?

    Hello, I am looking for a very good skin system for Delphi 7, commercial or not. What I value are the looks,stability and functionality departments. After that, I will pay the price for it. Thank you for your help David
  8. davidchardonnet

    Best obfuscation tool for a C# application

    Thank you for this answer, this tool is less expensive than other solutions i saw, and seems very strong.
  9. davidchardonnet

    Best obfuscation tool for a C# application

    Hello, I want to protect strongly a C# application I made with Visual Studio 2008 on Framework 3.5. I would like to know which are the best obfuscation tools available on the market. Can you help me please? Thank you David
  10. davidchardonnet

    How to get the contents of an authenticated HTTPS page

    Hello, I have a login/password on a website that uses https. I want that my php page retrieves the contents of an authenticated page on that web site. I know how to do this on a standard http page, but with a https I am clueless. How can I do? Thank you David
  11. davidchardonnet

    Routing problem?

    Hello, I'm trying to access a specific address on internet but the routing my ISP provides seems wrong. The address Itry to access is 212.82.22.235 The server is accessed by other people I know so the server is online and working. I used WinMTR to see the routing i obtained this...
  12. davidchardonnet

    How to determine hardware for a VMWare project?

    Hello, I would like to know a method to know what kind of hardware i need for a Enterprise VMWare project. What kind of server, how many processors, how many physical memory, disk storage, how many virtual machines on a physical server... Do you know where i can find more information about...
  13. davidchardonnet

    curl problem

    I have just tried with http://www.google.fr/ and the same code works!! I am going to check with fopen and fread
  14. davidchardonnet

    curl problem

    The following code gives the error message below: <?php $var=file_get_contents("http://89.82.253.168/apache2-default/index.html"); print $var; ?> Warning: file_get_contents(http://89.82.253.168/apache2-default/index.html) [function.file-get-contents]: failed to open stream: HTTP request...
  15. davidchardonnet

    curl problem

    The access log indicates that there are GET requests ending with a 200 OK code... My router is a Comtrend CT-635, is there something to do in it?
  16. davidchardonnet

    curl problem

    No I don't need to use curl. What I need is to make a request from one site to another. I only know curl, but I am open to any other technique. My need is: http get hosted_webserver -------> home_webserver <--> home_database I have no control on the hosted_webserver...
  17. davidchardonnet

    curl problem

    Yes the problem is that when it's on this URL: http://89.82.253.168/apache2-default/index.html I have no data returned And when I test on this other URL: http://www.google.fr/ I get the data So I wonder what's wrong with the first URL. I really need to get this working.
  18. davidchardonnet

    curl problem

    Hello, The following code works with google url but not with the other url, (the commented line) I get a curl error 28 (timeout). I don't know why. It looks strange, because i can access it with browsers from outside. and I see the curl GET requests on the web server (because it's a home-hosted...
  19. davidchardonnet

    making https request with authentication

    Looking a the header, I think https is working but look at tje http header i get. I think i have to set a session cookie, and to get an attachment file... It'a bit strong for me here :-p Date: Thu, 10 Apr 2008 05:08:20 GMT Server: Apache Set-Cookie: Apache=89.82.253.168.26325120780410093...
  20. davidchardonnet

    making https request with authentication

    Griffyn, Thank you for your answer, I had to switch from my Indy 9 to indy 10 to have the same IOHandler component as you. I did what you say, but now, I get a "Connection closed gracefully", and no data is coming ... Do you have an idea of what's wrong?

Part and Inventory Search

Back
Top