-
Posts
19 -
Joined
-
Last visited
Everything posted by DrLeandro
-
Start_as_program.exe and start_as_service.exe dont work
DrLeandro replied to DrLeandro's topic in Uniform Server - Windows
I forgot to mention SyncToy, I did not expecty that the problem was with it. I try Treecomp3. PS: I changed my passwords in 4shared zip especialy for this post. PS2: BobS: Please, send me the files that you changed. -
Probably your script linking to local or invalid web address.
-
Try nmap http://nmap.org/ to discovery what program occupy port 80. OR netstat -b on cmd prompt OR try http://www.baixaki.com.br/download/free-pr...onitor-tool.htm
-
Simple: to release port 80 of iss please read this article: http://support.microsoft.com/kb/321141
-
Technically yes, just set the autorun.ini (if don't exist, create it on root pendrive folder) like this: [autorun] open=autorun.exe icon=autorun.ico
-
Via Software I suggest go to process manager (ctrl+alt+esc) and reduce the priority of backup manager or phpadmin process to "low" As my grandmother used to say: If you don't own the dog, hunting with a cat.
-
Start_as_program.exe and start_as_service.exe dont work
DrLeandro replied to DrLeandro's topic in Uniform Server - Windows
Hello, my system can be downloaded in http://www.4shared.com/zip/uatGA_WM/Contro...cessos2012.html Thanks for help. -
Please see: http://forum.uniformserver.com/index.php?s...entry9889
-
Try edit directly your pages to link "www.webaddress.com". Set by .htaccess will overload the server,causing ddos is if a lot of accesses are made at the same time. As my grandfather said: "You can avoid service, but can not avoid the bugs without service"
-
Try enter "localhost" - without quotes - in your browser. If you try to access under internet try, ddns http://en.wikipedia.org/wiki/Dynamic_DNS
-
Try disable this lines in \UniServer\www\.htaccess like this: #------------------------------------------------------------------------------ # Server root folder www .htaccess # This file provides server security limiting access to the localhost only. # Comment next four lines to deactivate. (Allows external access) #------------------------------------------------------------------------------ # Order Deny,Allow # Deny from all # Allow from 127.0.0.1 # Allow from ::1 # Allow from 192.168.1.100 This will disable uniserver firewall. As my grandfather would say: "Leave only ONE firewall running on your computer"
-
Try DDns http://en.wikipedia.org/wiki/Dynamic_DNS Good Luck!
-
Start_as_program.exe and start_as_service.exe dont work
DrLeandro replied to DrLeandro's topic in Uniform Server - Windows
I try this and don't work. Another note: "clean" uniserver work's perfectly. My uniserver need run "cuteflow" (uses php+mysql). -
You have to create a batch file like this (place in \UniServer\alt_diag\run_as_program): @echo off start start_apache.bat start start_mysql.bat start c:\firefox\firefox.exe localhost exit Good Luck!
-
Start_as_program.exe and start_as_service.exe dont work
DrLeandro replied to DrLeandro's topic in Uniform Server - Windows
-
If you don't need access to your server, please verify "www" directory and change port of apache.
-
Start_as_program.exe and start_as_service.exe dont work
DrLeandro replied to DrLeandro's topic in Uniform Server - Windows
Master, to systems is "Windows 7" and my user is administrator and I try to start with "run with administrator" Files isn't locked. Note: Start Apache and Start Mysql buttons are cliklable, but "Start Both" no clicklable -
This problem appear after move servers files from another computer. If you try to run the Start_as_program.exe and start_as_service.exe appears warning message "Unable to start apache server" or "unable to start mysql server" Detail: no erros in log file in apache or myql Apache and mysql dont start with Start_as_program.exe and start_as_service.exe BUT works property if started with batch files start_apache.bat and start_mysql.bat. I need any idea to debug this error. Thanks.