Jump to content
The Uniform Server Community

mixersoft

Member
  • Posts

    13
  • Joined

  • Last visited

mixersoft's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I'm running 3.5-Apollo and using the Apache server to start/manage ong-running local processes via proc_open() (up to 3600 seconds). But once I kick off 2 of these processes, my Apache server won't respond to any other requests - it just queues them up until one of the servers is free. Looking at the XP task manager, I only see 2 Apache.exe processes at any given time. Plus, my dual CPU usage is only around 25%. How do I start more servers to handle the other requests? I'm running the following in my httpd.conf: <IfModule mpm_winnt.c> ThreadsPerChild 250 MaxRequestsPerChild 0 </IfModule> michael.
  2. FYI, For US3.5 I also had to copy libeay32.dll and ssleay32.dll, but then things worked just fine.
  3. FYI, I just did this for US3.5 and the php.ini file move php_exif.dll first, so I had to move it AFTER the line for php_mbstring.dll. It seems like the default ini file should be fixed.
  4. Sorry, I'm not sure what you mean. I went to config.inc.php and changed $unisecure = "0"; //Use secure.php if set to 1 but I still get the error when I try to start mysql. Maybe I change a different line to get apanel to work on port 8080? Also, I noticed this: $host = $_SERVER["HTTP_HOST"]; Is there a way to edit this to include the port number if it is not 80? I tried to edit it directly, but that did not work.
  5. FWIW, for others who are wrestling with the same problem, the way I read your response above, I thought that you meant to use Skype, or another Apache distro, to test if a firewall was actively blocking the ports. I had Skype, it worked, and I assumed that the Firewall was correctly disabled. I didn't realize that Skype would be blocking port 80.
  6. I made the changes in http.conf and the server starts fine on the new Port no, but I get this mysql security error from /apanel/ (v3.4 Sluger): I went to that location, but there is not file called secure.pm. It seems like I cannot start mysql until I address this problem. any thoughts? Also, How do you make Server_Start or the UniController open a new browser window on the new port? It still pops open the page on http://localhost/ (no port specified) TIA.
  7. Sorry, I figured it out, the problem was that I HAVE Skype, but it was taking port 80. I had to stop skype and then the Uniform server started up just fine. And stupid me, I had the same problem with 3.3 but I forgot that I edited the config files for that one to run on port 8080. This is a wonderful LAMP distro, I really like the fact that I can just copy it around. But this is the second time I had to wrestle with the Skype port 80 problem -- is there any way you can test for an open port and then send the appropriate error message? Also, is there a quick way to config for port 8080? Still, I'm a big fan and I'll give you my vote.
  8. I went throught Server_Start.bat line by line, and it seems to fail on this line: start %programit%uniserv.exe "%apacheit%" "%closeit%" after it fails, I think %closeit% closes the mapped drive. Either way, I can't find Apache in the task manager. Any thoughts?
  9. I got it to map W: to udrive, briefly, by turning off the Windows firewall. But then I fiddled with the file-sharing settings and rebooted and now I can't get it to work. I just installed Vista, so still a newbie here. Can you tell me what combination of file sharing(?) is necessary for this to work?
  10. Just tried to install 3.4 in Vista, and it looks like it's not mapping udrive properly. I tried to modify the batch file, but I'm not expert on DOS scripting. Also tried to manually map udrive as a network drive to W:, but it clashed with the script. Has anyone gotten this to work on Vista? Any thoughts?
  11. Yes, the command window shows with the title set to 'bla', the switches. The command window closes when the process is complete. With WAMP5, the process starts in the background, without a command window.
  12. yes. I'm no expert on the windows start command, but I'm assuming that bla are switches, one of which puts the process into the background. regardless, the same script on the same desktop works fine with WAMP5, but not the uniserver. WAMP5 = php5.2.1 uniserver = php 5.1.1 Is that the reason, or am I doing something wrong?
  13. I have the both the Uniserver and WAMP5 running. The following line starts a process in the background with the WAMP5 installation, but with the Uniserver, the process starts in the foreground with the title of the command window set to "bla". pclose(popen("start \"bla\" \"".$path_phpexe.$phpexe."\" -f W:/www/services/xmlrpc.php " . $args, "r")); Any suggestions?
×
×
  • Create New...