Khi khởi động apache bạn hay gặp lỗi sau đây. nvntung@xps827:~$ sudo /etc/init.d/apache2 restart * Restarting web server apache2 …
Category: Lập trình Web
Comparison of Web Servers (aka, Application Servers)
Apache, GlassFish, WebLogic, Nginx, Resin http://www.caucho.com/resin-web-server/ http://wiki.nginx.org/Main http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
Lập trình Web với PHP, MySQL trong Ubuntu
Sau khi cài XAMPP xong, ngầm định PEAR cũng được cài. Để quản lý các packages đã cài chung với XAMPP, dùng lệnh pear trong /opt/lampp/bin. Xem các lệnh cơ…
Stuffs during building EPHY10
Each page in ASP.NET 2.0 or upper has the AutoEventWireup tag set to true, which means that all this page initialization events are type by yourself. use this code directly…
Multi-tier Web Application using ASP.NET
A Multi-tier Web Application includes 4 layers: Web Layer (Presentation Layer) Business Rules Layer Data Access Layer From the post in [1], the author based on the Microsoft Architecture exams…
Tìm hiểu Kiến trúc MVC với ASP.NET
Như chúng ta biết, MVC là một kiến trúc ứng dụng được sử dụng phổ biến. Với một lập trình viên, biết MVC sẽ giúp ích nhiều trong việc tạo…
Installing PHP5, MySQL and Apache on Ubuntu
Để lập trình web sử dụng PHP và MySQL trên Ubuntu, chúng ta nên sử dụng XAMPP. Xem trên trang này, chúng ta sẽ biết cách cài đặt. Khá đơn…