Re: [users@httpd] Complex combination of Allow and Deny for Apache

2015-06-08 Thread Daniel
you can't add : > Hello > > With Apache, I searched to deny access to all *.php URL in a subdirectory. > I succeed with this in .htaccess : > *** > Order deny,allow > Allow from All > > > Deny from All > > *** > > But now, I want to add a extra

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Pete Houston
On Mon, Jun 08, 2015 at 02:35:24PM -0700, Motty Cruz wrote: > Should Fix: > Optimize images > Leverage browser caching > Consider Fixing: > Eliminate render-blocking JavaScript and CSS in above-the-fold content > Minify CSS > Minify HTML All of those bar one are content issues and therefore unconn

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Motty Cruz
Hello, I added this code on .htaccess AddType application/x-javascript .js AddType text/css .css *AddOutputFilterByType DEFLATE text/css application/x-javascript text/x-component text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/javascrip

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Darryle Steplight
Look into grunt or gulp first for Minify CSS,Minify HTML and optimizing images. On Mon, Jun 8, 2015 at 5:38 PM, Emir Ibrahimbegovic wrote: > What have you tried? > > On Mon, Jun 8, 2015 at 5:35 PM, Motty Cruz wrote: >> >> Hello, >> I am getting the following suggestions from: >> https://develope

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Darryle Steplight
And CDNs are your friend. On Mon, Jun 8, 2015 at 5:41 PM, Darryle Steplight wrote: > Look into grunt or gulp first for Minify CSS,Minify HTML and optimizing > images. > > On Mon, Jun 8, 2015 at 5:38 PM, Emir Ibrahimbegovic > wrote: >> What have you tried? >> >> On Mon, Jun 8, 2015 at 5:35 PM, M

Re: [users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Emir Ibrahimbegovic
What have you tried? On Mon, Jun 8, 2015 at 5:35 PM, Motty Cruz wrote: > Hello, > I am getting the following suggestions from: > https://developers.google.com/speed/pagespeed/insights/ > > > Should Fix: > Optimize images > Leverage browser caching > Consider Fixing: > Eliminate render-blocking J

[users@httpd] Apache24 - how to optimize httpd.conf

2015-06-08 Thread Motty Cruz
Hello, I am getting the following suggestions from: https://developers.google.com/speed/pagespeed/insights/ Should Fix: Optimize images Leverage browser caching Consider Fixing: Eliminate render-blocking JavaScript and CSS in above-the-fold content Minify CSS Minify HTML What is the best practi

[users@httpd] Complex combination of Allow and Deny for Apache

2015-06-08 Thread mathieu700
Hello With Apache, I searched to deny access to all *.php URL in a subdirectory. I succeed with this in .htaccess : *** Order deny,allow Allow from All Deny from All *** But now, I want to add a extra access for one single URL who was denie

Re: [users@httpd] mod_headers: REQUEST_URI for static files

2015-06-08 Thread Christian Weiske
Hello Yann, > > $ curl -I example.org/ > > ... > > Link: ; rel="self" > > > > But I do not get the original request URI ("/" only), which is what > > I'm looking for. > > If you want the original URI instead of the DirectoryIndex, you > probably need to save it in an