LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 06-07-2015, 11:46 PM   #1
kb2tfa
Member
 
Registered: Oct 2006
Location: New Jersey
Distribution: CentOS
Posts: 175

Rep: Reputation: 18
permissions


Running centos 7 with apache. I'm running WordPress, and I want to install a forum. I've tried phpbb and mybb. Neither will install I says certain files are not writable. When Is -al is run, the permission are correct.. The web install says no. I don't get it. Can this be a server issue?
 
Old 06-08-2015, 12:10 AM   #2
dmunkz
LQ Newbie
 
Registered: Jun 2015
Distribution: rpm based
Posts: 13

Rep: Reputation: Disabled
Quote:
Originally Posted by kb2tfa View Post
Running centos 7 with apache. I'm running WordPress, and I want to install a forum. I've tried phpbb and mybb. Neither will install I says certain files are not writable. When Is -al is run, the permission are correct.. The web install says no. I don't get it. Can this be a server issue?
Whats teh apache log showing when you do the web install piece? Also, can you list who your installing as, what ls looks like, etc? Might be able to help. Have not installed wordpress ina few years.
 
Old 06-08-2015, 08:09 AM   #3
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Have you followed phpBB installation docs? It says you have to set certain directories permissions correctly before and after installation.
 
Old 06-08-2015, 03:54 PM   #4
kb2tfa
Member
 
Registered: Oct 2006
Location: New Jersey
Distribution: CentOS
Posts: 175

Original Poster
Rep: Reputation: 18
I uploaded three photos. One saying the file permissions are not set to write, and two showing via grep that they are set. I am attempting to install mybb. I mention phpbb because I could not install that either. same issues. I would set permissions ls -al and see that they are set and then the web install would say nope. I also mention wordress because it is running on the same server. wordpress installed with no issues. I also have the tail error log to post. It has to be something silly, I just can't see it. Also the /var/html/ is apache:apache recursive

Code:
 tail /var/log/httpd/error_log
[Mon Jun 08 03:15:02.483976 2015] [auth_digest:notice] [pid 18492] AH01757: generating secret for digest authentication ...
[Mon Jun 08 03:15:02.484687 2015] [lbmethod_heartbeat:notice] [pid 18492] AH02282: No slotmem from mod_heartmonitor
[Mon Jun 08 03:15:02.515021 2015] [mpm_prefork:notice] [pid 18492] AH00163: Apache/2.4.6 (CentOS) PHP/5.4.16 configured -- resuming normal operations
[Mon Jun 08 03:15:02.515042 2015] [core:notice] [pid 18492] AH00094: Command line: '/usr/sbin/httpd -D FOREGROUND'
[Mon Jun 08 07:09:50.906599 2015] [authz_core:error] [pid 19618]  AH01630: client denied by server configuration: /usr/share/phpMyAdmin/scripts
[Mon Jun 08 12:58:59.873494 2015] [:error] [pid 19616] client script '/var/www/html/mydomain.com/forum/ucp.php' not found or unable to stat
Attached Thumbnails
Click image for larger version

Name:	mybberror1.png
Views:	18
Size:	6.3 KB
ID:	18645   Click image for larger version

Name:	mybberror2.png
Views:	13
Size:	5.5 KB
ID:	18646   Click image for larger version

Name:	mybberror3.png
Views:	19
Size:	40.3 KB
ID:	18647  

Last edited by kb2tfa; 06-08-2015 at 05:40 PM.
 
Old 06-08-2015, 06:30 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
so ?
did you fallow the install instructions and change the permissions on those folders BEFORE installing

go back and recheck
step #1
Step #2
Step #3
and so on
 
Old 06-08-2015, 07:06 PM   #6
kb2tfa
Member
 
Registered: Oct 2006
Location: New Jersey
Distribution: CentOS
Posts: 175

Original Poster
Rep: Reputation: 18
I'm lost. I followed the instructions. The screenshot shows web install errors and screenshot of terminals show the actual permissions and they are correct. This works on my local centos but not on aws. I can only read the directions an CHG perms so many times. I've even deleted and started over. Since everyones answer is I can't read I'll consider this closed the for the replies folks. I'll figure it.
 
Old 06-08-2015, 08:23 PM   #7
dmunkz
LQ Newbie
 
Registered: Jun 2015
Distribution: rpm based
Posts: 13

Rep: Reputation: Disabled
Hello,


The fist thing that sticks out is this :

Code:
 [:error] [pid 19616] client script '/var/www/html/mydomain.com/forum/ucp.php' not found or unable to stat
Well, did you check if it exist?
 
Old 06-08-2015, 08:25 PM   #8
dmunkz
LQ Newbie
 
Registered: Jun 2015
Distribution: rpm based
Posts: 13

Rep: Reputation: Disabled
Hello,


Also, this is going to be something either in your vhost set-up or htaccess file.

client denied by server configuration: /usr/share/phpMyAdmin/scripts
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Samba and permissions ( permissions seems ok but wont work anyway ) spooksman Linux - Networking 1 04-10-2014 09:58 AM
setfacl changes group permissions; giving another user rw permissions secretlydead Linux - Server 4 09-22-2012 11:12 PM
relation between programs permissions and permissions of the files they use rblampain Linux - Security 1 07-10-2011 08:40 PM
[SOLVED] filesystem permissions question - making so user can't change permissions? c0pe Linux - Security 4 07-12-2010 09:06 AM
[SOLVED] Lack basic understanding of permissions(apache permissions problem) cK` Linux - Newbie 7 04-08-2010 11:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 03:08 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration