Jump to content
The Uniform Server Community

DrLeandro

Member
  • Posts

    19
  • Joined

  • Last visited

Everything posted by DrLeandro

  1. 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.
  2. Probably your script linking to local or invalid web address.
  3. 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
  4. Simple: to release port 80 of iss please read this article: http://support.microsoft.com/kb/321141
  5. 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
  6. 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.
  7. Hello, my system can be downloaded in http://www.4shared.com/zip/uatGA_WM/Contro...cessos2012.html Thanks for help.
  8. Please see: http://forum.uniformserver.com/index.php?s...entry9889
  9. 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"
  10. Try enter "localhost" - without quotes - in your browser. If you try to access under internet try, ddns http://en.wikipedia.org/wiki/Dynamic_DNS
  11. 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"
  12. My idea: you have any program hearing this ports. Solution: change apache and mysql ports to free port on your server. To view any free ports of your try nmap: www.nmap.org Good Luck
  13. Try DDns http://en.wikipedia.org/wiki/Dynamic_DNS Good Luck!
  14. I try this and don't work. Another note: "clean" uniserver work's perfectly. My uniserver need run "cuteflow" (uses php+mysql).
  15. 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!
  16. run_as_service.exe insn't clickable too.
  17. If you don't need access to your server, please verify "www" directory and change port of apache.
  18. 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
  19. 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.
×
×
  • Create New...