Hello,
While restrating apache if you are getting below mentioned error
——————————————————————————–
No space left on device: mod_rewrite: could not create rewrite_log_lock
——————————————————————————–
Do this to fix it (replace “apache” with the name of the user apache runs as):
ipcs -s | grep apache | perl -e 'while () { @a=split(/s /); print `ipcrm sem $a[1]`}'
That will solve your problem :)
Latest posts by Jayesh (see all)
- Cheap Internet Access - January 21, 2007
- Internet Fundraising and How it Works - January 21, 2007
- Windows vista: download drivers - December 12, 2006