Re: [users@httpd] Trying to run expect from web page

2013-10-10 Thread John Doe
From: Chuck Lidderdale chu...@blackforest-co.com I'm going on vacation and want to check in to my server.  I've written a knock-3-times.php webpage with the idea of then running an expect script to: telnet modem, echo iptables nat -s $IP etc.  which would allow me get in to my server.

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

2013-10-10 Thread Timothy Curchod
Hi again, Here is the result of the command you suggested Yehuda: netstat -ln | grep 80tcp6 0 0 :::80 :::* LISTEN udp6 0 0 :::22880:::* unix 2 [ ACC ] STREAM LISTENING

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

2013-10-10 Thread Eric Covener
On Wed, Oct 9, 2013 at 4:19 AM, Timothy Curchod timof...@hotmail.com wrote: Hi, I've tried a few times to setup moodle on LAMP but failed each time with the following errors: If I use localhost/moodle, I get this error: Incorrect access detected, this server may be accessed only through

RE: [users@httpd] Apache on CentOS 6 -- lots of reading requests

2013-10-10 Thread Anthony J. Biacco
I'd like to resurrect the below thread as I'm seeing this on my new CentOS 6.4 (kernel 2.6.32-358.18.1.el6.x86_64)/Apache 2.2.24 (compiled) servers. Never had the problem on my CentOS 5 ones. I can't lower my timeout in apache, as I have dynamic backend content needing a 120+s timeout. Haven't

[users@httpd] AllowOverride

2013-10-10 Thread Pol Hallen
Hello to all :-) I've done a long search on internet but I've some troubles about the setting of AllowOverride (obviously I also read http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride) i.e. Directory /var/www/ Options Indexes FollowSymLinks MultiViews AllowOverride

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

2013-10-10 Thread Eric Covener
Are you sure these runs generated the same error log message you had initially? Normally we'd also see the error message being written to the error log in the same strace. - To unsubscribe, e-mail:

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

2013-10-10 Thread Eric Covener
are you using the ITK MPM by any chance? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] ProxyPass without slash not working

2013-10-10 Thread Tiago Braga
Looking the log and I see an thing: 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] GET /teste HTTP/1.1 302 301 - lwp-request/5.827 libwww-perl/5.833 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] GET /html/directory/test/ HTTP/1.1 404 594 - lwp-request/5.827 libwww-perl/5.833 Why do it occurs? On Wed,

Re: [users@httpd] ProxyPass without slash not working

2013-10-10 Thread Eric Covener
On Thu, Oct 10, 2013 at 12:03 PM, Tiago Braga tbragamach...@gmail.com wrote: Looking the log and I see an thing: 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] GET /teste HTTP/1.1 302 301 - lwp-request/5.827 libwww-perl/5.833 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] GET /html/directory/test/

Re: [users@httpd] ProxyPass without slash not working

2013-10-10 Thread Tiago Braga
On Thu, Oct 10, 2013 at 1:11 PM, Eric Covener cove...@gmail.com wrote: On Thu, Oct 10, 2013 at 12:03 PM, Tiago Braga tbragamach...@gmail.com wrote: Looking the log and I see an thing: 127.0.0.1 - - [10/Oct/2013:13:00:46 -0300] GET /teste HTTP/1.1 302 301 - lwp-request/5.827

Re: [users@httpd] ProxyPass without slash not working

2013-10-10 Thread trifo
maybe a workaround to add the trailing slash automagically using reweite rule? --Trifo ≈( Telefonról küldve )≈ On Oct 10, 2013 6:39 PM, Tiago Braga tbragamach...@gmail.com wrote: On Thu, Oct 10, 2013 at 1:11 PM, Eric Covener cove...@gmail.com wrote: On Thu, Oct 10, 2013 at 12:03 PM, Tiago

Re: [users@httpd] ProxyPass without slash not working

2013-10-10 Thread Tiago Braga
On Thu, Oct 10, 2013 at 4:13 PM, trifo trif...@gmail.com wrote: maybe a workaround to add the trailing slash automagically using reweite rule? I has tried and not works. --Trifo ≈( Telefonról küldve )≈ On Oct 10, 2013 6:39 PM, Tiago Braga tbragamach...@gmail.com wrote: On Thu, Oct

Re: [users@httpd] ProxyPass without slash not working

2013-10-10 Thread Tiago Braga
I did the below rules: ProxyPassMatch ^/(.*) http://static.comprafacil.com.br/html/comprafacilempresas ProxyPassReverse / /html/comprafacilempresas/ And it's working! Thanks! On Thu, Oct 10, 2013 at 5:13 PM, Tiago Braga tbragamach...@gmail.comwrote: On Thu, Oct 10, 2013 at 4:13 PM, trifo

Re: [users@httpd] ProxyPass without slash not working

2013-10-10 Thread Tiago Braga
Sorry, I put the wrong example, below the correct: ProxyPassMatch ^/(.*) http://static.host.com.br/html/directory ProxyPassReverse / /html/directory/http://static.host.com.br/html/directory/ But, When the url is /anythig It's redirected to /anything/ with 302. But I would like with 301. How I

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

2013-10-10 Thread Stormy
At 10:17 AM 10/10/2013 +, you wrote: [snip] /sbin/ifconfig em1: flags=4163UP,BROADCAST,RUNNING,MULTICAST mtu 1500 inet 192.168.1.100 netmask 255.255.255.0 broadcast 192.168.1.255 ^^ Have you got a router set up for DHCP? [snip] Something funny is going

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

2013-10-10 Thread Timothy Curchod
Hi again. Stormy, I don't know if it's set to use DHCP. I believe so, but I will check when I can this evening. How would that affect my situation? Tomcat is running fine behind the router on a different box... And the 'strange behavior' was because I had set the wrong ip during moodle