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

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 wa...@waynesallee.com wrote: I tried the domain.com/server-info

RE: [users@httpd] Permission Still Denied with Moodle

2013-10-15 Thread Timothy Curchod
Hi again Yehuda, Where is the iptables firewall configuration? Oh, that's no longer the default firewall in Fedora. Let me introduce you to FirewallD:#firewall-cmd --staterunning#firewall-cmd get-default-zonepublic#systemctl stop firewalld.service Webservice on port 80 restored. Success.

Re: [users@httpd] Apache Virtual Host Config issue

2013-10-15 Thread Vincenzo D'Amore
Hi Ammar, if Apache is running on a windows server may be you have a problem with your firewall. Try to shut it down temporarily. And don't trust your browser, in many cases it could cache http answers, dns answers and even negative answers. Just to be sure you are able to reach your server, you

Re: [users@httpd] Permission Still Denied with Moodle

2013-10-15 Thread Yehuda Katz
Good to hear. I also discovered that the netstat output not showing an IPv4 listener was (at least in Debian) a design decision. They considered changing it to be type 'tcp46' instead of just 'tcp6', but it is not clear why that was not changed. I believe it also depends on the kernel and I have

Re: [users@httpd] Permission Still Denied with Moodle

2013-10-15 Thread Stormy
At 10:00 PM 10/14/2013 -0400, Yehuda Katz wrote: On Mon, Oct 14, 2013 at 6:06 AM, Timothy Curchod mailto:timof...@hotmail.comtimof...@hotmail.com wrote: The bad news is that in the error log there is nothing when going to http://192.186.1.100/info.phphttp://192.186.1.100/info.php or

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] Apache Virtual Host Config issue

2013-10-15 Thread Ammar Hassan
Hi Vincenzo, Thanks for the tip, the firewall was up, but even when I disabled that, there was still the same response. I tried telnet and curl. Curl gives me host resolution error. Telnet connect fails. When I use the ServerName and localhost from the server the apache is on, it works