[ubuntu v=9.10]Apache2 errors[/ubuntu] - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4) +---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17) +----- Forum: Ubuntu Support (https://www.supportforums.net/forumdisplay.php?fid=61) +----- Thread: [ubuntu v=9.10]Apache2 errors[/ubuntu] (/showthread.php?tid=3961) Pages:
1
2
|
[ubuntu v=9.10]Apache2 errors[/ubuntu] - jfmherokiller - 12-26-2009 help this is just one of the errors i am having with apache i dont run a server but i use it for learning php and etc. but recently i have been getting a stream of errors this is the most recent Code: * Starting web server apache2 Code: Alias /manual /usr/share/doc/apache2-doc/manual/ RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - jfmherokiller - 12-26-2009 i clould really use some help because i am clue less at fixing this error RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - Extasey - 12-26-2009 I think its trying to tell you that "Alias" is not a real command. RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - jfmherokiller - 12-27-2009 well what can i do to make it think it is RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - g4143 - 12-27-2009 If you don't use Apache(its not set up as a web server) then remove it and make sure the config files are removed as well and then install it again.. RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - jfmherokiller - 12-27-2009 i do use apache RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - Gone - 12-27-2009 If you can, wipe the system, then reinstall RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - wat - 12-28-2009 (12-27-2009, 07:36 PM)Aristotle Wrote: If you can, wipe the system, then reinstallNo need to wipe the system when it's one program that's not working.... @OP, try to reinstall it. Code: sudo apt-get remove apache2 Code: sudo apt-get install apache2 From there, just reinstall it. If the problem persists, try commenting out that line (usually done with a '#') RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - DAMINKā¢ - 12-28-2009 Here is me thinking it was a simple error in the /etc/httpd/conf/httpd.conf file? Althought a reinstall as Farout stated would be an easy option. RE: [ubuntu v=9.10]Apache2 errors[/ubuntu] - haphazard - 10-27-2010 do what wat suggested... what is the update btw? is it fixxed or....? |