Hi, On Sat, Feb 6, 2010 at 9:14 PM, kiran kumar <[email protected]>wrote:
> > > >it showing this page .....is there any command to restart apache server in > ubuntu like this > > > The command for that in ubuntu is sudo /etc/init.d/apache2 start/restart/stop > >but i think this command not worked in ubuntu ...to restart apache and > mysql > > "service httpd start" command wont work in ubuntu. > >this is the error i getting whenever sometimes i run a php programme > please > solve this > Not Found > > The requested URL /test.php was not found on this server. > ---------------------------- > If apache is running, you wont get this error, instead the error will be "page cannot be displayed". So apache is running in your case, but the file is not found. So check your directory permissions and see whether you have saved the file in the correct location ie., "www" directory. -- Thanks, Aishwarya.M.B http://aishwarya-stillsearchingwhoiam.blogspot.com/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
