Jump to content

tercel04

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

tercel04's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Dear all, I got two servers: Webserver (Windows-IIS/php) and Linux Execution server (I can put an Apache server if its needed) My php app on the WebServer generates a xml file which will be used by a command executed on the linux server. What is the best way to configure these two server? Thanks & Regards, -AV
  2. Hello, I have a slightly different situation; For me The main web server is boxb (IIS). some of the pages on boxb (IIS) need data from boxa(Linux). The further complication is: boxa-is NOT a webserver. Instead, I have a command that generate realtime data for me on boxa(linux). To simplify the discussion, i will say its "user@boxa> ls -l *.foo > data.txt" Any Suggestion - how to do that? (Also, I have put this problem on another thread in this forum- before i discovered this. Sorry for the duplication)
  3. Dear All, I am developing a php webapp- on IIS 5.1/Win2kR2 that requires to run a couple of commands on a Linux server. How do i do that? Any Ideas? Normally, I program in Perl-CGi in Linux environment - So this app is a walk in the park. All i do is setup ssh keys and grant access to the Apache@webserver. Even if I would have had to use php on linux it would still be sort of easy - just figure out the syntax. I was thinking of using the same approach; but i dont know what apps to use on the Windows Webserver? I usually hate to use it - But i am willing to put a clear text password file and use some form or rlogin to the Linux server. Are there any php modules available for something like this? Any pointers would help!! And Oh, i am not really keen on cygwin! -Thanks and Regards. AV
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.