Re: [users@httpd] Web problems from web-host changing apache configs.

2013-10-15 Thread Wayne Sallee
How do I configure it with .htaccess? Everything I'm seeing shows to configure it in the apache config files. Wayne Sallee wa...@waynesallee.com Eric Covener wrote: That is not conclusive, since you would get a 403 even if mod_info was not loaded. You'd need to configure it and give yourself

Re: [users@httpd] Web problems from web-host changing apache configs.

2013-10-15 Thread Eric Covener
That is not conclusive, since you would get a 403 even if mod_info was not loaded. You'd need to configure it and give yourself access in htaccess. If it doesn't work, it's not loaded. On Tue, Oct 15, 2013 at 8:15 AM, Wayne Sallee wrote: > I tried the domain.com/server-info and got a 403 forbidd

Re: [users@httpd] Web problems from web-host changing apache configs.

2013-10-15 Thread Wayne Sallee
I tried the domain.com/server-info and got a 403 forbidden so I guess that means mod_info is not loaded. Wayne Sallee wa...@waynesallee.com Eric Covener wrote: If mod_info is loaded, and you have the override for SetHandler, you can use it in htaccess. On Sun, Oct 13, 2013 at 4:51 PM, Wayne S

Re: [users@httpd] Web problems from web-host changing apache configs.

2013-10-13 Thread Eric Covener
If mod_info is loaded, and you have the override for SetHandler, you can use it in htaccess. On Sun, Oct 13, 2013 at 4:51 PM, Wayne Sallee wrote: > I am getting tired of my web host changing server-wide apache config > settings without warning. Then I am pulling my hair out trying to figure out >