[users@httpd] Flexible Worker Configuration for Dynamic Shared Object (DSO) Deployment

2024-04-18 Thread Sarkar Tarun Kumar (ETAS-SEC/XPC-Bo1)
freundlichen Grüßen / Best regards Tarun Kumar Sarkar ETAS-SEC/XPC-Bo1 Tel. +49 234 43870-308 | Mobile +49 172 6994124 ​

[users@httpd] Request for Assistance: Apache mod_slotmem_shm POC

2024-04-08 Thread Sarkar Tarun Kumar (ETAS-SEC/XPC-Bo1)
ichen Grüßen / Best regards Tarun Kumar Sarkar Cross-Functional People and Competence - People Lead Bochum (ETAS-SEC/XPC-Bo1) Robert Bosch GmbH | Postfach 10 60 50 | 70049 Stuttgart | GERMANY | www.bosch.com Tel. +49 234 43870-308 | Mobile +49 172 6994124 | Fax +49 234 43870-211 | tarunkuma

[users@httpd]

2020-12-19 Thread Kumar Tadkala
Attached two alerts from 12c but did come from 13c. --- Begin Message --- Host=vprodora01.bjci.com Target type=Host Target name=vprodora01.bjci.com Categories=Capacity Message=Disk

[users@httpd] Apache configuration

2020-05-14 Thread Suresh Kumar
Hi, I am not an expert in Apache. I have a synology DS918+ NAS (some kind of flavor of linux kernel 4.4) and using their package center installed apache 2.2, perl etc. The webroot is working for php (I believe they use nginx) along with Mariadb at http://localIP/phpMyAdmin/ I have some perl cgi

[users@httpd] Re: Custom Error Pages

2020-04-18 Thread Praveen Kumar K S
Hello, Any help would be appreciated. If any of you had done this before or published on blogs or somewhere, please suggest your inputs. Regards, Praveen On Thu, 16 Apr, 2020, 14:29 Praveen Kumar K S, wrote: > Hello, > > Thanks for your response. I had gone through errordocument. &g

[users@httpd] Re: Custom Error Pages

2020-04-16 Thread Praveen Kumar K S
anvanrossum/blog.adriaan.io/blob/gh-pages/_posts/2018-12-22-one-nginx-error-page-to-rule-them-all.md Regards, PK On Thu, Apr 16, 2020 at 1:22 AM Christophe JAILLET < christophe.jail...@wanadoo.fr> wrote: > Le 15/04/2020 à 08:24, Praveen Kumar K S a écrit : > > Hello, > >

[users@httpd] Custom Error Pages

2020-04-14 Thread Praveen Kumar K S
Hello, I'm looking for some help in configuring custom error pages in httpd 2.4.39 I'm compiling httpd and running it as a container. If someone can help me with the manuals or documentation, it will be helpful. Regards, Praveen Kumar K S +91-9986855625

RE: [users@httpd] Re: Apache on windows

2020-02-26 Thread Kumar Tadkala
No we are not using MS SQL. Not port conflict. Just Apache on windows 2012 From: 😉 Good Guy 😉 [mailto:xfs...@hotmail.com] Sent: Thursday, 27 February 2020 12:58 PM To: users@httpd.apache.org Subject: [users@httpd] Re: Apache on windows On 27/02/2020 01:41, Kumar Tadkala wrote: Hi there

[users@httpd] Apache on windows

2020-02-26 Thread Kumar Tadkala
Hi there Whenever we do load test, our Apache is going down How can we understand, what causing this. Thank you Kumar

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-09 Thread Anil Kumar P
rlier to move to event mpm instead of prefork. >> >> Something mode detailed like: >> StartServers 1 >> ServerLimit 7 >> MinSpareThreads 250 >> MaxSpareThreads 2500 >> ThreadsPerChild 500 >> ThreadLimit 500 >> MaxRequestWorkers 3500 >>

Re: [users@httpd] Help: Apache crashed once Concurrent Users reached 150

2019-12-05 Thread Anil Kumar P
A quick look at your config tells me you are using prefork mpm instead you should be using event mpm which provides better concurrent access boost. Please look at the apache mpm documentation for more details. Thanks, Anil > On Dec 5, 2019, at 2:13 AM, Jayaram Ponnusamy > wrote: > >  > Hell

Re: [users@httpd] Page display on default html page

2019-11-18 Thread Anil Kumar P
You can use SSI for this. Enable Includes with below: Options +Includes File types to be parsed for SSI directives with below: AddType text/html .html AddOutputFilter INCLUDES .html Finally use below SSI include on index page: Thanks, Anil > On Nov 18, 2019, at 1:27 PM, Jos Chrispijn wrote:

Re: [users@httpd] Apache 2.4.41 checking env variable error

2019-11-05 Thread Anil Kumar P
Sure, I’am glad it helped. Thanks, Anil > On Nov 5, 2019, at 4:47 AM, Salim Abdul -X (salimabd - HCL TECHNOLOGIES > LIMITED at Cisco) wrote: > >  > Hi Anil, > > This method is working fine. > > Thank you very much for your reply. > > Thanks, > Sal

Re: [users@httpd] Apache 2.4.41 checking env variable error

2019-11-03 Thread Anil Kumar P
You can try like below, SetEnvIf %{XYZ} "SUCCESS" xyz_env Require env xyz_env Thanks, Anil >> On Nov 3, 2019, at 11:24 AM, Salim Abdul -X (salimabd - HCL TECHNOLOGIES >> LIMITED at Cisco) wrote: > %{XYZ} == "SUCCESS"

Re: [users@httpd] Optimal way to trigger logging if certain URL is accessed

2019-10-23 Thread Anil Kumar P
Nope only on server and vhost levels. Thanks, Anil > On Oct 23, 2019, at 11:52 AM, Colin 't Hart wrote: > > Are logging directives allowed inside a Location or LocationMatch directive? > > /Colin > > Sent from my iPhone > >> On 23 Oct 2019, at 18:41, Martin T wrote: >> >> Hi, >> >> I ha

Re: [users@httpd] Is it possible to have in Apache 2.4 VirtualHosts, each with its own SSLProtocol ?

2019-10-17 Thread Anil Kumar P
As suggested in the wiki, did you set below during your tests. Let us know your findings. # Listen for virtual host requests on all IP addresses NameVirtualHost *:443 # Go ahead and accept connections for these vhosts # from non-SNI clients SSLStrictSNIVHostCheck off Thanks, Anil > On Oct

Re: [users@httpd] Is it possible to have in Apache 2.4 VirtualHosts, each with its own SSLProtocol ?

2019-10-16 Thread Anil Kumar P
Is the client sending hostname header with the correct host, if not by default first vhost will be served. Thanks, Anil > On Oct 16, 2019, at 7:52 AM, Marian Ion wrote: > >> On 16/10/2019 12:44, Martin Drescher wrote: >> So I would suggest, putting the 1.3 only server as the first in your conf

Re: [users@httpd] Proxy to Proxy to web servers

2019-10-07 Thread Anil Kumar P
I suggest If possible try to serve the files from second proxy to see if it helps Thanks, Anil > On Oct 7, 2019, at 7:15 PM, Ellis, Merphis > wrote: > > The style sheet is on the backend web servers > > From: Anil Kumar P > Sent: Monday, October 07, 201

Re: [users@httpd] Proxy to Proxy to web servers

2019-10-07 Thread Anil Kumar P
Where did you keep the style sheets are they on second proxy or serving from the backend? Thanks, Anil > On Oct 7, 2019, at 1:04 PM, Ellis, Merphis > wrote: > > Good afternoon > > I am looking to get a Proxy to Proxy to Web Server setup > There is a firewall between the two proxies. For th

Re: [users@httpd] Issue with Apache/Kerberos authentication

2018-10-25 Thread Sanjay Kumar Sahu
Hi Yann, Could you please let me know which module is now supported by HTTPD to work with kerberos/SSO? thanks, On Mon, Oct 22, 2018, 20:38 Yann Ylavic wrote: > Hi, > > On Mon, Oct 22, 2018 at 4:39 PM Sanjay Kumar Sahu > wrote: > > > > I want to create a new thread

[users@httpd] Issue with Apache/Kerberos authentication

2018-10-22 Thread Sanjay Kumar Sahu
ec_context() failed: Unspecified GSS failure. Minor code may provide more information (, No key table entry found for the SPN) Please let us know if there is any solution to resolve for the issue. -- *Thanks & Regards,* *Sanjay Kumar Sahu*

Re: [users@httpd] SNI extension for healthchecks

2018-10-22 Thread Sanjay Kumar Sahu
evant vhost. > > > Regards, > Yann. > > - > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > > -- *Thanks & Regards,* *Sanjay Kumar Sahu*

Re: [users@httpd] Failed to acquire SSL session cache lock

2018-10-22 Thread Sanjay Kumar Sahu
sh lock > Invalid argument: AH01948: Failed to acquire OCSP ssl-stapling lock > Invalid argument: AH01949: Failed to release OCSP ssl-stapling lock > > I use Apache/2.4.29 (Ubuntu 18.04). I use http2 and ssl-stapling. > -- *Thanks & Regards,* *Sanjay Kumar Sahu*

[users@httpd] Is apache httpd 2.4.33 support redirecting internally to another server based on proxy response.

2018-06-22 Thread Shiva Kumar
Hi All, I have googled lot on configuring httpd to redirect internally without exposing the redirection to client but could not able to get it. Is there any way to hide redirection from client? Thanks Shiva - To unsubscri

[users@httpd] I need to send the same request sent from client to my authentication server before proxying

2018-06-14 Thread Shiva Kumar
Hi All, Is there any module that I can use to send a request to my authentication server before proxying the same request to my resource server? I mean I need to do double proxying. Thank You, Shiva - To unsubscribe, e-mai

[users@httpd] Modifying request body and content type going to proxy url

2018-06-02 Thread Shiva Kumar K R
Hi All, I am able to configure httpd as reverse proxy, I have to modify json body in post request coming from client to URL encoded format before sending that to specific proxy server, I have searched for the answer on the internet but got nothing can anyone give a hint on this. Thanks, Shiva

Re: RE: RE: [users@httpd] Apache ReverseProxy for JavaWebStart Application.

2018-01-25 Thread kiran kumar
  Good luck.     Rick Houser Web Engineer   From: kiran kumar [mailto:kiranchoudar...@yahoo.co.in] Sent: Thursday, January 25, 2018 10:36 To: Houser, Rick ; users@httpd.apache.org Subject: Re: RE: [users@httpd] Apache ReverseProxy for JavaWebStart Application.   EXTERNAL EMAIL

Re: RE: [users@httpd] Apache ReverseProxy for JavaWebStart Application.

2018-01-25 Thread kiran kumar
:8080/ServicesWeb/|http://public.example.com:85/ServicesWeb/|i" ThanksKiran On Thursday 25 January 2018, 10:40:51 AM GMT-5, kiran kumar wrote: Thanks Rick for your reply. I am trying to understand your reply. The JNLP file that generates dynamically when we launch the client has

Re: RE: [users@httpd] Apache ReverseProxy for JavaWebStart Application.

2018-01-25 Thread kiran kumar
    Rick Houser Web Engineer   From: kiran kumar [mailto:kiranchoudar...@yahoo.co.in.INVALID] Sent: Wednesday, January 24, 2018 17:42 To: users@httpd.apache.org Subject: [users@httpd] Apache ReverseProxy for JavaWebStart Application.   EXTERNAL EMAIL Hi,   I have java web st

Re: RE: [users@httpd] Apache ReverseProxy for JavaWebStart Application.

2018-01-25 Thread kiran kumar
r use mod_substitute to modify it on the fly.     Rick Houser Web Engineer   From: kiran kumar [mailto:kiranchoudar...@yahoo.co.in.INVALID] Sent: Wednesday, January 24, 2018 17:42 To: users@httpd.apache.org Subject: [users@httpd] Apache ReverseProxy for JavaWebStart Application.   EXT

[users@httpd] Apache ReverseProxy for JavaWebStart Application.

2018-01-24 Thread kiran kumar
Hi, I have java web start application running in my Jboss Application server. I have configured the reverse proxy configuration for my JavaWeb start application as shown below. Servername public.example.com ProxyRequests Off ProxyPass “/ServicesWeb”  “http://localhost:8080/S

[users@httpd] Apache Tuning question

2017-08-15 Thread Deepak Kumar
Hi, I am woking on upgrading Apache from very old version V2.0 to latest V2.4.25 and have following Tuning question. The old apache has been compiled with prefork MPM and has following tuning values. I want to enable worker mpm in new apache. Could you please suggest what should be the tuning valu

Re: [users@httpd] Apache upgrade error

2017-08-03 Thread Deepak Kumar
Hi Nick, Where can I find and fix the issue. In httpd.conf file or jsp files in tomcat where it is referring P3P ? Thanks, Deepak On Thu, Aug 3, 2017 at 10:26 AM, Nick Kew wrote: > > > On 3 Aug 2017, at 15:53, Deepak Kumar wrote: > > > > Hi, After apgrading Apache RPM pa

[users@httpd] Apache upgrade error

2017-08-03 Thread Deepak Kumar
ng request Can someone please advise what could be causing the issues? -- Thanks & Regards, Kumar

Re: [users@httpd] Apache 2.4.25 AIX rpms

2017-08-02 Thread Deepak Kumar
Hi Eric, I am not using the compile method. I am installing apache and it's dependent RPMs on AIX. On Wed, Aug 2, 2017 at 08:24 Eric Covener wrote: > On Wed, Aug 2, 2017 at 8:17 AM, Deepak Kumar wrote: > > Hi Krishna > > Can I ignore devel packages? Or do we need the

Re: [users@httpd] Apache 2.4.25 AIX rpms

2017-08-02 Thread Deepak Kumar
for the > IBM TOOLBOX. > > > > Try checking in the below link. > > > > > http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/date.html#downloads > > > > *Regards,* > > *Krishna* > > > > *From:* Deepak Kumar [mailto:deepak...@gmail

[users@httpd] Apache 2.4.25 AIX rpms

2017-08-01 Thread Deepak Kumar
Hi, I am installing Apache 2.4.25 on Aix 6.1. Can i ignore devel packages for higher environments? There are a bunch of devel rpms recommended in Bullfreeware. -- -- Thanks & Regards, Kumar

Re: [users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Deepak Kumar
Hi Eric, How about www.bullfreeware.com. Is it a reliable source to get the RPMs from for AIX. ? Thanks, Kumar. On Tue, Aug 1, 2017 at 10:44 AM, Eric Covener wrote: > On Tue, Aug 1, 2017 at 11:30 AM, Deepak Kumar wrote: > > Hi, > > I am trying to install Apache 2.4.25 with ope

[users@httpd] Apache 2.4 on AIX 6.1

2017-08-01 Thread Deepak Kumar
there. -- Thanks & Regards, Kumar

[users@httpd] Apache 2.4.12 to 2.4.26 upgrade on AIX 6.1

2017-07-25 Thread Deepak Kumar
ssl-1.0.1l-1 AIX-rpm-6.1.8.15-3 -- Thanks & Regards, Deepak Kumar

[users@httpd] Apache server response very very slow from chrome/ firefox and works fine from Safari - User-Agent issue

2017-07-18 Thread Kumar Devarakonda
header/ removing it etc.. Still the same. It just worked fine if we remove user-agent "Mozilla" string. We have multiple applications running through this server and all of them behaved the same way (same kind of slowness).. Regards, Kumar

[users@httpd] Editing Cookies in Apache HTTP Server.

2017-01-25 Thread kumar
in if not present in cookie. I appreciate your time and help. Thanks, Kumar

[users@httpd] Restricting remote IP's for a Forward Proxy

2016-05-10 Thread Krishna Kumar (Engineering)
Hi all, I have been experimenting with Apache2 since yesterday (newbie), and while I am able to get Forward Proxy working, is the following possible: Intranet-Client1 can access only www.google.com Intranet-Client2 can access only www.gmail.com ... ... and so on. I found the ProxyBlock keyword,

Re: [users@httpd] Uneven load distribution in Tomcat application servers proxy balanced in front end Apache httpd web server

2015-12-22 Thread Gaurav Kumar
ure it out. Thanks, Gaurav On Tue, Dec 22, 2015 at 10:50 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > Gaurav, > > On 12/22/15 11:26 AM, Gaurav Kumar wrote: > > I am using 6 Apache httpd 2.2.15 which are forwarding requests to the > > Tomcat applica

[users@httpd] Uneven load distribution in Tomcat application servers proxy balanced in front end Apache httpd web server

2015-12-22 Thread Gaurav Kumar
, tried the traceroute command for the diagnosis and found almost similar patterns with 30 hops for both the batch servers (batch1 as well as batch2). I am unable to figure out, what the issue is? Can anyone please help me out. Any help, really appreciated. -- Thanks & regards Gaurav Kumar

[users@httpd] mod_ftp 0.9.6v issue with apache 2.4.10

2014-09-08 Thread Mukesh Kumar
Hi, Does anyone knows when mod_ftp 1.0.1 v is going to release? I was trying to configure mod_ftp(0.9.6) with httpd version 2.4 and it seems like its not compatible. ftp_data_connection.c(294) : error C2037: left of 'b' specifies undefined struct/union 'core_filter_ctx' . ftp_data_conn

Re: [users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread vipin kumar
order on the header field. On Mon, Sep 8, 2014 at 11:09 PM, Eric Covener wrote: > On Mon, Sep 8, 2014 at 1:32 PM, vipin kumar > wrote: > > would it be safe to assume that Cookie, if present, will always be the > last > > field in Header field ? > > No. > > -- &

[users@httpd] Cookie in HTTP Request Header

2014-09-08 Thread vipin kumar
Hello, i have a question regarding the cookie attribute in HTTP request header. Though i know that RFC does not require any order on the HTTP header fields but i observed almost every time 'Cookie' always present at last in the HTTP header. would it be safe to assume that Cookie, if present, will

Re: [users@httpd] can't start server after adding coldfusion

2014-08-25 Thread Sravan Kumar
Try reinstall plugin or manually instead of service On 26 Aug 2014 07:03, "Matthew Smith" wrote: > windows 8 64 > > the cf service is started. > > > On Mon, Aug 25, 2014 at 7:18 PM, Daryl Lackey > wrote: > >> CF11 _does_ support Apache 2.4 ( >> http://wwwimages.adobe.com/content/dam/Adobe/en/pro

[users@httpd] client side certificate authentication

2013-12-16 Thread Kumar Bijayant
getting confused :( specially on SSLCARevocationFile Thanks & Regards, Bijayant Kumar PS: I am not newbie to Apache (working from few years) but this time stuck like anything and it is hard to believe that I am not able to understand the simple documents on Apache site :(

Re: [users@httpd] Number of concurrent connections to apache

2013-12-09 Thread Kumar Bijayant
nnections-or-which-ports-are-openlistening-linux > > > On Fri, Dec 6, 2013 at 3:01 PM, Kumar Bijayant wrote: > >> Hello All, >> >> The below setting is configured in one of our apache webserver >> >> ServerLimit 600 >> StartServers

[users@httpd] Number of concurrent connections to apache

2013-12-06 Thread Kumar Bijayant
but sadly that option is not enabled. Is there any other way, like through some command if I can achieve this? I googled for this answer but nothing specific I could find. So, thought to check it here. Thanks & Regards, Bijayant Kumar.

Re: [users@httpd] Apache Upgrade from 2.2.22 to 2.4.6

2013-11-30 Thread rakesh kumar
Thu, Nov 28, 2013 at 3:38 PM, rakesh kumar wrote: > >> Hi, >> >> I have upgraded apache server on Win2008 R2 server from 2.2.22 to 2.4.6. >> After making all the required changes in the config file(as suggested >> here http://httpd.apache.org/docs/current/upgrading.ht

[users@httpd] Apache Upgrade from 2.2.22 to 2.4.6

2013-11-28 Thread rakesh kumar
Hi, I have upgraded apache server on Win2008 R2 server from 2.2.22 to 2.4.6. After making all the required changes in the config file(as suggested here http://httpd.apache.org/docs/current/upgrading.html),I am able to start the Apache server. Installed version is following: Apache/2.4.6(win32) Ope

[users@httpd] Virus scan module/plugin for apache 2.2.25 webserver

2013-11-26 Thread Mukesh Kumar
Hi All, I am looking for a module or plug-in which i can use with apache webserver to scan the files as soon as they get uploaded on the server. While searching i came across clamav, but it can be used only when proxy module is loaded or so. Can someone help ? if you know any module which ca

Re: [users@httpd] Signs of Apache Web Server been hacked

2013-11-10 Thread Vishesh kumar
I think you can also check access log with grep if any call to bash script. Thanks Vishesh Kumar http://linuxmantra.com/ On Mon, Nov 11, 2013 at 9:50 AM, Mauricio Tavares wrote: > On Sun, Nov 10, 2013 at 9:36 PM, Rizwan Raza > wrote: > > There is a bunch of php scripts on the serv

Re: [users@httpd] redirecting URL

2013-11-07 Thread Vishesh kumar
Inside VirtualHost section, Redirect Permanent myContent/0900f00b803af701<http://myapp.mydomain.com/myContent/0900f00b803af701> http://anotherapp:9087/mypages/svc/v1/General/ALL/myContent/0900f00b803af701?mypageHeader=true Should serve the purpose. Thanks Vishesh Kumar http://linuxmant

[users@httpd] Printing Request Details received at Apache

2013-10-21 Thread santosh kumar
Hi Everybody, There is one query of which i am not finding any solution. Actually i am using apache as my webserver for load balancing and my tomcat hold's application war. What i need is , i want to print the whole request details which is being received at Apache end. Is there any solution/ c

Re: [users@httpd] Need Help for back porting module mod_reqtime

2013-10-18 Thread Santosh Kumar
Found the option, (by intercghanging options) usr/sbin/apxs -S SYSCONFDIR="/santosh/current/apach" -a -i -l cap -c mod_antiloris.c On Fri, Oct 18, 2013 at 2:38 PM, Santosh Kumar wrote: > Could you please provide usage for apxs to set httpd.conf to custom path. > > i.e

Re: [users@httpd] Need Help for back porting module mod_reqtime

2013-10-18 Thread Santosh Kumar
stom /etc/httpd/conf/httpd.conf file.. apxs:Error: At least one `LoadModule' directive already has to exist.. On Fri, Oct 11, 2013 at 5:23 PM, Nick Kew wrote: > On Fri, 11 Oct 2013 12:14:48 +0530 > S

[users@httpd] Need Help for back porting module mod_reqtime

2013-10-10 Thread Santosh Kumar
Hello Friends, Would need your help to port mod_reqtime into *2.0.52* In order to provide patch for CVE-2007-6750 on top of *2.0.52* I'm working for porting module reqtimeout, Got to know suse followed backporting this module( http://lists.opensuse.org/opensuse-security-announce/2012-02/msg00026

[users@httpd] Apache - 64bit Unix

2013-10-01 Thread Kumar, Rajeev
Dear Expert, I am wondering apache 2.4.6 for UNIX available at "http://httpd.apache.org/docs/2.4/ " . Is it 64 bit or 32 bit or it depends on the machine we compile. Thanks and Regards Rajeev

[users@httpd] RE: Downloads for Apache 2.4.6 w/ OpenSSL 1.0.1e !!

2013-09-25 Thread Thakur, Praveen Kumar
Anyone? From: Thakur, Praveen Kumar [mailto:praveenkumar_tha...@bmc.com] Sent: Tuesday, September 24, 2013 6:24 PM To: users@httpd.apache.org Subject: [users@httpd] Downloads for Apache 2.4.6 w/ OpenSSL 1.0.1e !! Hi, We want to ship Apache 2.4.6 w/ OpenSSL 1.0.1e binaries with our product for

[users@httpd] Downloads for Apache 2.4.6 w/ OpenSSL 1.0.1e !!

2013-09-24 Thread Thakur, Praveen Kumar
Hi, We want to ship Apache 2.4.6 w/ OpenSSL 1.0.1e binaries with our product for Windows platform. I could see in URL http://httpd.apache.org/docs/2.4/platform/windows.html that Apache recommends following URLs to download these binary packages. Are these locations safe to download the Apache

[users@httpd] Rewrite Rule

2013-08-02 Thread Mukesh Kumar
Hi, I have below similar rewrite rule in my conf - --- RewriteCond %{HTTP_HOST} ^abc.xyz.com|^abc$ RewriteCond %{REQUEST_URI} !^/abc/.* RewriteRule ^(.*)$ http://xyz.com/test/ [E=HTTP_REFERER:%{HTTP_REFERER},L] --- If i hit, abc.xyz.com or abc - it redirects as per ru

Re: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Vishesh kumar
My understanding is that SHA encryption format does not use salting in Apache. I think salt can be used with MD5 in Apache. Thanks Vishesh Kumar http://www.linuxmantra.com/ On Thu, Jun 20, 2013 at 8:43 PM, Piotr Pawłowski < piotr.pawlow...@goyello.com> wrote: > Yes, that is obviou

Re: [users@httpd] mod_authz_dbd + salted and hashed password

2013-06-20 Thread Vishesh kumar
Apache support SHA1 password but that depends on platform as well. Thanks Vishesh Kumar http://www.linuxmantra.com/ On Thu, Jun 20, 2013 at 7:22 PM, Piotr Pawłowski < piotr.pawlow...@goyello.com> wrote: > Dear all, > > I have a database with users, who are allowed to see conte

Re: [users@httpd] Issues Implementing ldap authentication.

2013-05-06 Thread Vishesh kumar
I wonder, if we can use SASL mechanism here for authenticating via LDAP. Thanks Vishesh Kumar On Wed, May 1, 2013 at 11:01 PM, Eric Covener wrote: > Ldap only supports basic auth, not digest. -- http://linuxmantra.com -

[users@httpd] Need Help Urgently: Printing access details in Apache Access logs

2013-04-10 Thread santosh kumar
. is there any way through which we can print the response of web service in access logs in Apache. I need this help urgently if anybody could do it pls *With Regards* *Santosh Kumar* <http://www.aricent.com/> <http://www.aricent.com/>

RE: [users@httpd] HTML form action ends up downloading perl file instead of executing it

2013-03-19 Thread Pranav Kumar Ojha
not know what else to do. -Pranav > Date: Tue, 19 Mar 2013 13:36:24 -0400 > From: cove...@gmail.com > To: users@httpd.apache.org > Subject: Re: [users@httpd] HTML form action ends up downloading perl file > instead of executing it > > On Tue, Mar 19, 2013 at 1:04 PM, Prana

[users@httpd] HTML form action ends up downloading perl file instead of executing it

2013-03-19 Thread Pranav Kumar Ojha
I have been trying to run a simple perl-cgi script on windows 7. This is a simple HTML form with an OK button where clicking on OK button displays some text. But clicking the OK button on the HTML page, instead of executing and displaying perl file's output, the browser starts downloading the sc

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
ch 2013 8:20 PM > *Subject:* Re: [users@httpd] Apache monitoring MPM > > Another alternative to consider is mod_sflow and Ganglia, particularly if > you want to monitor large Apache clusters: > > http://blog.sflow.com/2012/10/thread-pools.html > > On Tue, Mar 5, 2013 at 6:31 A

Re: [users@httpd] Apache monitoring MPM

2013-03-05 Thread vishesh kumar
Hello Vicky , You can use Server-Status handler for this . SetHandler Server-Status order deny,allow allow from 127.0.0.1 deny from all In above given setting , you can use http://localhost/server-status from localhost Thanks Vishesh kumar http://www.linuxmantra.com/ On Tue, Mar 5, 2013 at

RE: [users@httpd] Where are error logs created on windows?

2013-03-03 Thread Pranav Kumar Ojha
d on windows? > > > > On 3/3/2013 11:40 AM, Pranav Kumar Ojha wrote: > > Hi all, > > > > I have recently installed latest version of Apache2.2 on windows 7. I am > > operating as an administrator with username as 'adminuser' on this > > machine. The apach

[users@httpd] Where are error logs created on windows?

2013-03-03 Thread Pranav Kumar Ojha
Hi all, I have recently installed latest version of Apache2.2 on windows 7. I am operating as an administrator with username as 'adminuser' on this machine. The apache webserver is installed at this location: 'C:\Program Files\Apache Software Foundation\Apache2.2\' on this computer and all folde

[users@httpd] [Solved]Re: [users@httpd] Certificate mismatch error

2013-03-01 Thread Kumar Bijayant
Hi Edward, The issue is now resolved after importing the correct intermediate certs. Their test steps were having some issue. Now all works fine. Thanks for your help. With Best Regards, Bijayant Kumar On Wed, Feb 27, 2013 at 2:23 AM, Edward Quick wrote: > Ok, I guess your job is to show t

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
Just got an update from client that after importing the intermediate cert also, the issue is not resolved !! *ORA-06512: at "SYS.UTL_HTTP", line 1029* *ORA-29024: Certificate validation failure (-29273)* * * *Thanks & Regards,* *BIjayant Kumar* On Tue, Feb 26, 2013 at 7:49 PM,

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
The certificate is installed by third party (trust center). I think the same and asked them to check and install if it is not there. Just waiting for their reply now. Thanks for your help so far! Thanks & Regards, Bijayant Kumar On Tue, Feb 26, 2013 at 5:47 PM, Edward Quick wrote: >

Re: [users@httpd] Certificate mismatch error

2013-02-26 Thread Kumar Bijayant
Hi Edward, I just renewed the server certificate on the Apache webserver. Oracle DB is not in our scope, that was the message from client. Thanks, Bijayant Kumar On Mon, Feb 25, 2013 at 7:31 PM, Edward Quick wrote: > Could you clarify, when you say : > > The Certificate was install

Re: [users@httpd] Certificate mismatch error

2013-02-25 Thread Kumar Bijayant
Hi Edward, Yes, the intermediate certs have been set up on the Apache server. By any chance you know what else information can I ask from client to pin point their/DB problem? Thanks & Regards, Bijayant Kumar On Sun, Feb 24, 2013 at 2:16 PM, Edward Quick wrote: > Hi Bijayant, > &

[users@httpd] Certificate mismatch error

2013-02-23 Thread Kumar Bijayant
rror while browsing the website with either name. Please correct me if I am wrong or any other pointer that will be helpful. Thanks & Regards, Bijayant Kumar

Re: [users@httpd] Re: Changing the MPM

2013-02-05 Thread vishesh kumar
Whats output of below httpd -t -M On RHEL we used to change to worker by editing file /etc/sysconfig/httpd Thanks On Tue, Feb 5, 2013 at 12:46 AM, yogesh hingmire wrote: > Folks, > > Any inputs on the below problem ? Appreciate all your help > > Thank You, > Yogesh > > > On Sun, Feb 3, 2013 at

[users@httpd] RE: Is there any compatibility issue with apache httpd 2.2.22 with OpenSSL 1.0.1c

2012-08-30 Thread Thakur, Praveen Kumar
Any update on this ? Thanks, Praveen -Original Message- From: Thakur, Praveen Kumar [mailto:praveenkumar_tha...@bmc.com] Sent: Monday, August 27, 2012 5:27 PM To: users@httpd.apache.org Subject: [users@httpd] Is there any compatibility issue with apache httpd 2.2.22 with OpenSSL 1.0.1c

[users@httpd] RE: Apache httpd 2.4.3 windows installer (.msi) with OpenSSL

2012-08-30 Thread Thakur, Praveen Kumar
Any update on this ? Thanks, Praveen -Original Message- From: Thakur, Praveen Kumar [mailto:praveenkumar_tha...@bmc.com] Sent: Saturday, August 25, 2012 1:22 AM To: users@httpd.apache.org Subject: [users@httpd] Apache httpd 2.4.3 windows installer (.msi) with OpenSSL Hi, I would like

[users@httpd] Is there any compatibility issue with apache httpd 2.2.22 with OpenSSL 1.0.1c

2012-08-27 Thread Thakur, Praveen Kumar
Hi, We would like to know if there is any compatibility issue with Apache 2.2.22 with OpenSSL 1.0.1c. We are going to compile Apache 2.2.22 with OpenSSL 1.0.1c. Before doing this, if anyone can confirm that there is no compatibility issue with Apache httpd 2.2.22 with OpenSSL 1.0.1c. Also, i

[users@httpd] Apache httpd 2.4.3 windows installer (.msi) with OpenSSL

2012-08-24 Thread Thakur, Praveen Kumar
Hi, I would like to know when windows installer (.msi) for Apache 2.4.3 would be available with OpenSSL 1.0.1c (or other latest OpenSSL version)? Like Apache 2.2.22 msi with OpenSSL 0.9.8t is currently available for download. Thanks, Praveen -

[users@httpd] HTTP methods vulnerabilities

2012-08-17 Thread Kumar Bijayant
ilities any how. Where else I should check? Any comments or direction would be very helpful . Thanks & Regards, Bijayant Kumar - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional comman

Re: [users@httpd] Access rules in an intranet

2012-06-12 Thread Rajeev Kumar
Hi Luis, Please try with the below order. Hope this helps order Allow,Deny Allow from 10.215 Deny from all Thanks On Tue, Jun 12, 2012 at 5:55 AM, Luís de Sousa wrote: > Dear all, > > I'm configuring a server to which I have ssh access through an intranet. > I'd like to open access to all nod

[users@httpd] Re: Spammers Real IP need to block at apache

2012-05-23 Thread Rajeev Kumar
able to achieve the objective with both options Any other option > if someone have used. Please advice. > > Thanks, > Rajeev Kumar > > > >

Re: [users@httpd] sh: fetch: command not found

2012-05-03 Thread vishesh kumar
Thanks Tom for wonderful suggestion. Let me try this On Thu, May 3, 2012 at 9:37 PM, Tom Evans wrote: > On Mon, Apr 30, 2012 at 12:15 PM, vishesh kumar > wrote: > > Hi Members, > > > > I am getting a lots of followi

Re: [users@httpd] sh: fetch: command not found

2012-04-30 Thread vishesh kumar
Thanks Eric , But i didn't uploaded any CGI script which call fetch*. * I suspect if this could be hacking attempt . Thanks On Mon, Apr 30, 2012 at 4:58 PM, Eric Covener wrote: > On Mon, Apr 30, 2012 at 7:15 AM, vishesh kumar > wrote: > > Hi Members, > > > > I a

[users@httpd] sh: fetch: command not found

2012-04-30 Thread vishesh kumar
Hi Members, I am getting a lots of following error in my error_log -- sh: fetch: command not found --- What could be the reason as nothing more relevant information in log file ? Thanks Vishesh Kumar

[users@httpd] processCallbacks status 2

2011-11-30 Thread Sandeep Kumar Kalpane
Hi All, We are using have Apache and Tomcat server connected using mod proxy. Following message is printed in Tomcat logs WARNING: processCallbacks status 2 Can you please suggest the issue and impact of this. Thanks Sandeep

[users@httpd] SSL received a record with an unknown content type

2011-11-17 Thread Ranjith Kumar
Hi, I am running a web application on apache and using openssl for encryption. I am receiving ssl error when I browse my application with https://. The error says "SSL received a record with an unknown content type" Error code: "ssl_error_rx_unknown_record_type" Please help me to fix this issue

Re: [users@httpd] Content Based Routing in Apache HTTP Server

2011-09-28 Thread Achal Kumar
om/Content-Based-Routing-in-Apache-HTTP-Server-tp32548309p32548309.html> > Sent from the Apache HTTP Server - Users mailing list > archive<http://old.nabble.com/Apache-HTTP-Server---Users-f55.html>at > Nabble.com. > -- Achal Kumar For blogging on cricket:- http://funcricket.blogspot.com/

[users@httpd] mod expiry with proxy | Help required

2011-09-22 Thread Sandeep Kumar Kalpane
headers for all content residing in Apache. However we were unable to configure expiry headers for content (like images) coming via proxy (Tomcat). Appreciate your help. Sandeep Kumar Kalpane Senior Associate Platform L1 | SapientNitro Salarpuria GR Tech Park 6th Floor, VAYU Block #137 Whitefield

Re: [users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-19 Thread Ujjwal Kumar
ErrorDocument 503 http://www.mypartnersite.com/music > >... > > > should do what you describe. > > Pete > > On Sat, Sep 17, 2011 at 07:28:39PM +0530, Ujjwal Kumar wrote: > > /music is not a directory, it is just a URL which is routed to some > >

Re: [users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-17 Thread Ujjwal Kumar
for www.mysite.com/electronics and www.mysite.com/mobiles [ ie give out 503 as it is] How to set this up? On Fri, Sep 16, 2011 at 9:36 PM, Mark Montague wrote: > On September 16, 2011 2:58 , Ujjwal Kumar > wrote: > >> >> * /music is not a physical directory >> &g

[users@httpd] Mod Rewrite for Server Status 503, depending upon URL

2011-09-16 Thread Ujjwal Kumar
I want to redirect only if there is an error (server status 503). Without the error, this is the redirect script, which works fine: Redirect /music http://google.com/music Redirect /talk http://pidgin.com/some_gtalk_url But, this redirects /music to http:// google.co/music in all cases. I want th

[users@httpd] ?????? ??????? ?? files in /tmp

2011-08-01 Thread vishesh kumar
Hi Members I am getting ?? ??? .doc and ?? ??? .xls files in /tmp parition. The owner of all these files are www . I am running apache on centos . Does it indicate any security breach ? Vishesh Kumar

  1   2   3   >