-
Start_as_program.exe and start_as_service.exe dont work
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.
-
504 Gateway Time-out
Probably your script linking to local or invalid web address.
-
Mini Server 20 Will Not Start
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
-
disable ISS in vista
Simple: to release port 80 of iss please read this article: http://support.microsoft.com/kb/321141
-
Returning User
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
-
Performance Tweaks?
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
Hello, my system can be downloaded in http://www.4shared.com/zip/uatGA_WM/Contro...cessos2012.html Thanks for help.
-
.htaccess uniform server
Please see: http://forum.uniformserver.com/index.php?s...entry9889
-
uniform server 5.6.7-nano ?redirect?
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"
-
Can't access to a virtual host
Try enter "localhost" - without quotes - in your browser. If you try to access under internet try, ddns http://en.wikipedia.org/wiki/Dynamic_DNS
-
Bug Report - IP6 handling
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"
-
Windows 64 Virtual Host account - Error Port 80 being used by another
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
-
weblink point to internal IP
Try DDns http://en.wikipedia.org/wiki/Dynamic_DNS Good Luck!
-
Start_as_program.exe and start_as_service.exe dont work
I try this and don't work. Another note: "clean" uniserver work's perfectly. My uniserver need run "cuteflow" (uses php+mysql).
-
Idiot Proof Server Start?
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!