/tmp contents deleted

#1
I deleted by mistake /tmp contents because of which not able to start lshttpd service. What can be done to put lshttpd back into /tmp folder of CentOs.
 
#3
I restarted the LSWS but it gives error.
  • ERROR] Failed to start litespeed!
  • litespeed: no process killed
  • read(): No such file or directory
  • read(): Invalid argument
  • [ERROR] Failed to start litespeed!
Tried restarting the Server but that also didnt solve the problem.
 

NiteWave

Administrator
#4
is litespeed process still running ?
#ps -ef|grep litespeed
if still running, you can kill them directly
#killall litespeed
until no longer see it by ps

then
#/usr/local/lsws/bin/lswsctrl start
 
Top