PageRenderTime 40ms CodeModel.GetById 13ms RepoModel.GetById 1ms app.codeStats 0ms

/soar/classic/web/README

http://arronwork.googlecode.com/
#! | 55 lines | 49 code | 6 blank | 0 comment | 0 complexity | 2ea2eba5bbf61bf0498413f410e6561f MD5 | raw file
  1. ========================================
  2. = Redhat Enterprise Linux 5 (CentOS 5) =
  3. ========================================
  4. apache
  5. cp apache/vhosts.conf /etc/httpd/conf.d
  6. chmod 777 /var/log/httpd
  7. cp php/soar.ini /etc/php.d/
  8. ??/etc/php.ini?log_errors=On error_log=/var/log/httpd/php.log
  9. chmod 777 /var/lib/php/session
  10. nginx
  11. cp nginx/vhosts.conf /etc/nginx/conf.d
  12. chmod 777 /var/log/nginx/
  13. nginx/phpctl?????php-cgi
  14. cp php/soar.ini /etc/php.d/
  15. ??/etc/php.ini?log_errors=On error_log=/var/log/nginx/php.log
  16. chmod 777 /var/lib/php/session
  17. ==============
  18. = Fedora 10+ =
  19. ==============
  20. ================
  21. = Ubuntu 8.10+ =
  22. ================
  23. apache
  24. cp apache/vhosts.conf /etc/apache2/sites-available/
  25. cd /etc/apache2/sites-enable
  26. ln -s /etc/apache2/sites-available/vhosts.conf vhosts
  27. cp php/soar.ini /etc/php5/conf.d
  28. ??/etc/php5/apache2/php.ini?log_errors=On error_log=/var/log/apache2/php.log
  29. nginx
  30. cp nginx/vhosts.conf /etc/nginx/sites-available
  31. cd /etc/nginx/sites-enable
  32. ln -s /etc/nginx/sites-available/vhosts.conf vhosts
  33. chmod 777 /var/log/nginx/
  34. nginx/phpctl?????php-cgi
  35. cp php/soar.ini /etc/php5/conf.d
  36. ??/etc/php5/cgi/php.ini?log_errors=On error_log=/var/log/nginx/php.log
  37. =============
  38. = FreeBSD 7 =
  39. =============
  40. apache
  41. cp apache/vhosts.conf /usr/local/etc/
  42. cp php/soar.ini /usr/local/etc/php
  43. ??/usr/local/etc/php.ini?log_errors=On error_log=/usr/local/etc/httpd/logs/php.log
  44. nginx
  45. cp nginx/vhosts.conf /usr/local/etc/nginx
  46. nginx/phpctl?????php-cgi
  47. chmod 777 /usr/local/etc/nginx/logs/
  48. cp php/soar.ini /usr/local/etc/php
  49. ??/usr/local/etc/php.ini?log_errors=On error_log=/usr/local/etc/nginx/logs/php.log