Re: [users@httpd] 408 timeout with mod_rewrite redirect to another server

2013-08-06 Thread Igor Cicimov
On 07/08/2013 5:23 AM, "Travis Jensen" wrote: > > On 8/5/13 3:57 PM, Igor Cicimov wrote: >> >> >> On 06/08/2013 4:21 AM, "Travis Jensen" wrote: >> > >> > I've got a fairly simple rewrite rule that bounces our Python pycurl client from the main server to a new server that actually dishes out the f

Re: [users@httpd] How limit directives at htaccess file

2013-08-06 Thread Ben Reser
On Tue, Aug 6, 2013 at 11:54 AM, Pol Hallen wrote: > Hi all, I'm study apache and I don't understand some things about htaccess. > > Reading, the advice is: never permit htaccess to users. > > So, can I enable htaccess but only for personalize something like this? > > ErrorDocument 400 /errors/bad

Re: [users@httpd] 408 timeout with mod_rewrite redirect to another server

2013-08-06 Thread Travis Jensen
On 8/5/13 3:57 PM, Igor Cicimov wrote: On 06/08/2013 4:21 AM, "Travis Jensen" > wrote: > > I've got a fairly simple rewrite rule that bounces our Python pycurl client from the main server to a new server that actually dishes out the file: > > RewriteRule ^/u

[users@httpd] How limit directives at htaccess file

2013-08-06 Thread Pol Hallen
Hi all, I'm study apache and I don't understand some things about htaccess. Reading, the advice is: never permit htaccess to users. So, can I enable htaccess but only for personalize something like this? ErrorDocument 400 /errors/badrequest.html ErrorDocument 401 /errors/authreqd.html ErrorDocum

[users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-06 Thread LuKreme
On 06 Aug 2013, at 05:05 , Eric Covener wrote: > AllowOverride defaults to off in 2.4. Turn it on. Ah, I have it enabled in httpd.conf, but not for the user's directories. Thank you, I figured it was something simple. -- 99 percent of lawyers give the rest a bad name. ---

Re: [users@httpd] Re: Broken includes and cgis with Apache 2.4 update

2013-08-06 Thread Eric Covener
>> Temporarily add "Garbage In Out" to .htaccess and make the request again. >> If you don't get a 500 error (I think that's what you get for a bad >> .htaccess), that file isn't getting read. > > Ahah, no error. > > Why wouldn't it be read, it's at the DocumentRoot for the site and has 644 > p

[users@httpd] SSL/TLS speed vs lighttpd

2013-08-06 Thread Karl Hiramoto
Hi, Is it possible to speed up httpd ssl? In my tests serving a static file compared to lighttpd, lighttpd is about 7.5 times faster. I used a default httpd configuration The way i did my test was: cd /document/root mkdir -p ram mount -t tmpfs -osize=512M tmpfs ram/ cd ram dd if=/dev/uran

[users@httpd] Pointing domains to URL

2013-08-06 Thread Christopher Mejía
Hi community, I have don't have idea how can get it work this: -Part 1- I have a website with a doman point it (as usual) when you go to domain1.com this show you / I need point a second domain to /domains/domain2/ using alias (the url show domain2.com but if I go to domain1.com/domains/domain2