Search Discussions
-
Hello we know that we can protect some pages in our apache server using authentication: http://httpd.apache.org/docs/2.2/howto/auth.html but what if I have already authenticate the users using ...
Mark jensen
Jul 19, 2014 at 9:16 pm
Jul 22, 2014 at 2:52 pm -
Hi, we have apaches as reverse proxies for some tomcat and wso2-application servers. We get this error message on a high-load-webserver: [proxy_http:error] [pid 13256:tid 47013272524544] (11)Resource ...
Ulrich Herbst
Jul 25, 2014 at 10:37 am
Aug 6, 2014 at 5:57 pm -
Dear list, I need a rewrite where query string is the answer. http://domain/?eID=dd_googlesitemap&L=0 should be redirected to http://domain/sitemap.xml So I have added the following to .htaccess ...
Bob
Jul 30, 2014 at 11:49 am
Jul 30, 2014 at 1:46 pm -
Hi, I've an Apache/2.2.15 in front a JBoss Cluster (based on 2 nodes) in which web applications are deployed in HA Singleton mode. In this case the web applications are always running on a specific ...
Federico Calì
Jul 3, 2014 at 10:47 am
Jul 8, 2014 at 1:27 pm -
According to this page: http://httpd.apache.org/docs/current/mod/mod_authz_host.html , we can authorize the users after Authentication, Is this true? My problem is I'm trying to authenticate all my ...
Mark jensen
Jul 22, 2014 at 2:39 pm
Jul 29, 2014 at 9:10 pm -
Hi, i'm quite new to Apache and Servers in general and on my Wamp Server on a Windows 7 System using Apache 2.4.4 i get the following Error when trying to access localhost (from the Server machine of ...
Jan Christoph Schatteburg
Jul 4, 2014 at 11:02 am
Jul 19, 2014 at 12:58 pm -
My apache server has started segmentation faulting all the time (seems to log a segmentation fault every few requests to the apache error log): [Fri Jul 25 06:25:42.046752 2014] [core:notice] [pid ...
Paul Beckett
Jul 25, 2014 at 6:01 pm
Jul 27, 2014 at 1:02 pm -
Hello, We have experienced this warning/error a few times: [Thu Jul 03 20:17:15 2014] [warn] (4)Interrupted system call: Failed to acquire SSL session cache lock After this has occurred, the Apache ...
Tomlinson, Stuart
Jul 15, 2014 at 8:56 pm
Jul 16, 2014 at 11:37 am -
Hi, I am using apache 2.4.7 with mod_proxy_fcgi for purpose of passing through php to php-fpm (this will be used for shared hosting environment). The htaccess works fine for non php files, but once ...
Sergei Franco
Jul 8, 2014 at 11:01 pm
Jul 10, 2014 at 3:32 am -
Hi I have Ubuntu 14.04 (upgraded from 12.04) with this: Server version: Apache/2.4.7 (Ubuntu) Server built: Apr 3 2014 12:20:25 Server's Module Magic Number: 20120211:27 Server loaded: APR 1.5.1-dev, ...
Васильев "Zmey!" Олег
Jul 24, 2014 at 12:31 pm
Jul 25, 2014 at 9:57 am -
Is there a way to use the virtual server directive to serve web pages from a different server with a different IP address than my production FreeBSD/Apache box? I have DNS set up so website1.com and ...
John Garrett
Jul 17, 2014 at 12:18 am
Jul 17, 2014 at 1:57 am -
Hi I could successfully built httpd-2.4.7 on WIndows 7 32bit with Visual Studio 2010 with the help of few thread in mailing lists. But, now, we want to build it on another Windows 7 32bit machine, ...
Sandeep Thakkar
Jul 24, 2014 at 11:14 am
Jul 25, 2014 at 11:14 am -
I want to allow a directory " /var/www/html/ldap" to two users according to IPs (192.168.1.2 192.168.1.7): <Directory /var/www/html/ldap Order allow,deny Allow from 192.168.1.2 192.168.1.7 Satisfy ...
Mark jensen
Jul 22, 2014 at 3:21 pm
Jul 22, 2014 at 3:44 pm -
I have read about Authoriztion in Apache: Require host example.org Require host .net example.edu This configuration will cause Apache to perform a double reverse DNS lookup on the client IP address, ...
Mark jensen
Jul 20, 2014 at 10:18 pm
Jul 22, 2014 at 12:35 pm -
Hi Folks, Ever once in a while, a crawler comes along and starts indexing our site - and in the process pushes our server's load average through the roof. Short of blocking the crawlers, can anybody ...
Miles Fidelman
Jul 12, 2014 at 5:28 pm
Jul 18, 2014 at 3:20 pm -
Adding an extension to the binaries had the same effect as adding the entry: <Directory /var/www/w-lists SetHandler fcgid-script </Directory I now get an Internal Server Error page and when I check ...
Remco Poelstra
Jul 1, 2014 at 7:55 am
Jul 3, 2014 at 11:32 pm -
I have been trying to upgrade to Apache 2.4.9 on a NetBSD system but I am running into this issue. The server starts but I get a bunch of warnings and the certificate is not served. Here is an ...
D'Arcy J.M. Cain
Jul 15, 2014 at 8:33 am
Jul 29, 2014 at 8:14 pm -
I got an cgi-script which is creating a file. This file need 775 permissions (rwxrwxr-x). I need to get the apache to create this file with 775 permissions. I researched, but 90% of all those ...
Mike Wenzel
Jul 28, 2014 at 6:30 am
Jul 29, 2014 at 2:48 pm -
First, I may ask the question in a different way: can we have two defined Directory tag for one directory? I want to deal with users differently according to there source IP: Can I use different ...
Mark jensen
Jul 23, 2014 at 11:31 pm
Jul 24, 2014 at 9:22 am -
Hi, I have a question about HTTP status codes. - I use Apache 2.2.15 + mod_proxy_ajp + Tomcat 6.0.35. - Apache's Timeout is 90 sec, and Tomcat AJP connector's connectionTimeout is 10000 (10 sec). - ...
Nozomi Anzai
Jul 1, 2014 at 4:52 am
Jul 24, 2014 at 7:27 am -
Any suggestions on mechanism to archive httpd processes over a couple months? The idea being to see the peak number of httpd processes reached during say 2 months? Thanks
Rose, John B
Jul 21, 2014 at 6:48 pm
Jul 22, 2014 at 1:21 am -
Hi All, I have one Custom Linux board on which I want to run apache web server (httpd) to test HTML and other web based pages. I have configured, cross compiled and installed httpd (2.2.24, 2.4.1, ...
Ritesh Prajapati
Jul 16, 2014 at 11:18 am
Jul 17, 2014 at 1:58 pm -
Hello, I have a little problem maybe you could help me. I have the userdir directive activated and now I can see my projects in public_html on my home dir, I can also browse my dirs in the web ...
Carlos Carcamo
Jul 15, 2014 at 5:58 am
Jul 15, 2014 at 2:24 pm -
My web server: FreeBSD 10.0, Apache 2.4, Perl 5.16, HTML::Template::Pro 0.9510 When I try to run any perl script calling HTML::Template::Pro templates larger than 8,191 bytes, I get following error ...
Tom Phan
Jul 10, 2014 at 3:57 pm
Jul 14, 2014 at 12:43 pm -
Hello all, I'm incredibly new to Apache, apologies if this is stupid but if I didn't need help I wouldn't ask. I'm using Apche2 on my laptop and on an actual server. The webpage I'm using has a ...
James Kerwin
Jul 2, 2014 at 8:50 am
Jul 4, 2014 at 11:22 am -
Hi all, I have an Apache/2.2.15 server running on RHEL 6. There is a single file (150K in size )hosted on this server. The server has 2 x 2.6Ghz quad-core CPU and has 12GB memory. I would like to ...
Koray Ersin
Jul 1, 2014 at 12:02 pm
Jul 22, 2014 at 12:38 pm -
Hello list! I'm having difficulty getting mod_authnz_ldap to work with mod_auth_ntlm_winbind and I was hoping someone could provide some insight. I have the task to configure Single-Sign-On for our ...
Schnyder Stefan (schf)
Jul 8, 2014 at 1:19 pm
Jul 17, 2014 at 9:09 am -
Hi I'm new to Apache and I have a number of questions: 1. Installation of Apache I'm trying to install appache on my PC which runs on Ubuntu 12.04, I have managed to download the httpd-2.4.9 from ...
AL-KHUSAIBI, HSM (Student)
Jul 16, 2014 at 2:12 pm
Jul 17, 2014 at 4:05 am -
Dear Group This is such a dumb question I am almost afraid to ask because I should know this after so many years but old age has it's way of extracting revenge for years of abuse. I have a windows 8 ...
Giovanni Bianchini
Jul 9, 2014 at 10:29 am
Jul 15, 2014 at 10:01 am -
Hi ! I'm trying to use Apache 2.2 to proxy connections to a server that only listens with HTTPS (Citrix Secure Gateway, to be more precise) and keep the connection encrypted. I've already enabled the ...
Fabio Schmidt
Jul 10, 2014 at 10:35 pm
Jul 14, 2014 at 1:02 pm -
Greetings, I am having a problem hiding query strings: Example: Change: http://www.fishfry.gov/pls/webpls/car_1.data_in?jtype=IMP&jmnth=01&jyear=2014&jcountry=USA&joutput=TABLE To Show ...
Otis Dewitt - NOAA Affiliate
Jul 10, 2014 at 5:17 pm
Jul 11, 2014 at 2:10 pm -
This is the related log. AH01996: SSL handshake failed: HTTP spoken on HTTPS port; "trying to send HTML error page" AH00009: LOG_PREFIXuser '%s' removed cookie: '%s'", r- user, rfc2109 Sorry for my ...
金强
Jul 4, 2014 at 5:01 pm
Jul 4, 2014 at 11:32 pm -
If a vulnerability is listed on the 2.4 page ( https://httpd.apache.org/security/vulnerabilities_24.html) - let's pick on CVE-2014-0226 for mod_status and it is listed as affecting 2.4.9 down to ...
Michael Beadle
Jul 29, 2014 at 4:09 pm
Jul 30, 2014 at 12:17 am -
Howdy, I've sent this to the roundcube list few days ago, no-one replied so , since its also apache related, I'll ask here. <paste of message Trying to understand the new "security" rules in ...
Nick Edwards
Jul 25, 2014 at 4:33 am
Jul 25, 2014 at 6:18 am -
Hi All, I am trying to compile apache on Win7 via the Microsoft Windows SDK v7.1 command window. I have compile apache without any database utilities. I now want to compile with oracle. I have set ...
Hrasch, Janet
Jul 23, 2014 at 8:20 pm
Jul 23, 2014 at 9:46 pm -
Does anyone know how to set up SSL options in httpd.conf or ssl.conf? I am trying to force the server to use 256-bit AES Encryption when the client\server hello handshake is performed. Michael Slusar ...
Slusar,Michael
Jul 23, 2014 at 2:25 pm
Jul 23, 2014 at 7:18 pm -
Hi, I need some help in securing a server for shared hosting accounts (apache virtual hosts). Among others, I would like to restrict .cgi, py, pl scripts from being run or served by the server, so I ...
S7r
Jul 19, 2014 at 1:59 pm
Jul 19, 2014 at 3:00 pm -
Hi, I have never compiled apache in the Windows environment. I have compile in Linux. I am getting a compile error for the apr_escape.c module. I am sure the error is because I do not have all of the ...
Hrasch, Janet
Jul 16, 2014 at 3:24 pm
Jul 16, 2014 at 3:54 pm -
Not sure this is the right place to ask this question or not. I have an apache 2.2 setup with LDAP auth enabled. The html form in the front end takes some values and processes them using perl script ...
Rahul R
Jul 8, 2014 at 11:49 am
Jul 8, 2014 at 12:05 pm -
Hi, Please could someone elaborate if it is acceptable to have a DocumentRoot as a subdirectory of the ServerRoot? Many thanks in advance. This email message and any attachments are for the sole use ...
Brijunas, Martynas
Jul 7, 2014 at 7:25 am
Jul 7, 2014 at 5:01 pm -
I recently send a post on "http://www.apachelounge.com". I had no solution, but someone told me that the best solution was tihs users's list. So I try ! I search in the FAQ, but it didn't help ...
Elizabeth Gerrards
Jul 7, 2014 at 3:15 pm
Jul 7, 2014 at 5:00 pm -
Can i unsubscribe the maillist via this mail? -- Best Regards 王士强 Green Wang Email: [email protected],[email protected] Mobile: 18910010948
王士强
Jul 7, 2014 at 2:03 pm
Jul 7, 2014 at 2:10 pm -
Is mod_proxy capable of proxying XMPP to XMPP? By this I mean connections from one XMPP server to another XMPP server? I know that it has been used to proxy user/client connections to the http-bind ...
Katherine Manfre
Jul 3, 2014 at 4:06 pm
Jul 6, 2014 at 2:05 pm -
Hi All, Can you please let me know what this exception pointing to under access logs in apache webserver 2.2.7 ? 10.108.30.170 - - [02/Jul/2014:15:07:32 -0500] "CLUSTER-BROADCAST" 500 553 ...
Venu thangalapally
Jul 2, 2014 at 8:09 pm
Jul 2, 2014 at 10:47 pm -
Not an Apache-specific question but I'd like to get some real world input. The default document root location for my specific Linux distro is /var/www/html. I'd like to hear what location some of you ...
Brad Harris
Jul 25, 2014 at 8:14 pm
Jul 25, 2014 at 8:14 pm -
We notice the default is "On" If the home areas for each of your web sites are "nfs", is it better to set EnableMMAP to "Off"? Thanks
Rose, John B
Jul 25, 2014 at 7:40 pm
Jul 25, 2014 at 7:40 pm -
Hi, Im getting a 405 when sending a POST request to "http://www.sermobi.com/customers" from a mobille app using an ajax function. But I don't get that error using a tool like ...
Javier Garcia
Jul 24, 2014 at 8:52 pm
Jul 24, 2014 at 8:52 pm -
Hi, I am Bae (from Japan). (apache Version: 2.0.64) I installed the mod_dumpio, and getting request and reponse information in error.log. But if log(one line) becomes long, the log of the one ...
Bae.hk
Jul 24, 2014 at 8:38 am
Jul 24, 2014 at 8:38 am -
http://www.mydomain.com is setup as a virtual host on an Apache web server. It is configured as a proxy server sitting between the client and https://script.google.com (the "Origin"). Pages returned ...
Doug Jolley
Jul 23, 2014 at 9:26 pm
Jul 23, 2014 at 9:26 pm -
Apache HTTP Server 2.4.10 Released The Apache Software Foundation and the Apache HTTP Server Project are pleased to announce the release of version 2.4.10 of the Apache HTTP Server ("Apache"). This ...
Jim Jagielski
Jul 21, 2014 at 3:04 pm
Jul 21, 2014 at 3:04 pm
Group Overview
group | users |
categories | apache |
discussions | 59 |
posts | 249 |
users | 83 |
website | httpd.apache.org |
irc | #httpd |
83 users for July 2014
Archives
- November 2014 (10)
- October 2014 (193)
- September 2014 (131)
- August 2014 (183)
- July 2014 (249)
- June 2014 (212)
- May 2014 (121)
- April 2014 (301)
- March 2014 (150)
- February 2014 (181)
- January 2014 (244)
- December 2013 (214)
- November 2013 (173)
- October 2013 (223)
- September 2013 (158)
- August 2013 (211)
- July 2013 (180)
- June 2013 (199)
- May 2013 (145)
- April 2013 (206)
- March 2013 (269)
- February 2013 (248)
- January 2013 (234)
- December 2012 (287)
- November 2012 (254)
- October 2012 (226)
- September 2012 (248)
- August 2012 (252)
- July 2012 (199)
- June 2012 (226)
- May 2012 (285)
- April 2012 (271)
- March 2012 (539)
- February 2012 (343)
- January 2012 (303)
- December 2011 (291)
- November 2011 (277)
- October 2011 (303)
- September 2011 (271)
- August 2011 (254)
- July 2011 (242)
- June 2011 (370)
- May 2011 (312)
- April 2011 (291)
- March 2011 (341)
- February 2011 (412)
- January 2011 (424)
- December 2010 (303)
- November 2010 (435)
- October 2010 (463)
- September 2010 (432)
- August 2010 (370)
- July 2010 (512)
- June 2010 (429)
- May 2010 (487)
- April 2010 (510)
- March 2010 (607)
- February 2010 (440)
- January 2010 (609)
- December 2009 (616)
- November 2009 (658)
- October 2009 (593)
- September 2009 (510)
- August 2009 (487)
- July 2009 (597)
- June 2009 (615)
- May 2009 (735)
- April 2009 (780)
- March 2009 (742)
- February 2009 (662)
- January 2009 (642)
- December 2008 (472)
- November 2008 (537)
- October 2008 (522)
- September 2008 (789)
- August 2008 (466)
- July 2008 (551)
- June 2008 (622)
- May 2008 (531)
- April 2008 (695)
- March 2008 (616)
- February 2008 (692)
- January 2008 (500)
- December 2007 (539)
- November 2007 (715)
- October 2007 (833)
- September 2007 (890)
- August 2007 (784)
- July 2007 (748)
- June 2007 (711)
- May 2007 (828)
- April 2007 (639)
- March 2007 (733)
- February 2007 (657)
- January 2007 (821)
- December 2006 (658)
- November 2006 (801)
- October 2006 (580)
- September 2006 (878)
- August 2006 (953)
- July 2006 (906)
- June 2006 (1,077)
- May 2006 (984)
- April 2006 (622)
- March 2006 (913)
- February 2006 (934)
- January 2006 (982)
- December 2005 (770)
- November 2005 (884)
- October 2005 (784)
- September 2005 (719)
- August 2005 (1,028)
- July 2005 (714)
- June 2005 (834)
- May 2005 (970)
- April 2005 (1,040)
- March 2005 (978)
- February 2005 (963)
- January 2005 (922)
- December 2004 (878)
- November 2004 (920)
- October 2004 (786)
- September 2004 (944)
- August 2004 (924)
- July 2004 (822)
- June 2004 (1,120)
- May 2004 (1,123)
- April 2004 (911)
- March 2004 (1,180)
- February 2004 (1,053)
- January 2004 (1,207)
- December 2003 (1,145)
- November 2003 (1,001)
- October 2003 (1,319)
- September 2003 (1,112)
- August 2003 (1,206)
- July 2003 (1,348)
- June 2003 (1,027)
- May 2003 (1,572)
- April 2003 (1,703)
- March 2003 (1,369)
- February 2003 (1,782)
- January 2003 (2,269)
- December 2002 (1,583)
- November 2002 (1,455)
- October 2002 (1,516)
- September 2002 (1,400)
- August 2002 (1,816)
- July 2002 (1,911)
- June 2002 (1,663)
- May 2002 (1,643)
- April 2002 (1,730)
- March 2002 (1,305)
- February 2002 (1,189)
- January 2002 (1,057)
- December 2001 (878)
- November 2001 (146)