Re: [users@httpd] Change user for Apache web server to a non-privileged user?

2016-09-19 Thread Stormy
At 03:19 PM 9/19/2016 -0400, Rich Bowen wrote: On 09/19/2016 03:16 PM, Rich Bowen wrote: > You are *probably* encountering selinux permission problems. > Or, as this appears to be a Debian/Ubuntu machine, AppArmor. If this is the case, mpm-itk *might* be a possibility. I tried it, for

Re: [users@httpd] Change user for Apache web server to a non-privileged user?

2016-09-19 Thread Rich Bowen
On 09/19/2016 03:16 PM, Rich Bowen wrote: > > You are *probably* encountering selinux permission problems. > Or, as this appears to be a Debian/Ubuntu machine, AppArmor. > No doubt, if you investigate that line, you'll find lots of people > telling you to disable selinux, or set it to

Re: [users@httpd] Change user for Apache web server to a non-privileged user?

2016-09-19 Thread Rich Bowen
On 09/14/2016 08:16 AM, Tom Hammond wrote: > Hello everyone, > > I have an Apache 2.2x server and would like to harden security so that > hackers can't get in easily to the Apache webserver. One suggestion is > to change the user/group for Apache to a non-privileged account. > > Currently

[users@httpd] Apache: Avoiding users to access 'www.foo.com/subdomain1/'

2016-09-19 Thread thomas Armstrong
Hi. I have an Apache server, which main rootwebdir is '/usr/www/users/foo/' and 'foo.com' points there. However, I have some subdomains pointing within their directories: subdomain1.foo.com ---> /usr/www/users/foo/subdomain1subdomain2.foo.com ---> /usr/www/users/foo/subdomain2 This causes me a

Re: [users@httpd] Apache Rewrite - Redirect Wildcard Subdomain

2016-09-19 Thread Webmaster33
Yes, missing wildcard DNS was one of the problems. It is fixed now. But there are still some problems. Here are the config file I use: "subdomain.oldsite.com" Apache config file: ServerName subdomain.oldsite.com ServerAlias *.subdomain.oldsite.com RewriteCond %{HTTPS} off RewriteCond

Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-19 Thread Rodrigo Cunha
Megha, you knew this list : modules-dev-h...@httpd.apache.org list for developers for get help whith modules, this place(users) not have many developers, but in the modules-dev-h...@httpd.apache.org a have many developers. I get lists in website : http://httpd.apache.org/lists.html tks

Re: [users@httpd] ap_log_error dumps on apache start with apache 2.4

2016-09-19 Thread Eric Covener
On Mon, Sep 19, 2016 at 1:39 AM, megha chauhan wrote: > Hello Eric, > > The code is compiled with the below headers: > > APA24_ORG = httpd-$(APA24_VERSION) > > APA24_DIR = httpd-$(APA24_VERSION) > > APA24_INSTDIR = $(shell pwd)/$(APA24_DIR)/inst > > APA24_TAZ =