banner

[Rule] Rules  [Home] Main Forum  [Portal] Portal  
[Members] Member Listing  [Statistics] Statistics  [Search] Search  [Reading Room] Reading Room 
[Register] Register  
[Login] Loginhttp  | https  ]
 
Forum Index Thảo luận hệ điều hành *nix Lỗi (13)Permission denied: access to xxx denied trong Apache trên Cent  XML
  [Question]   Lỗi (13)Permission denied: access to xxx denied trong Apache trên Cent 07/12/2011 12:37:21 (+0700) | #1 | 250790
[Avatar]
TheShinichi
Member

[Minus]    0    [Plus]
Joined: 25/03/2005 01:40:31
Messages: 182
Offline
[Profile] [PM]
Chào các bạn,

Mình cài CentOS 5.7 để làm web server trong cty. Mình đã cài đầy đủ các phần mềm cần thiết như httpd, mysqld,... theo hướng dẫn tại đây: www.howtoforge.com/perfect-server-centos-5.2

Start thử Apache đã thấy trang chào mừng của Apache+CentOS ok.

Tiếp đó mình tạo một thư mục dành riêng cho web (mình không dùng mặc định /var/www/) là /web

Tạo một VirtualHost trong /etc/httpd/conf.d/vhosts.conf như sau:

Code:
NameVirtualHost *:80

<VirtualHost *:80>
DocumentRoot /web/abc.com/html
ServerName abc.com
<Directory "/web/abc.com/html">
allow from all
Options +Indexes
</Directory>
</VirtualHost>


Khi mình truy cập vào abc.com trên trình duyệt thì xem được nội dung trang index.html

Mình upload thư mục phpmyadmin lên và truy cập vào abc.com/phpmyadmin thì bị lỗi:

Forbidden

You don't have permission to access /phpmyadmin/ on this server.
Apache/2.2.3 (CentOS) Server at abc.com Port 80


Trong Apache log:

[Wed Dec 07 06:35:04 2011] [error] [client xxx.xxx.xxx.xxx] (13)Permission denied: access to /phpmyadmin/index.php denied

Mình tạo thử 1 file info.php với nội dung

<?php
phpinfo();
?>


trên abc.com chạy tốt.

Tiếp đó, mình chmod 644 các lần lượt các thư mục và tập tin trong:

/web
/web/abc.com
/web/abc.com/html
/web/abc.com/html/phpmyadmin

và chown tất cả về apache:apache

Kết quả vẫn là lỗi như trên.

Note: Mình thực hiện tất cả những thao tác trên server với quyền root.

Các bạn hướng dẫn mình khắc phục với !

Cảm ơn smilie



[Up] [Print Copy]
  [Question]   Lỗi (13)Permission denied: access to xxx denied trong Apache trên Cent 07/12/2011 14:35:07 (+0700) | #2 | 250799
[Avatar]
quanta
Moderator

Joined: 28/07/2006 14:44:21
Messages: 7265
Location: $ locate `whoami`
Offline
[Profile] [PM]
`getenforce` trả về kết quả là gì bạn?
Let's build on a great foundation!
[Up] [Print Copy]
  [Question]   Lỗi (13)Permission denied: access to xxx denied trong Apache trên Cent 07/12/2011 14:38:42 (+0700) | #3 | 250801
hungth05
Member

[Minus]    0    [Plus]
Joined: 18/12/2010 20:50:19
Messages: 1
Offline
[Profile] [PM]
Hi TheShinichi!

Bạn có thể vào file config của phpMyAdmin để chỉnh sữa lại 2 dòng:

# vim /etc/httpd/conf.d/phpMyAdmin.conf

order deny,allow
deny from all
allow from 127.0.0.1

Sữa thành:

# order deny,allow
# deny from all
allow from 127.0.0.1

service httpd restart

Finish!
[Up] [Print Copy]
  [Question]   Lỗi (13)Permission denied: access to xxx denied trong Apache trên Cent 07/12/2011 14:44:07 (+0700) | #4 | 250802
[Avatar]
vitcon01
Member

[Minus]    0    [Plus]
Joined: 29/04/2009 11:28:21
Messages: 306
Offline
[Profile] [PM]

hungth05 wrote:
Hi TheShinichi!

Bạn có thể vào file config của phpMyAdmin để chỉnh sữa lại 2 dòng:

# vim /etc/httpd/conf.d/phpMyAdmin.conf

order deny,allow
deny from all
allow from 127.0.0.1

Sữa thành:

# order deny,allow
# deny from all
allow from 127.0.0.1

service httpd restart

Finish! 

---> trường hợp này nếu install phpmyadmin bằng yum thì như thế nếu như down source về dùng thì cần kiểm tra như anh Quân.
getenforce ---> trả về kết quả Enforcing ---> chưa tắt Selinux ---> thực hiện setenfoce 0 để tắt.
getenforce --->trả về kết quả Permissive ---> đã tắt Selinux
JK - JH
()()()
LTKT - LTT
[Up] [Print Copy]
  [Question]   Lỗi (13)Permission denied: access to xxx denied trong Apache trên Cent 08/12/2011 17:23:23 (+0700) | #5 | 250852
[Avatar]
TheShinichi
Member

[Minus]    0    [Plus]
Joined: 25/03/2005 01:40:31
Messages: 182
Offline
[Profile] [PM]
Chào các bạn,

Mình đã getenforce sau đó setenforce 0 thì mọi việc đã ổn định.

Cảm ơn sự giúp đỡ của các bạn smilie
[Up] [Print Copy]
[digg] [delicious] [google] [yahoo] [technorati] [reddit] [stumbleupon]
Go to: 
 Users currently in here 
1 Anonymous

Powered by JForum - Extended by HVAOnline
 hvaonline.net  |  hvaforum.net  |  hvazone.net  |  hvanews.net  |  vnhacker.org
1999 - 2013 © v2012|0504|218|