[users@httpd] nss and Certificate not found

2018-01-04 Thread lejeczek
hi everyone I'm experiencing a weird thing. What I'm trying to do I believe must be so common that many of you have done it and thus could advice. I converted my let's encrypt cert into a new cert8.db(but also tried cert9.db), and I have in config:   DocumentRoot /usr/share/wordpress.none  

[users@httpd] Re: [REQUEST] Httpd Webserver Training in French

2018-01-04 Thread William A Rowe Jr
Hi Sharan, it's usually more efficient to ask the community directly about project-specific asks. I've gone ahead and forwarded your note to the users and dev lists where we are more likely to find the right resources. I personally know at least a half dozen httpd committers proficient in French,

[users@httpd] HowTo serve a directory via WebDAV with read access only

2018-01-04 Thread Torge Riedel
Hi list, I cannot make the following working with apache 2.4: Serve a directory via WebDAV with files and allow only listing directory content and downloading the files. Here is my - current - snippet from the virtualhost:   Alias "/files" "/var/local/webdav/files"       Dav on         Opt

Re: [users@httpd] HowTo serve a directory via WebDAV with read access only

2018-01-04 Thread Michelle Konzack
You are missing Require user readOnlyUser Greetings Michelle Am DATE hackte AUTHOR in die Tasten: Torge Riedel > Hi list, > > I cannot make the following working with apache 2.4: > > Serve a directory via WebDAV with files and allow only listing directory > content and downloading the fi