Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 28520  / 2 Years ago, thu, september 29, 2022, 7:29:46

When I installed Wordpress in my Ubuntu 12.04 I found that Wordpress itself not write wp.config file.



He tell me to copy this into wp.config file. Look Like wordpress not able to write the files.



Now when I tried to install the plugin then it's not able to write the plugin so it's tell me to FTP detail.



this is my computer not server so I want to gave apache2 full permission to do any kind of operation.



Now somebody please help me on how I can set permission for apache. I have check but their is no group in my 12.04 installation that's called "apache".



Help


More From » apache2

 Answers
4

Use following command:



chown -R www-data:www-data /var/www



This will make all your htdocs writable by Apache2.


[#33067] Friday, September 30, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
epypian

Total Points: 130
Total Questions: 111
Total Answers: 113

Location: Romania
Member since Mon, Jun 6, 2022
2 Years ago
;