Apache Failed – Apache did not start on cPanel !!!

  [emerg] (28)No space left on device: Couldn’t create accept lock or [crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock Configuration Failed   If we check the Disk Space  it shows plenty of space available. This issue mainly occurs if apache is not shutdown properly and it’s left myriads of semaphore-arrays left, […]

See More

Configure httpd to listen multiple ports

By default, httpd in Red Hat Enterprise Linux 5 listens on http port 80. But you can configure it to listen to other ports too. Solution : In the configuration file /etc/httpd/conf/httpd.conf, the “Listen” directive tells the server to accept incoming requests on the specified port. Multiple “Listen” directives may be used to specify a […]

See More