[users@httpd] Re: Domain level subdirectories needed

2018-04-17 Thread Pankaj Singh
Currently the requests are not passing through, hence would request your help on this. Please suggest. Thanks Pankaj On Tue, Apr 17, 2018 at 5:09 PM, Pankaj Singh wrote: > Hi Team, > > We need to append multiple subdirectories and the content should be serve > from some other con

[users@httpd] Domain level subdirectories needed

2018-04-17 Thread Pankaj Singh
Hi Team, We need to append multiple subdirectories and the content should be serve from some other container where we proxied the request. Order deny,allow Allow from all RewriteEngine On RewriteRule ^(.*)$ https://domain.example.com [R=301,L] Se

Re: [users@httpd]

2016-02-04 Thread Pankaj Singh
Somewhere you have defined the customized location or modules, just update the settings and the default path mentioned in LoadModule will be initiated. On Thu, Feb 4, 2016 at 3:57 PM, Shanmukha Venkata Sri Chandrashekhar Nallapati wrote: > Request your inputs on this issue. Please help. > Add

Re: [users@httpd] Re: reg: apache webserver 2.2.27 compilation on linux OS

2014-10-07 Thread Pankaj Singh
You can follow the configuration manual on apache.org for the build process. Thanks Pankaj Singh On Wed, Oct 8, 2014 at 12:34 AM, venu thangalapally wrote: > Any one compiled http 2.2.7 on Linux OS ? please suggest what all packages > we need and what steps need to be fo

Re: [users@httpd] Apache side issue.....

2014-10-07 Thread Pankaj Singh
Server indexing is set to off, you can upload any pages to test with. Thanks Pankaj Singh On Tue, Oct 7, 2014 at 11:43 PM, Bill Vance wrote: > > Howdy; > > I'm using kubuntu 12.04, and this is kind of a side issue. > I had dwww working, but then it inexplicably

Re: [users@httpd] strange 32bit apache-problem

2014-09-15 Thread Pankaj Singh
There is no problem with the file size, you can keep the size as it is without reducing it. Transfer the file via wget using the ASCII mode. It will download the file without any corruptions. Thanks Pankaj Singh On Mon, Sep 15, 2014 at 3:27 PM, Fiedler Roman wrote: > Hi, > > &g

Re: [users] Case Insensitive URL

2014-06-13 Thread Pankaj Singh
You can use the following code in your .htaccess file; RewriteEngine on RewriteMap lower int:tolower RewriteCond ${lower:%{REQUEST_URI}} -U RewriteRule [A-Z] ${lower:%{REQUEST_URI}} [R=302,L] On Fri, Jun 13, 2014 at 6:33 AM, P. Guethlein wrote: > Ubuntu 12.04 LTS Apache 2.2.22 > > I need to

Re: [users@httpd] About commercial support for apache http server.

2014-04-29 Thread Pankaj Singh
You can refer to www.brainpulse.com. On Wed, Apr 30, 2014 at 9:17 AM, Hua wrote: > Hello everybody! > My company need commercial support for apache httpd from third-party > companies. > Dos anyone known any company can offer commercial support? Please give a > some information. > Thanks a lot!

Re: [users@httpd] Apache http 2.4.9 configuration

2014-04-14 Thread Pankaj Singh
Dear Brajesh, You can follow the apache.org documentation guide to do all these stuff. Thanks Pankaj Singh On Mon, Apr 14, 2014 at 5:31 PM, Brajesh Patel wrote: > Dear Eric, > Thanks for your prompt reply, > > I have to add vhost and certificate, also few modules. > >

Re: [users@httpd] httpd basic authentication

2014-03-26 Thread Pankaj Singh
You need to create a user in the .htpasswd database to authenticate with the file. Thanks Pankaj Singh On Wed, Mar 26, 2014 at 5:14 AM, Paolo De Michele wrote: > Hi everybody, > > I configured a basic httpd authentication via apache2. Look below: > > > &g