echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
That's all.
Nguyen Si Nhan
Bài đăng phổ biến
-
yum install install libxml2-devel Nguyen Si Nhan
-
How to create a bot to automate daily tasks using Slack Nguyen Si Nhan 1. Setting Up Your Slack App Create a Slack App: Sign in to your Sla...
Tuesday, September 18, 2012
Sunday, August 12, 2012
Fixed : Premature end of script headers: graphite.wsgi
If you see this error ,you should disable mod_python after that restart httpd.
This problem usually happen when you use mod_python and mod_wsgi same time.
Nguyen Si Nhan
This problem usually happen when you use mod_python and mod_wsgi same time.
Nguyen Si Nhan
Monday, August 6, 2012
IndentationError: unexpected indent
message = '\n'.join(lines) + '\n'
error:
IndentationError: unexpected indent
fix:
message ='\n'.join(lines) + '\n'
delete blank beforce '\n'.
Nguyen Si Nhan
error:
IndentationError: unexpected indent
fix:
message ='\n'.join(lines) + '\n'
delete blank beforce '\n'.
Nguyen Si Nhan
Subscribe to:
Posts (Atom)