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 >

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

2013-10-13 Thread Ammar Hassan
Please help me sort this out. What is it that I am doing wrong here. > From: amr...@live.jp > To: users@httpd.apache.org > Date: Thu, 10 Oct 2013 12:36:29 +0900 > Subject: RE: [users@httpd] Apache Virtual Host Config issue > > Yehuda, > > Actually there w

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

2013-10-13 Thread Wayne Sallee
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 why my website is not quite working as it should. And their tech support is horible, constantly trying to shift the blame. Is there a way I can use .

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

2013-10-13 Thread Yehuda Katz
On Sun, Oct 13, 2013 at 10:37 AM, Timothy Curchod wrote: > Hi again Yehuda, > > I pasted that "Listen 192.0.2.100:80" number from some code example and > didn't notice that it wasn't localhost. I'm getting tired here. > However, that using 192.168.1.100:80 didn't work. And, if that value is > i

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

2013-10-13 Thread Timothy Curchod
Hi again Yehuda, I pasted that "Listen 192.0.2.100:80" number from some code example and didn't notice that it wasn't localhost. I'm getting tired here.However, that using 192.168.1.100:80 didn't work. And, if that value is in the config file, the localhost option wont work either! Also, I fo

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

2013-10-13 Thread Yehuda Katz
On Sun, Oct 13, 2013 at 10:10 AM, Timothy Curchod wrote: > SO I tried: > #Listen 80 > Listen 192.0.2.100:80 > > But got this error and Apache failed to start. > Active: failed (Result: exit-code) since Sun 2013-10-13 22:42:53 KST; > 1min 4s ago > Process: 12488 ExecStop=/usr/sbin/httpd $OPTION

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

2013-10-13 Thread Timothy Curchod
Yehuda, Thanks for you replies. I will set the timezone as you suggest. I also disabled mod_autoindex by commenting out the "Options Indexes FollowSymLinks" line in the httpd.conf file. However, it doesn't help the situation. You may be right about the IP4 & IPv6 idea. I have a strange networ

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

2013-10-13 Thread Yehuda Katz
Now that I am at the computer, a more in-depth reply. On Sun, Oct 13, 2013 at 8:17 AM, Timothy Curchod wrote: > However, changing that value to '$CFG->wwwroot = 'http:// > *my*.*ip*.*goes*.*here*:80/moodle';" and going to http:// > *my*.*ip*.*goes*.*here*:80/moodle doesn't. Google Chrome remov

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

2013-10-13 Thread Yehuda Katz
On Sunday, October 13, 2013, Timothy Curchod wrote: > > Taking moodle out of the picture and running strace on > http://211.220.31.50/test.html cuases the same error. So it's not a > Moodle problem. Here are some more details I may or may not have posted in > earlier e-mails: > > netstat -ln | gr

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

2013-10-13 Thread Timothy Curchod
Hello everyone, Hope you're all having a good weekend. The good news here is that I've solved the localhost problem. The moodle config file, when set with this value "$CFG->wwwroot = 'localhostmoodle';" and then going to 'http://localhost/moodle' works and is fully functional. However, changin

Re: [users@httpd] AllowOverride

2013-10-13 Thread Eric Covener
2.4 has this: http://httpd.apache.org/docs/current/mod/core.html#allowoverridelist On Sun, Oct 13, 2013 at 1:55 AM, Toomas Aas wrote: > Hello Pol! > > >> >> Options Indexes FollowSymLinks MultiViews >> AllowOverride None >> Order allow,deny >> allow from all >>