Search Discussions
-
Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8r OS X 10.6.8 I need help with a forward proxy setup and SSL. I have created a simple httpd.conf file with two virtual hosts, listening on 8080 and ...
Bill Moseley
Aug 24, 2011 at 9:18 am
Sep 23, 2011 at 4:55 pm -
Hello, I find it a bit strange that it is so difficult to find information about how to do this. I want to configure my Apache2 to use mod_dbd when authenticating users. But I cannot find any ...
Niklas
Aug 7, 2011 at 10:09 am
Aug 11, 2011 at 6:51 am -
hi there, I have multiple versions of Apache, all built with minimal inclusions of modules in the core binary , they don't exhibit the memory consumption issue when attacked with the killapache ...
Steve Foster
Aug 30, 2011 at 1:06 pm
Sep 27, 2011 at 5:17 pm -
Hi, I am using Apache 2.2.17 on Windows Server. To experiment with the limit of number of simultaneous connection, I used the directive ThreadsPerChild set the number to 1. So I am only supposed to ...
Go1010
Aug 17, 2011 at 8:52 pm
Aug 19, 2011 at 7:49 pm -
Hi! I originally set my virtual host up like this in my httpd.conf file: <VirtualHost *:80 .... ServerName www.example.com ServerAlias example.com RewriteEngine On RewriteCond %{HTTP_HOST} ...
Richard Taubo
Aug 17, 2011 at 1:28 pm
Sep 15, 2011 at 9:50 pm -
Hi all, I have what boils down to RewriteRule ^/website$ http://localhost/website/ ProxyPassMatch ^/website/(.*)$ http://localhost:8000/website/$1 but when I try http://localhost/website (note the ...
Hilco Wijbenga
Aug 20, 2011 at 6:15 am
Aug 22, 2011 at 10:10 pm -
Dear user, I am a new bie in Reverse Proxy configuration but something is wrong and I really do not know where can be a problem. My configuration of Virtual Host is following: <VirtualHost *:443 ...
Petr Hracek
Aug 12, 2011 at 7:22 pm
Aug 20, 2011 at 10:36 pm -
Hi all, I am using apache 2.2.15 as a reverse proxy server in front of tomcat app server. https is enabled between the client and apache reverse proxy server. Between apache and tomcat plain data ...
Snigdhamukherjee
Aug 2, 2011 at 5:28 am
Aug 11, 2011 at 1:22 pm -
We are using apache to load balance many of our web sites. Over the last few weeks, we have migrated sites to new back end servers. With the latest round of migrations (our busiest sites), I am ...
Jeff Poling
Aug 3, 2011 at 5:49 pm
Aug 4, 2011 at 3:30 pm -
so one of the mitigations for this advisory was: 1) Use SetEnvIf or mod_rewrite to detect a large number of ranges and then either ignore the Range: header or reject the request. Option 1: (Apache ...
Tom Sztur
Aug 25, 2011 at 1:02 am
Aug 31, 2011 at 8:56 am -
Hello list, I have a little problem with MediaWiki on Apache2. I just migrate the wiki from a old server to a new one. Both with Ubuntu server and Apache2/PHP5. I just move the PHP files and restore ...
Josu Lazkano
Aug 24, 2011 at 12:07 pm
Aug 26, 2011 at 7:18 am -
Hello, currently i have mod auth_mysql configured and running as plaintext password: * Apache/2.2.16 (Ubuntu) * MySQL client version: 5.1.491. how can i generate crypt_des passwords to store in ...
Rajeev Prasad
Aug 9, 2011 at 3:43 am
Aug 10, 2011 at 4:28 pm -
I am using WAMP 2.0 with Apache2.2.11. I am trying to configure my server to access SSL connections. I have been able to successfully configure the server so that if I type https://localhost, it ...
Robert Madsen
Aug 7, 2011 at 7:41 am
Aug 7, 2011 at 5:51 pm -
I have read conflicting reports regarding the KeepAlive setting. Under load the website has hundreds to thousands of users logged in at any given time. I am in the process of tuning it for ...
Pratte, Gil
Aug 17, 2011 at 2:09 pm
Aug 18, 2011 at 4:51 am -
Hi, I have an idea on .htaccess files or rather a tiny feature request. :) Before I post it to the bugzilla system as a "real" feature request, I wanted to put the idea up for discussion. ;) By the ...
Lists Sebastian
Aug 15, 2011 at 10:35 am
Aug 15, 2011 at 4:43 pm -
Hello, I've read about this topic in mailing list but I didn't found the solution. I want validate LDAP users against Apache using the certificates than the user store in LDAP. I mean, I create and ...
Martin Sanchez
Aug 5, 2011 at 8:57 am
Aug 8, 2011 at 11:44 am -
Hi, I read from mod_proxy description in Apache 2.2 that the default worker does not use the HTTP Keep-Alive. Is there a way how to enable it for forward proxy configuration? I tried to set the ...
Edoardo Tirtarahardja
Aug 18, 2011 at 3:09 pm
Aug 18, 2011 at 5:17 pm -
Hi All, I am using httpd-2.2.3-43. On centos 5.6.I have problem in loading one of my websites it takes long time to load page. But other websites on the same server are working fine and nothing wrong ...
Amira Othman
Aug 11, 2011 at 2:55 pm
Aug 12, 2011 at 11:35 pm -
Hi, I wanted to install subdomains to be used locally. I configured my hosts file and added a new address: 127.0.1.1 local.loc 127.0.1.1 part1.local.loc 127.0.1.1 part2.local.loc 127.0.1.1 ...
Ganesh Viswanathan
Aug 9, 2011 at 2:31 pm
Aug 9, 2011 at 3:54 pm -
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 ...
Vishesh kumar
Aug 1, 2011 at 11:28 am
Aug 2, 2011 at 9:24 am -
Hello All... I have auth against AD... It was working fine, in a good day, it stops to work, and I have no idea why it doesnt work now... So, Im using windows 2008 R2 for windows and httpd-2.2.3-53 ...
Diego Maciel Gomes
Aug 30, 2011 at 6:09 pm
Aug 31, 2011 at 5:52 pm -
Hi Guys I would like to make a remote website appear as existing on a local virtual host, but I'm having trouble with understandig how to do it. Virtual hosting i working just fine, but getting the ...
Søren Schimkat
Aug 16, 2011 at 7:25 am
Aug 24, 2011 at 3:06 pm -
Hi all, I have Vuze (bittorrent) running which sends out /announce and /scrape requests every 10 seconds or so. I managed to avoid logging them in the regular logs using SetEnvIf Request_URI ...
Hilco Wijbenga
Aug 23, 2011 at 6:31 pm
Aug 23, 2011 at 9:33 pm -
Hi all I want to disable directory browsing but when I add the line Options -Indexes to httpd.conf nothing changes and still I can browse directory through web page. Is there something missed to ...
Amira Othman
Aug 3, 2011 at 2:41 pm
Aug 10, 2011 at 11:01 am -
I'm using Apache 2.2.19 on FreeBSD 7.3 mod_dav v.1.0.3 mod_auth_mysql v.3.0.0 I've noticed that when I make a simple PROPFIND request to get just a getcontenttype tag a large number of authentication ...
FreeBSD Ports
Aug 2, 2011 at 10:56 am
Aug 2, 2011 at 5:06 pm -
Hi. I run RHEL v5.6 and can see this kind of entries in my apache error_log: [Sun Jul 31 23:27:44 2011] [notice] child pid 6974 exit signal Bus error (7), possible coredump in /tmp/httpd-gdb-dump ...
Jakov Sosic
Aug 1, 2011 at 3:22 pm
Aug 1, 2011 at 7:05 pm -
All, I have an Apache HTTPD instance I am trying to configure for a fairly small group of users. We're using mod_userdir and mod_suphp to ensure that user scripts are run as the users themselves ...
Zachary Palmer
Aug 24, 2011 at 5:10 pm
Sep 2, 2011 at 2:11 pm -
Hi all, I'm running the Apache web server 2.2.17 on an openSUSE 11.4 system. Out of security reasons I need to have the root file system mounted read-only. /var is mounted read/write on a separate ...
Monika Kistler
Aug 31, 2011 at 1:56 pm
Sep 1, 2011 at 6:28 am -
Why is there no information about the recent header Rang DoS vulnerability in Apache on the Apache security page? http://httpd.apache.org/security/ I would have expected at least to see some mention ...
Paul Reilly
Aug 31, 2011 at 10:22 am
Aug 31, 2011 at 5:09 pm -
Hello! In my Apache module (module AP_MODULE_DECLARE_DATA ... etc etc - low-level Apache module written in C) I need to return a 302 redirect status with no body, Content-Length set to zero, and no ...
Peter Glasten
Aug 29, 2011 at 10:21 pm
Aug 31, 2011 at 12:40 am -
Hello, I have a Apache2 server on a Debian Squeeze, I have password protected website, but I need to access to the web without user/pass just from localhost. This is my site configuration: ...
Josu Lazkano
Aug 30, 2011 at 3:06 pm
Aug 30, 2011 at 4:18 pm -
Hallo all, in a reverse proxy configuration with Apache 2.2, if a JSP returns a http status code out of the standard ones (for example a '460' status code for a specific REST error I want to return ...
Cristina Tilab
Aug 30, 2011 at 8:18 am
Aug 30, 2011 at 8:51 am -
Hi, I am looking for saving apache's vhost configuration into a database. As I saw, that nginx have modules get configuration informations from Postgre SQL Databases, I wonder if there some solutions ...
Jan-Hendrik Palic
Aug 30, 2011 at 8:15 am
Aug 30, 2011 at 8:31 am -
Hi List, I have been jockeying my httpd.conf and googled around which brings me here. I added the server-status directive to main my httpd.conf according to ...
Msacks
Aug 16, 2011 at 8:19 pm
Aug 18, 2011 at 5:17 am -
I have a wordpress multi-site: site1.local.loc [with subdomains on my local] and I would like to have three pages on this. site1.local.loc/works - (posts page, but I want 'Works' as my title) ...
Ganesh Viswanathan
Aug 12, 2011 at 10:55 am
Aug 12, 2011 at 3:01 pm -
Hello! How to specify custom DH parameters for mod_ssl? When using DH ciphersuites, there are necessary DH parameters, if they are not specified explicitly, default ones are used. There is a default ...
Yyy
Aug 10, 2011 at 9:54 am
Aug 10, 2011 at 11:56 am -
I'm having a perplexing failure authenticating users against LDAP on one server. I have a second server that has the same Apache configuration, authenticates against the same LDAP server with the ...
Darren Spruell
Aug 6, 2011 at 2:14 am
Aug 10, 2011 at 1:58 am -
Hello World! I have 5 AP to control, but they all use dynamic IP, there is any way to allow all NAS IP no mather if they change, every time the IP change I have to drive to the AP to find the new IP ...
Aceror
Aug 8, 2011 at 7:36 pm
Aug 8, 2011 at 9:49 pm -
Dear users I have following virtual host configuration (apache 2.2.19) in file /etc/apache2/vhosts.d/vhost-my.conf: <VirtualHost *:443 SSLEngine on SSLProxyEngine on ServerName portal ProxyRequests ...
Petr Hracek
Aug 8, 2011 at 11:37 am
Aug 8, 2011 at 12:35 pm -
Greetings, I have configuration that is not behaving as I'm assuming it should - suspect I'm missing a critical detail. I am using the following setup in a VirtualHost to protect access to a ...
Darren Spruell
Aug 4, 2011 at 9:52 pm
Aug 5, 2011 at 2:04 am -
Does anybody know whether apache 2.2.19 and (later versions) will support VC9 binaries for PHP 5.3.6 et al? I am currently using 5.3.5 (VC6) but 5.3.6 is only available in VC9 binaries windows/Apache ...
DW
Aug 1, 2011 at 5:10 am
Aug 2, 2011 at 1:38 am -
I was beating my head against a wall for a day about a caching issue, but I think I figured the problem out now. It seems like mod_deflate is adding the 'Vary' header to all responses regardless of ...
Michael Spiegle
Aug 30, 2011 at 6:43 pm
Aug 30, 2011 at 7:47 pm -
Hello, I installed apache 2.2.17 on ubuntu. I also added custom module which has debug messages such as: ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r,"mod_xxx: uri from cache check %s",val) ; etc On ...
Lyudmila L. Balakireva
Aug 29, 2011 at 5:36 pm
Aug 30, 2011 at 10:08 am -
Hi all, I want to ask about apache killer and how to avoid it. I am using httpd-2.2.3-43.3.vm on centos 5.6 Regards
Amira Othman
Aug 25, 2011 at 10:57 am
Aug 25, 2011 at 11:05 am -
Hello - I need to create some kind of proxy using Apache Server. I tried to use something like ProxyPass /test1/test2/ http://example.com but had no success because ProxyPass require "/" suffix after ...
Denys
Aug 25, 2011 at 10:20 am
Aug 25, 2011 at 10:24 am -
Lets say I have set some config value (ServerTokens) to OS in my httpd.conf in conf dir ServerTokens OS I have overridden that in conf.d/x.conf ServerTokens Z Is there any way to check/print what is ...
Amlan Mandal
Aug 24, 2011 at 5:06 am
Aug 24, 2011 at 8:17 am -
Dear List, we are using Apache/2.2.16 (Prefork) with PHP/5.3.3-7+squeeze3 on one application-server and monitor a strange behavior with processes being in mode "Closing connection" until we manually ...
Ferreira Manuel
Aug 22, 2011 at 8:25 am
Aug 24, 2011 at 6:03 am -
We are getting a really large number of “Reading Request” showing up in our Apache server status output. The server slowed to a crawl . We related it to access to a site on our network and disabled ...
Rose, John B
Aug 18, 2011 at 2:15 pm
Aug 19, 2011 at 10:26 am -
Hi all, I am running apache httpd-2.2.3-45.el5.1.vm on cento 5.6 for testing purpose. I added ip with domain name in hosts file to complete my test. The problem is that after first typing url it ...
Amira Othman
Aug 18, 2011 at 11:44 am
Aug 18, 2011 at 9:53 pm -
Dear users, I have following two virtual host configurations. First is working correctly and second one not. Could you please explain me where could be a problem? In directory ...
Petr Hracek
Aug 8, 2011 at 12:57 pm
Aug 9, 2011 at 2:22 am
Group Overview
group | users |
categories | apache |
discussions | 71 |
posts | 254 |
users | 88 |
website | httpd.apache.org |
irc | #httpd |
88 users for August 2011
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)