[users@httpd] Restrict access to site pages except specific url

2017-09-19 Thread Alexandru Duzsardi
Hi guys, I'm trying to configure apache 2.4 to allow access only to a specific set of pages when accessed through a hostname. So i have two virtualhosts configured , both pointing to the same physical path/site. Let's say www.mainsite.com and blog.mainsite.com . Th

Re: [users@httpd] Increasing packet size to 64 KB on mod_proxy and mod_proxy_balancer

2017-09-19 Thread DhilliPrasad Nellepalli
Thanka Yann. We don't use the ssl from apache to netty. One thing I have notice was expect:100-Continue header in the request to apache. Not sure if except header has anything to do with the fragmentation to send the headers first and wait for response and then send the body. Regards, -Dhilli On

[users@httpd] allow only HTML for a VirtualHost and deny other script content without .htaccess

2017-09-19 Thread Bertrand Lods
hi My web server have to host a HTML website. I create a virtualhost for this website I want to allow only HTML content for this site and deny all other script content like PHP, Perl and other. How can I configure my virtualhost ( i don't want htaccess file) to do that thank for help Cordi