Fedora :: HTTPD Service Entered Failed State
F15 x86_64
I can start this from the command line and it shows no errors.
httpd -t --- syntax ok.
no entry in the httpd error logs.
chkconfig reports it as on.
service --status-all shows this --
httpd.service - LSB: start and stop Apache HTTP Server
Loaded: loaded (/etc/rc.d/init.d/httpd)
Active: failed since Wed, 01 Jun 2011 07:06:18 +0100; 58min ago
Process: 1152 ExecStart=/etc/rc.d/init.d/httpd start (code=exited, status=1/FAILURE)
CGroup: name=systemd:/system/httpd.service
After a reinstall I finally caught this in /var/log/messages
systemd[1]: Unit httpd.service entered failed state
The httpd.service file does not exist on the system. Where can I get a copy?
View 14 Replies (Posted: 1st June 2011, 08:12 AM)
Sponsored Links:
Related Forum Messages For Linux category:
Fedora Servers :: Error - Unit Sshd.service Entered Failed State
hi, first i'd like to say that i'm totally new to linux, i was allways using windows. as i was allways unable to install a good and stable ssh-server on windows, i thought it is time to change to linux. i was able to set up and configure a ssh-server on debian but found out, that fedora 15 looks more userfriendly in first place for me. but now i unfortunately experience problems.. the ssh server was already installed, i changed the service setting to that it starts automatically but after i succesfully connected to the LAN, i cannot access the shh via putty for instance. when i type "service sshd status" it says beside other things: active (running). but when i look at the /var/log/messages, it says those two lines: sshd.service: main process exited, code=exited, status=255 Unit sshd.service entered failed state. i searched on google without success, the only thing i found was that someone had the same problem with a bad sshd_config file, but i'm pretty sure that everything is alright with my config-file (i checked it several times). beside this i cant login on the gui, after the firefox update (??) it always says: a problem has occured and the system can't recover bla bla... so i can only use fedora right now commandline-based.. but with this problem i will deal later on...
Posted: 20th August 2011, 11:26 PM
View 3 Replies!
View Related
Fedora :: HTTPD Enabled - This Service Is Dead
I have opened up the Service Configuration window that shows all the services and their status. My httpd says that it is enabled, but also that "this service is dead" and there is a orangish triangle. I can run phpMyAdmin on my server, but I can't run it from any other PC on my network.
Posted: 26th March 2010, 04:28 AM
View 13 Replies!
View Related
Fedora Servers :: Upgrade From 10 To 11 Breaks Service Httpd Restart?
Alright, so I upgraded my old fedora 10 server to Fedora 11 with a netinstall CD, but now service httpd restart is broken. I already had to delete the old config file and reinstall apache, but now I can't restart it. I can kill it and then start it manually, but it never stops the running instance and fails to bind the port. I know it's because /var/run/httpd/htpd.pid is in the wrong place, which would be /var/run/httpd.pid, but do I have to make a symlink every time I want to restart it? I edited all the config files to point to the right place, but the system does not honor them. What do I do?
Posted: 22nd March 2010, 06:00 PM
View 3 Replies!
View Related
Fedora :: Httpd Won't Start Failed Error
I rebuilt my box with Fedora 14. installed httpd, mysql php etc. when I tried to start my httpd it was giving me error about finding the root document and server name I was able to fix temp the issue with the name by placing ServerName 192.168.1.105:80 in the httpd.conf file and the root document somehow was fixed also. but I am still can't start the httpd and no error message except that it failed. I also disabled Selinix but still no luck.
Posted: 18th November 2010, 03:50 PM
View 11 Replies!
View Related
Software :: HTTPD Service Start Up With Error
I am using fedora9 server I installed & configured httpd ,mysqld & heartbeat service its well and running but every 10 to 15 days httpd service is stoped when I tried to start the service I am getting this below error: #sudo /sbin/service httpd start Starting httpd: [Mon May 09 09:03:07 2011] [crit] (17)File exists: Failed to create shared memory segment for backend 'XXGLOBAL' I checked httpd pid #ps -ef |grep httpd 526 7553 7194 0 09:06 pts/0 00:00:00 grep httpd I googled and run below the commands: #ipcs -s | grep apache I didn't get any out put: #ipcs -s | grep apacheipcs -s | grep apache | perl -e 'while () { @a=split(/s+/); print `ipcrm sem $a[1]`}' deprecated usage: ipcrm {shm | msg | sem} id ... usage: ipcrm [ [-q msqid] [-m shmid] [-s semid] [-Q msgkey] [-M shmkey] [-S semkey] ... ] deprecated usage: ipcrm {shm | msg | sem} id ... usage: ipcrm [ [-q msqid] [-m shmid] [-s semid] ..... I got the out put below like I wait 5 to 10 min but the proses will going on I killed the process I tried to start the service but I got same error. When I restarted my O/S the problem is rectified but every 10 to 15 days same problem I am getting. I checked http error_log file: # tail -f /var/log/httpd/error_log [Mon May 09 09:46:01 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed [Mon May 09 09:48:01 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed [Mon May 09 09:50:01 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed [Mon May 09 09:52:01 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed [Mon May 09 09:54:01 2011] [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed
Posted: 05-09-2011, 01:05 AM
View 6 Replies!
View Related
CentOS 5 :: Install Httpd As A Service With -D SSL Flag?
I have reviewed the HowTo wiki on Setting up an SSL secured Webserver with CentOS [URL], and have successfully set up my server. We are using the conditional <IfDefine SSL> tags around the <VirtualHost _default_:443> section. I wanted to do this because we are deploying a standard <VirtualHost> section that is appended to the httpd.conf file for several Apache versions on several OS's, and this makes maintenance much easier. Sometimes the server will be configured with SSL support, and sometimes not, depending on certain functions of our application that the end user will require and determine. Our application then determines which mode the server should be run in depending on these functions, what OS is being run, what version of Apache is being run, etc, and starts the httpd server in the appropriate mode. For CentOS 5 with Apache 2.2, if the application indicates SSL is required (and we expect the server to be configured appropriately), then we do the following: /usr/sbin/apachectl -D SSL -k start
Posted: 2010/3/12 21:57
View 1 Replies!
View Related
CentOS 5 Networking :: Can't Install Httpd Service
Well, i can not install httpd service, when i execute yum -y install httpd i get this message Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=os error was [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')> Error: Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again
Posted: 2009/3/11 15:03
View 4 Replies!
View Related
CentOS 5 :: Service HTTPD Fails When Server Restarted
I installed centos 5.5 and httpd service was working well for the last 2 weeks till yesterday. I restarted server and noted my hosting service were not working. I have tried service httpd restart on the terminal and it dispalys [FAILED]. I updated my machine and and have tried restarting it but it doesn't work. I am new to centos and I dont know how to solve this.
Posted: 2011/4/22 13:06
View 2 Replies!
View Related
Server :: Service HTTPD Status Dead But PID File Exists
I am using CentOS 5.6 with Apache 2.2.17. The Apache was compiled from source using RPM build to comply with PCI requirements. Also Plesk 9.3 is used as a control panel, but other than the config files the Apache is pretty standard. When the httpd is started, there are no errors reported in /var/log/messages or in the error_log, and the httpd starts, shows up in ps and the pid file exists in /var/run/httpd.pid. However when you check the status 'service httpd status' you get 'httpd dead but subsys locked'. You can add websites normally, and the proper config files are generated so I am pretty sure this isn't a control panel issue as I have other servers running the same control panel and Apache 2.2.16 compiled and installed the same way as the 2.2.17 and there are no problems.
Posted: 04-14-2011, 11:41 AM
View 1 Replies!
View Related
General :: Whenever Start Httpd Service 8 Apache Processes Get Triggered?
I m using apache http server for hosting a website. Whenever i start httpd service 8 apache processes get triggered . Is it normal? Is apache is default application server like IIS in windows? Quote: top - 15:49:15 up 8 days, 22:53, 3 users, load average: 0.73, 0.77, 0.91 Tasks: 125 total, 1 running, 124 sleeping, 0 stopped, 0 zombie Cpu(s): 0.8% us, 8.0% sy, 0.0% ni, 91.2% id, 0.0% wa, 0.0% hi, 0.0% si Mem: 2064720k total, 2017072k used, 47648k free, 204452k buffers [Code]....
Posted: 04-29-2010, 05:34 AM
View 3 Replies!
View Related
|