Re: [users@httpd] Cannot write to the web directory

2021-03-18 Thread Tatsuki Makino
I'm not sure, but FreeBSD happens to be different from Linux, so please change the directory group to www as well. Permissions of 700, 750, 755, 770 or 775 should be sufficient. - To unsubscribe, e-mail: users-unsubscr...@httpd.

[users@httpd] Re: Cannot write to the web directory

2021-03-18 Thread John David
On 18/03/2021 22:52, Paul wrote: Would like to upload a file to have wordpress functionality working or be able to upload a file. User permissions are set at 777 owner is www, os is freebsd, the freebsd mailing list claims it’s not their issue but tried to assert assistance nevertheless. What

Re: [users@httpd] Cannot write to the web directory

2021-03-18 Thread Paul
Thank you but this was not the question the reason for 777 is not because I want to run the system on 777 it’s because I get annoying responses dodging the question that it must be a permissions issue. If I do 777 it doesn’t matter what the question is the answer is that it’s unsafe. If I ask th

[users@httpd] Cannot write to the web directory

2021-03-18 Thread Paul
Would like to upload a file to have wordpress functionality working or be able to upload a file. User permissions are set at 777 owner is www, os is freebsd, the freebsd mailing list claims it’s not their issue but tried to assert assistance nevertheless. What can I do so I can upload a file vi

Re: [users@httpd] Cannot write to the web directory

2021-03-18 Thread angel Hall-Coulston
Don’t know anything about WordPress but having any public (OR private even) accessible files with 777 permissions IS EXTREMELY UNWISE as it allows anyone who can see the file to Read, WRITE and execute it. It’s safer to have 755 permission for public accessible files. Please read apache2 documen

[users@httpd] Cannot write to the web directory

2021-03-18 Thread Paul
Would like to upload a file to have wordpress functionality working or be able to upload a file. User permissions are set at 777 owner is www, os is freebsd, the freebsd mailing list claims it’s not their issue but tried to assert assistance nevertheless. What can I do so I can upload a file vi

Re: [users@httpd] time based not working

2021-03-18 Thread Nick Folino
Shouldn't this be a 20? RewriteCond %{TIME_HOUR} <=10 On Thu, Mar 18, 2021 at 3:07 AM Jens Kallup wrote: > Hello, > how can I time based open times? > The script below seems not work. > All pages are the same. > > RewriteEngine On > LogLevel warn rewrite:trace3 > > # ---

[users@httpd] time based not working

2021-03-18 Thread Jens Kallup
Hello, how can I time based open times? The script below seems not work. All pages are the same.     RewriteEngine On     LogLevel warn rewrite:trace3     # -     # compress file(.ext) on server side, beofre delivery  ...     # on MS-Window