Results 1 to 3 of 3
when i put in the command
sudo /etc/init.d/httpd
httpd.service - LSB: start and stop Apache HTTP Server
Loaded: loaded (/etc/rc.d/init.d/httpd)
Active: inactive (dead)
CGroup: name=systemd:/system/httpd.service
this is the result. and ...
- 07-07-2011 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
httpd not running on Fedora 15
when i put in the command
this is the result. and whensudo /etc/init.d/httpd
httpd.service - LSB: start and stop Apache HTTP Server
Loaded: loaded (/etc/rc.d/init.d/httpd)
Active: inactive (dead)
CGroup: name=systemd:/system/httpd.service
what should i do to get it up and running.?sudo /etc/init.d/httpd start
Starting httpd (via systemctl): Job failed. See system logs and 'systemctl status' for details.
[FAILED]
- 07-07-2011 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 89
Along with that sealert Error sends the following message
Opps, sealert hit an error!
Traceback (most recent call last):
File "/usr/bin/sealert", line 692, in <module>
run_as_dbus_service(username)
File "/usr/bin/sealert", line 112, in run_as_dbus_service
app = SEAlert(user, dbus_service.presentation_manager, watch_setroubleshootd=True)
File "/usr/bin/sealert", line 326, in __init__
from setroubleshoot.browser import BrowserApplet
File "/usr/lib/python2.7/site-packages/setroubleshoot/browser.py", line 46, in <module>
import report.io.GTKIO
ImportError: No module named GTKIO
- 07-07-2011 #3
What should you do? How about looking at the logs as the error message suggests? I've found the logs in /etc/httpd/logs to be extremely useful for troubleshooting errors.
Glenn
Powered by Fedora 16 and Arch Linux


Reply With Quote