<![CDATA[Messages posted by "toantoet"]]> /hvaonline/posts/listByUser/57360.html JForum - http://www.jforum.net Boot Fedora từ USB: Boot error /hvaonline/posts/preList/34595/212115.html#212115 /hvaonline/posts/preList/34595/212115.html#212115 GMT Giúp em cách cài đặt Apache với port 80 trong Win 7 /hvaonline/posts/preList/33651/206961.html#206961 /hvaonline/posts/preList/33651/206961.html#206961 GMT Vài ngày học một lệnh (hoặc một tiện ích) trong Linux Code:
complete -W "$(ls /etc/init.d/)" service
từ giờ khi sử dụng lệnh service, chỉ cần nhớ chữ cái đầu của dịch vụ rồi ấn tab. làm tương tự với chkconfig: Code:
complete -W "$(ls /etc/init.d/)" chkconfig
]]>
/hvaonline/posts/preList/19738/201640.html#201640 /hvaonline/posts/preList/19738/201640.html#201640 GMT
VNC Làm Thế Nào Để Điều Khiển Nhiều Máy Trong Mạng Lan /hvaonline/posts/preList/32669/201574.html#201574 /hvaonline/posts/preList/32669/201574.html#201574 GMT Re: Fedora 10: Waiting for other tasks

8668 wrote:
1.Thông thường Fedora cài sẵn gói yum-updatesd chạy như một service nên bạn cần tắt nó đi để làm theo ý mình. 2. Còn lỗi thì vào command line đánh: Code:
#yum clean all
rồi tiến hành làm lại! 3. Đã dùng Fedora 5 năm,giờ càng ngày thấy càng có nhiều lỗi,tôi đã chuyển sang Ubuntu 1 tháng nay,dùng cũng khá hơn một chút. 
Dùng luôn win cho đỡ lỗi bạn ạ ]]>
/hvaonline/posts/preList/26541/161624.html#161624 /hvaonline/posts/preList/26541/161624.html#161624 GMT
Re: [Thảo luận] LAMP - So sánh các cách biên dịch PHP

quanta wrote:

learn2hack wrote:
Cảm ơn các bác đã thảo luận :). Em có 1 thắc mắc nhỏ từ câu hỏi của quanta mà chưa ai trả lời, đó là "có công cụ nào để kiểm chứng?". Mỗi phương pháp biên dịch PHP đều có ưu điểm và nhược điểm theo như BachDuongTM, nbthanh và Mr.Bi phân tích. Vậy có cách nào để có thể "quan sát" được mức độ ảnh hưởng của từng yếu tố đến 2 vấn đề là hiệu suất và bảo mật của webserver ko? 
Về hiệu suất, l2h có thể dùng 'món' này: http://httpd.apache.org/docs/2.0/programs/ab.html 
có món nào ngon hơn ko? ví dụ như trong win thì có WAPT: tạo kịch bản, chỉ định những trang nào sẽ test? bao nhiêu user sẽ phi vào? bao nhiêu request?]]>
/hvaonline/posts/preList/26341/160332.html#160332 /hvaonline/posts/preList/26341/160332.html#160332 GMT
Re: Giúp mình về vụ NAT server với!!! /hvaonline/posts/preList/25626/155420.html#155420 /hvaonline/posts/preList/25626/155420.html#155420 GMT Giúp mình về vụ NAT server với!!! Code:
CLIENT --> NAT SERVER 1 --> NAT SERVER 2 --> NAT SERVER N ...-->Web Server (Apache)
Yêu câu: Làm thế nào xác định được IP của CLIENT? Điều kiện: có thể can thiệp được vào tất cả NAT server & Web Server Mọi người giúp mình vụ này với vì mình cần chặn IP của CLIENT. help help help ]]>
/hvaonline/posts/preList/25626/155393.html#155393 /hvaonline/posts/preList/25626/155393.html#155393 GMT
Re: centos 5 - không cài được httpd /hvaonline/posts/preList/22386/139743.html#139743 /hvaonline/posts/preList/22386/139743.html#139743 GMT Re: Trang web thế giới di động có mã độc? /hvaonline/posts/preList/22976/137257.html#137257 /hvaonline/posts/preList/22976/137257.html#137257 GMT giúp tôi về caching trong apache Code:
<VirtualHost *:80>
 ServerName www.toannd.com
 ServerAlias   toannd.com
 ServerAdmin   toannd@toannd.com

Header append Cache-Control "public"

 CustomLog     logs/toannd.com-access.log combined
 ErrorLog      logs/toannd.com-error.log
 LogLevel	debug
 
 RewriteEngine On
 RewriteRule ^/(.*) \
      http://127.0.0.1:8080/VirtualHostBase/http/%{SERVER_NAME}:80/home/VirtualHostRoot/$1 [L,P]

CacheEnable disk /
CacheRoot C:/cached
</VirtualHost>
tôi cũng thiết lập một số tùy chọn cho Header như là Expires.... Tôi test thử để xem cache có làm việc hay ko, như sau: Đầu tiên, tôi vào một số trang. Sau đó tôi stop Plone (origin site), thì mọi việc hoạt động tốt trên trình duyệt FireFox, chứng tỏ nội dung của site được phục vụ từ cache của Apache. Nhưng tôi dùng thử IE để truy cập vào thì không được, request ko được phục vụ từ cache của Apache, mà gọi thẳng đến Plone site. (mỗi lần test tôi đều xóa hết cache của Browser đi) Tôi cân config thế nào để Apache luôn lấy cache của nó phục vụ người dùng, kể cả khi Plone (origin site) bị down? Rất mong sự trợ giúp của mọi người thanks]]>
/hvaonline/posts/preList/22285/132880.html#132880 /hvaonline/posts/preList/22285/132880.html#132880 GMT
Re: tốc độ của Apache /hvaonline/posts/preList/22191/132366.html#132366 /hvaonline/posts/preList/22191/132366.html#132366 GMT tốc độ của Apache Code:
CacheRoot C:/ApacheCache 
CacheEnable disk /
CacheDirLevels 5
CacheDirLength 3
tôi có sử dụng ApacheBen để kiểm tra tốc độ của apache trước và sau khi cache. Ngoài ra tôi còn sử dụng CPU Time trong Window Task Manager để kiểm tra. Cách kiểm tra của tôi như sau: Client request lần 1 -->Apache-->python.exe (Zope/Plone chạy trên python.exe). CPU Time thay đổi (theo tôi nghĩ) Client request lần 2 -->Apache (cached) --> Client. Ko gọi đến python.exe, vậy thì CPU Time ko thay đổi Nhưng thực tế thì request lần 2 ko như tôi nghĩ vì CPU Time vẫn thay đổi như lần 1 Tôi cũng không chắc về cách test này lắm. Cho tôi hỏi là: request lần 2 Apache vẫn gọi đến python, nhưng chỉ lấy header để so sánh với header trong cache? Ngoài ra có cách nào để test và biết được những mod ở trên làm việc đúng đắn. Tôi nên config log trong apache thế nào để thấy rõ hơn ? Cám ơn]]>
/hvaonline/posts/preList/22191/132164.html#132164 /hvaonline/posts/preList/22191/132164.html#132164 GMT
Re: Cấu hình OpenLDAP lỗi ldap_bind: Invalid credentials

Golden Autumn wrote:

toantoet wrote:
bạn thử để rootpw dạng plain text rồi thử lại xem nào! 
Thử chuyển rootpw dưới dạng plain text thì ok lão :) Nhưng làm thế nào sử dụng được encrypted password đây :D  
Cái lệnh của bạn có -x parameter, nó là simple authentication Muốn sử dụng encrypted password thì thử command ldapadd --help rồi soi ít param xem, hiện giờ ko động vào LDAP nên ko làm trực tiếp được :( , suggest bạn thui]]>
/hvaonline/posts/preList/19575/116588.html#116588 /hvaonline/posts/preList/19575/116588.html#116588 GMT
Re: Cấu hình OpenLDAP lỗi ldap_bind: Invalid credentials /hvaonline/posts/preList/19575/116563.html#116563 /hvaonline/posts/preList/19575/116563.html#116563 GMT Re: [Poll]Chọn ngôn ngữ nào để lập trình? /hvaonline/posts/preList/18953/113273.html#113273 /hvaonline/posts/preList/18953/113273.html#113273 GMT Re: Hướng dẫn fix lỗi "Google 403 forbidden" (dành cho Firefox) /hvaonline/posts/preList/17738/106619.html#106619 /hvaonline/posts/preList/17738/106619.html#106619 GMT Re: [Oracle] Install trên remote server /hvaonline/posts/preList/17212/103759.html#103759 /hvaonline/posts/preList/17212/103759.html#103759 GMT Re: [Oracle] Install trên remote server /hvaonline/posts/preList/17212/103565.html#103565 /hvaonline/posts/preList/17212/103565.html#103565 GMT Re: [Oracle] Install trên remote server /hvaonline/posts/preList/17212/103519.html#103519 /hvaonline/posts/preList/17212/103519.html#103519 GMT [Oracle] Install trên remote server /hvaonline/posts/preList/17212/103434.html#103434 /hvaonline/posts/preList/17212/103434.html#103434 GMT Re: [Apache] Em config sai chỗ nào? /hvaonline/posts/preList/16500/99056.html#99056 /hvaonline/posts/preList/16500/99056.html#99056 GMT Re: [Apache] Em config sai chỗ nào? /hvaonline/posts/preList/16500/99029.html#99029 /hvaonline/posts/preList/16500/99029.html#99029 GMT tên box và phân trang /hvaonline/posts/list/16300.html trong box "lập trình web" thì bị move sang "lập trình hệ thống" Lần 2 post bài /hvaonline/posts/list/16500.html trong box "hệ thống" thì lại bị move sang "lập trình web" Cả 2 bài đều về config Apache. Vậy thế là thế nào? Ngoài ra còn phần phân trang trong mỗi topic, em nghĩ là để theo dạng 1,2,3.. thì hay hơn là để 1 combo box. Vì để combo box thì mất 2 lần thao tác: chọn combo box, chọn số trang. Hiển thị dạng combo box còn dễ bị ấn nhầm sang số trang khác.]]> /hvaonline/posts/preList/16501/98910.html#98910 /hvaonline/posts/preList/16501/98910.html#98910 GMT [Apache] Em config sai chỗ nào? http://localhost:8081/VirtualHostBase/http/localhost:80/plone/VirtualHostRoot/$1 [L,P] <Location /trac> SetHandler mod_python PythonHandler trac.web.modpython_frontend PythonOption TracEnv /opt/trac AuthType Basic AuthName "LDAP" AuthBasicProvider "ldap" AuthLDAPURL "ldap://localhost/dc=example,dc=com?sn?" authzldapauthoritative Off require valid-user </Location> </VirtualHost> Các anh xem em config đã đúng chưa? Đoạn code này em chạy trên linux thì không vấn đề gì, chuyển sang win down thì đoạn rewrite ko chạy được, nó luôn luôn chạy vào Plone. Em muốn tất cả các request bắt đầu bằng "trac" http://localhost/trac) thì sẽ được chuyển sang TRAC, còn lại thì sẽ chuyển sang Plone. Giúp em với nhé.]]> /hvaonline/posts/preList/16500/98903.html#98903 /hvaonline/posts/preList/16500/98903.html#98903 GMT Re: cần giúp đỡ về Apache & LDAP /hvaonline/posts/preList/16300/97846.html#97846 /hvaonline/posts/preList/16300/97846.html#97846 GMT Re: cần giúp đỡ về Apache & LDAP /hvaonline/posts/preList/16300/97788.html#97788 /hvaonline/posts/preList/16300/97788.html#97788 GMT Re: Hỏi đáp về các lỗi gặp phải khi dùng Fedora Code:
Nov 14 16:46:45 localhost hald[9649]: 16:46:45.204 [I] hald_runner.c:301: Runner has pid 9650
Nov 14 16:46:45 localhost hald[9649]: 16:46:45.205 [W] ci-tracker.c:299: Could not get uid for connection: org.freedesktop.DBus.Error.NameHasNoOwner Could not get UID of name 'org.freedesktop.DBus': no such name
Nov 14 16:46:45 localhost hald[9649]: 16:46:45.205 [E] hald_dbus.c:4944: Cannot get caller info for org.freedesktop.DBus
Nov 14 16:46:45 localhost hald[9649]: 16:46:45.207 [I] hald_runner.c:182: runner connection is 0x9c09c78
Nov 14 16:46:45 localhost hald[9649]: 16:46:45.211 [I] mmap_cache.c:129: Regenerating fdi cache..
Code:
Nov 11 14:12:53 localhost kernel: hald-addon-inpu[2580]: segfault at bfd6b000 eip 003783d7 esp bfd69658 error 6
Nov 11 14:12:53 localhost kernel: hald-addon-inpu[2583]: segfault at bf8db000 eip 003783d7 esp bf8d89c8 error 6
Nov 11 18:40:28 localhost kernel: hald-addon-inpu[2606]: segfault at bf8ad000 eip 003783d7 esp bf8ac278 error 6
Nov 11 18:40:28 localhost kernel: hald-addon-inpu[2609]: segfault at bfaa4000 eip 003783d7 esp bfaa2b98 error 6
Nov 11 22:54:32 localhost kernel: hald-addon-inpu[2584]: segfault at bfe5c000 eip 003783d7 esp bfe5b748 error 6
Nov 11 22:54:32 localhost kernel: hald-addon-inpu[2587]: segfault at bfa3a000 eip 003783d7 esp bfa39328 error 6
Nov 12 06:59:47 localhost kernel: hald-addon-inpu[2582]: segfault at bf82e000 eip 003783d7 esp bf82b918 error 6
Nov 12 06:59:47 localhost kernel: hald-addon-inpu[2585]: segfault at bfb72000 eip 003783d7 esp bfb71458 error 6
Nov 12 07:00:50 localhost kernel: hald-addon-inpu[3093]: segfault at bfd2b000 eip 003783d7 esp bfd2a578 error 6
Nov 12 07:00:50 localhost kernel: hald-addon-acpi[3109]: segfault at bf855000 eip 002af3d7 esp bf852f98 error 6
Nov 12 07:00:52 localhost kernel: hald-addon-stor[3140]: segfault at bf8d4000 eip 003783d7 esp bf8d27f8 error 6
Nov 12 07:53:22 localhost kernel: hald-addon-inpu[2536]: segfault at bf93c000 eip 003783d7 esp bf93a228 error 6
Nov 12 07:53:22 localhost kernel: hald-addon-inpu[2539]: segfault at bfc32000 eip 003783d7 esp bfc30d18 error 6
]]>
/hvaonline/posts/preList/12926/97742.html#97742 /hvaonline/posts/preList/12926/97742.html#97742 GMT
cần giúp đỡ về Apache & LDAP Code:
AuthType Basic
      AuthName "Repositories"
      AuthBasicProvider "ldap"
      AuthLDAPURL "ldap://127.0.0.1/dc=example,dc=com?sn?"
      authzldapauthoritative Off
      Require valid-user
(Đoạn config này em chạy ngon lành khi làm trên Redhat EL4) Em không thể nào authenticate được, toàn bị lỗi Internal Server Error. Check log file thì bị như này Code:
[ldap_search_ext_s() for user failed][Protocol Error]
]]>
/hvaonline/posts/preList/16300/97647.html#97647 /hvaonline/posts/preList/16300/97647.html#97647 GMT