Re: Problem with MS Office shortcut bar Hardware and Software Microsoft Windows by themadrastiffin The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program. Re: Why my iPhone runs so slow recently? Hardware and Software macOS by Dani I think you're referring to physical memory (hard drive space) and not random access memory (RAM). Using up all your hdd space can make your phone go slower. RAM is transient and is just the memory the apps you currently have open at the time are using. The amount of RAM you use goes down when you close out of apps or restart your phone. restart? Hardware and Software macOS by netdiskX everytime i turn on my mac it tells me that i need to restart it before it even starts. I tries resetting the power thingie and the PRAM and still nothing. Any ideas? Re: restart? Hardware and Software macOS by kc0arf … of the system software. Do you remember what triggered the restart event (I crashed using word, and restarted, and it is… Restart apache by php without give permission to to user apache Hardware and Software Linux and Unix by amita_1 … giving any permission restart.sh #!bin/bash /etc/init.d/httpd restart restart.php <?php exec('./restart.sh'); ?>…sudo /var/www/html/home/restart.sh when I run ./restart.sh it works perfectly but when… I run php restart.php It can't restart giving me this error (13)Permission… Re: Restart apache by php without give permission to to user apache Hardware and Software Linux and Unix by maba001 … is not an easy task. When you invoke the restart on Apache, it will automatically kill the PHP script that…). Caution: if this fails, your Apache server might not restart properly and you will lock yourself out. E.g. when… on the operating system this might work without an actual restart. You will still need appropriate permissions (meaning a sudo … Re: Restart apache by php without give permission to to user apache Hardware and Software Linux and Unix by WebHostingUAE You can also stop httpd using /sbin/service httpd stop. The restart option is a shorthand way of stopping and then starting the Apache HTTP Server. *You can restart the server as root by typing: apachectl restart or: /sbin/service httpd restart [www.uaesol.com](http://www.uaesol.com) Re: Restart apache by php without give permission to to user apache Hardware and Software Linux and Unix by rubberman Your PHP restart script may need to specify a valid IP address, such as localhost (127.0.0.1:80). 0.0.0.0:80 is not a valid IP address. FWIW, the :80 part is the port that PHP will be listening on. Also, port 80 is the default for http (web services), and that may be already used by Apache. What version of PHP are you using? Restart an Access app Programming Software Development by kurohige …on an access app, VBA and i need to restart it, the application usually goes stops running when …connection goes down.. is there any way i can restart this application without having to build another app to… "SS") = "01" Then Master.Restart False '51 RunProcess = Shell("cscript ""I:\DISTRIBU… Restart from OS9.2 to 10.2.8 returns to 9.2. Help! Hardware and Software macOS by will i am …. After installing OS 10.2 everything works fine until I restart to 9.2 drive partition or the other IDE 40G… drive. Once I restart from either of my 9.2 drives to the 10… which I started with NO MESSAGE or anything. I can restart and go to the other 9.2 drive and back… Restart problems Hardware and Software Microsoft Windows by pinkcookie7 Everytime windows updates tells me to restart,or a newly installed program requires a restart,my hard drive fails to start up..But… if I do a manual restart it boots up in seconds..Its only just started happening… Re: Restart Apache server through php Programming Web Development by DILO3D i just pointed apache as a example. Really i have to restart a application (it is smokeping) . evry time if i change the configuration file i have to restart manually. so i need to have auto restart. Is there any way to restart through php codes? i tried exec(),shell_exec(),system(). they are not working. Any solutions plz ? Restart Computer to Mac Partion In VB 2008 Programming Software Development by reiddwyer Hi, I have to create this program for school to restart a bootcamped mac back onto mac from windows with an … made in visual basic. So I need my computer to restart which I have successfully completed. Now I just want to… out how to get the application to make my computer restart on the Mac Partion ( E: ). It would be great if… Re: Restart on reboot with Elevated permissions Programming Software Development by Deep Modi …has checked for updates and then you want to restart the app then (please also add program setting….DeleteValue("application name") removefromstartup.Close() ***3rd.)*** Restart PC. shell("shutdown -r -t 10 -c …quot;) s: stands for shutdown r: stands for restart l: stands for log off t: stands for… restart leads to stagnant screen, cant restart ME Hardware and Software Microsoft Windows by mrwazdakka … problem with my comp, running on ME. When i choose restart from the shut down menu it shuts down windows but… and the same thing happens every time i try to restart. This has been going on for about a week now… Re: Restart an Access app Programming Software Development by adam_k If I remember correctly you can't restart an Access db as the code that is called to … Restart.. Restart.. Restart.. Hardware and Software Hardware by Scup … turns on then fire's up for 20 seconds then restart's itself, Even safe mode doesnt work. Thanks Andy… Restart option Hardware and Software Microsoft Windows by guivon …, it shuts down normally. But, when I choose the "Restart" option, it starts with the black options screen, and… put the computer off with the on/of switch, and restart it with the power on/off button. Now it starts… Restart program function Programming Software Development by zoner7 … that, after a certain amount of time has elapsed, will restart a program from scratch. This is because the code can… for this? For example, when time = 30 seconds since last restart, the program starts over? Restart Apache server through php Programming Web Development by DILO3D Can anyone tell me, How can i restart the apache server through php code? if i view a specific page,my apache server should be automatically restart. How can i perform this? Anybody Please help me. restart java application Programming Software Development by rushikesh jadha i want to restart my java swing application when user click on restart button. how to do it using java. Restart Wamp With PHP Programming Web Development by gabrielcastillo I'm trying to write a script to restart my wamp server with the click of a button. I …am trying to use `exec("c:\\\\wamp\wampmanager.exe -restart");` to run the command. Seems to be not working… Restart on reboot with Elevated permissions Programming Software Development by Spyderbane … to created a program that will check for updates then restart the computer and recheck for more updates. I want to… know how to restart the application with elevated permission but only ask for permission… Restart Python program does not work Programming Software Development by S._1 …://www.daniweb.com/programming/software-development/code/260268/restart-your-python-program to restart a python program. I have developed a little… Re: Restart Python program does not work Programming Software Development by S._1 … my program - the script executes the `try`-Block including the restart command and afterwards also executes the `"except"`-Block…;= h <= 2000: # Check new size tkinter.messagebox.showinfo("Restart necessary","Programm is being restarted!") csize = open… Re: Restart program function Programming Software Development by Agni It could just hang waiting for some input which it's not getting, in that case we need to check the time elapsed and restart the program. Frankly speaking i cant think of a way to do it rt away, and i'm in a little hurry, but this was just to get AncientDragon thinking in this direction Re: restart java application Programming Software Development by rushikesh jadha thankx i did that,but i want to know can we restart the application instead of just disopsing window using java. Re: Restart Wamp With PHP Programming Web Development by Kieran Y5 I haven't really tried this myself, but I have a few ideas. $return = system('c:/wamp/wampmanager.exe -restart'); Note sure if it will work, I can't actually test it as I don't use WAMP (anymore). Restart/shutdown&ctrl+alt+del wont work Hardware and Software Microsoft Windows by lyun89 … if i go to the start menu and try to restart my computer or shutdown or so on after pressing one… Restart/Video Issues Hardware and Software Hardware by Teresias216 … with red pixels then the pc froze. After a manual restart, the screen is permanently striped with intermittent off color pixels…