Search Discussions
-
I want to make a catch-all virtual host (like the manual mentions below) which redirects any errant hostnames like http://oopsie.mydomain.com/ to our main hostname at http://www.mydomain.com/ But the ...
Geoff Millikan
Jun 1, 2011 at 11:06 pm
Jun 3, 2011 at 12:05 am -
Hi, I'm using Apache 2.2 on Ubuntu 10.04. I've checked that php mod is enabled. It is. I'm using virtual hosts. It serves all html files, but not php. Following is my VHost configuration: ...
Xavier Lopez
Jun 9, 2011 at 9:48 pm
Jun 15, 2011 at 8:36 pm -
Hello. I currently have a server at home with public IP hosting 4 websites (virtual hosting). Yesterday I had a power outage for most of the day. As a result, no web presence. I would like to know if ...
Wilson Hernandez
Jun 10, 2011 at 4:30 am
Jun 14, 2011 at 5:33 pm -
My Apache/2.2.19 server running on a Windows 7 machine mostly seems to run fine. But on weekends, sporatically, throughput turns glacial. It hasn't crashed, and after a long wait it will serve up a ...
McAdams, John
Jun 27, 2011 at 12:49 am
Jul 18, 2011 at 8:29 pm -
If I see all the slots filled with W and C only, what would that indicate, this is during high traffic times.. We are on Centos 64 bit with Apache 2.2, and have 6 webservers behind HAproxy Thanks.. ...
Rob Morin
Jun 13, 2011 at 6:23 pm
Jun 14, 2011 at 12:57 pm -
Dear Users, I'm still not getting Apache to parse PHP. I've learned a lot though, here's what I know: In apache2.conf, there are these lines: Include /etc/apache2/mods-enabled/*.load Include ...
Xavier Lopez
Jun 16, 2011 at 5:57 am
Jun 16, 2011 at 8:53 pm -
Hi, Apache is now up and running but I wish to add a module. Specifically I want to add the module mod_rewrite. I looked in the modules folder and there is only one file there. There are no files ...
John Fitzgibbon
Jun 21, 2011 at 11:18 am
Jun 24, 2011 at 11:58 am -
Running multiple copies of this script concurrently brings httpd into a hang state, that it will not recover from without manually restarting the httpd server. ab -n 300 -c 300 ...
Zaccone, Warren
Jun 20, 2011 at 12:39 am
Jun 22, 2011 at 1:54 am -
I think I am confused about the <Location directive. How many can you have? Can you list 4 or 5, for example, and they are all acted upon? Or does Apached just start with the first and stop there. ...
Tommy Peterson
Jun 2, 2011 at 1:10 pm
Jun 3, 2011 at 3:05 pm -
Problems getting a drupal content managed website running with an apache webserver with a mysql database. Problem manifests in access permission denied when I should be logged in as admin, but when I ...
Astrid Nova
Jun 13, 2011 at 2:38 am
Jun 14, 2011 at 12:23 pm -
HI everyone , i install apache 2 in my debian 6 , but , how i havee UNISTALL apache 2 ? i dont use apt-ge install , i used to install ./configure | make \ make install version of package. please help ...
Julio peppe
Jun 24, 2011 at 3:06 pm
Jun 24, 2011 at 7:27 pm -
Just upgraded from 2.2.10 to 2.2.19 [*], and Windows service won't start -- it gives me two lines in the error log (LogLevel is set to debug) claiming that it's starting up: Starting the Apache2.2 ...
Nathan Tuggy
Jun 19, 2011 at 10:51 am
Jun 20, 2011 at 5:44 am -
Hi, We're using Apache 2.2.15, with mod_proxy_http for proxying requests to backend processes. Here's the relevant configuration we use: <ProxyMatch http://localhost:9001 ProxySet smax=5 max=20 ...
Moshe Ben-Shoham
Jun 15, 2011 at 6:56 am
Jun 18, 2011 at 8:05 pm -
Hi! I'm using following configuration of mod_cache: CacheEnable disk / CacheIgnoreCacheControl On <IfModule mod_cache.c CacheIgnoreNoLastMod On CacheDefaultExpire 240 <IfModule mod_mem_cache.c ...
Marcin Kwiatkowski
Jun 14, 2011 at 11:52 am
Jun 14, 2011 at 2:42 pm -
Hi all, I have a site that is used with https, and i have a form that uploads some information about the users, and sometimes the users need to upload some files, but i almost of the times gives me ...
Hugo Gomes
Jun 24, 2011 at 1:55 pm
Jul 27, 2011 at 1:41 pm -
Symptoms: --------- When attempting to access index.php in my DocumentRoot, (via http from any of several browsers), I receive a 403 Forbidden error. When I copy the file to test.php and access that, ...
George Morton
Jun 27, 2011 at 11:58 am
Jun 28, 2011 at 12:39 am -
Have a problem where httpd server 2.2.15 stops responding to requests requiring server to be frequently restarted that has me going in circles. I was looking for some direction as to how to pursue. ...
Zaccone, Warren
Jun 3, 2011 at 8:13 pm
Jun 22, 2011 at 9:25 am -
I'm trying to get Apache setup to handle Subversion on a Windows Server 2008 R2 SP1 machine. I'm having problems with an error that gets generated after I've modified the httpd file in the conf ...
Kevin Christensen
Jun 20, 2011 at 8:22 pm
Jun 22, 2011 at 6:18 am -
Hi Further to the post, what's the correct syntax to replace DH with RSA encryption? Choose which of the options below are correct: 1) SSLCipherSuite ALL:!ADH:RC4+RSA:HIGH:MEDIUM: ...
sunhux G
Jun 16, 2011 at 3:03 pm
Jun 20, 2011 at 6:05 am -
I currently use .htaccess to prompt for username and password and point it to an ldap database running on my mailserver. Im considering moving all my mail accounts to gmail. Does anyone know if it is ...
Dhottinger
Jun 8, 2011 at 7:50 pm
Jun 9, 2011 at 12:57 pm -
Dear all i'm not sure if this problem is related to a new feature or not of apache 2.2.16, available in the new debian6 release. I had an htaccess file like this: ...
Nik600
Jun 6, 2011 at 1:20 pm
Jun 6, 2011 at 3:09 pm -
hi all, I have recently downloaded apache http server 2.2, I had published some content for a project and its working also. Now my requirement is that this published content should be available ...
Ravi Chandran
Jun 2, 2011 at 8:44 am
Jun 2, 2011 at 11:17 am -
I am attempting to use an external program in RewriteMap. It seems that no matter what I do, data never makes it to my program. I'm on an Ubuntu 11.04 machine, running Apache 2.2.17. My ...
Mike F. @ LabJack
Jun 24, 2011 at 9:11 pm
Jun 24, 2011 at 10:19 pm -
Hey folks, I'm sure this is a dumb question, but I've searched and read - all to no avail. httpd-2.2.3-43.el5.centos.3 CentOS release 5.5 (Final) And I've installed the current python from source in ...
Eddy Sturg
Jun 20, 2011 at 8:42 pm
Jun 22, 2011 at 6:28 am -
Hello, I'm using Munin to monitor few Apache servers. The apache_processes plugin parse the output of http://127.0.0.1:80/server-status?auto , which looks like this: Total Accesses: 20492 Total ...
Patrick Proniewski
Jun 15, 2011 at 7:53 am
Jun 15, 2011 at 1:33 pm -
Hi, I got the following parameters in my VirtualHost configuration: <VirtualHost *:80 ServerName www.someserver.com ServerAlias www.otherserver.com ServerAlias otherserver.com DocumentRoot ...
Bocalinda
Jun 10, 2011 at 9:09 am
Jun 10, 2011 at 12:05 pm -
Getting none-delivered suddenly?
Steve Brereton
Jun 10, 2011 at 9:38 am
Jun 10, 2011 at 10:55 am -
Hi, I've searched the archives and I can see that this was a request a few years ago, is there way of achieving this on 2.2? I'm using deflate to compress the data on ActiveSync connections, most of ...
Steve Hanselman
Jun 8, 2011 at 8:26 am
Jun 8, 2011 at 11:20 am -
When both RequestReadTimeout and Timeout values are set, the smaller of the two takes precedence, right? For example, if Timeout 6 and RequestReadTimeout header=10 body=30 then Apache will close the ...
Geoff Millikan
Jun 28, 2011 at 3:42 pm
Jul 25, 2011 at 7:53 pm -
Hello, I'd like to do this: Set Expires and Cache-control headers to specific values on a resource when the response code is 200. Set those headers to different values when the response code is XXX ...
Michael Stevens
Jun 29, 2011 at 7:21 pm
Jul 1, 2011 at 9:46 am -
Hi, I run an in-house webserver. It is on a multi-homed host running HP-UX. I want to run three different instances of the httpd server, one serving each of the three IP addresses. I set up my three ...
Chris Howard
Jun 29, 2011 at 5:01 pm
Jun 29, 2011 at 6:05 pm -
First of all I really appreciate all the help I've received from this mailing list. We have a setup with a Wildcard SSL certificate for *.mydomain.com. There is a Tomcat server running in the ...
Gulati, Sushant
Jun 17, 2011 at 1:52 pm
Jun 17, 2011 at 9:09 pm -
Hi All, I have a general question regarding subdomain redirection with virtual hosts. Basically, we have a domain - let's call it sample.com - with several subdomains, xxx.sample.com and ...
Darren Kukulka
Jun 16, 2011 at 5:05 pm
Jun 17, 2011 at 9:02 pm -
I'm not sure this is the best place to ask about this problem, and this is my first posting to this mailing list. I have already asked the freebsd-questions mailing list about this, but have received ...
William Bulley
Jun 16, 2011 at 2:56 pm
Jun 17, 2011 at 4:37 pm -
I (or rather my distro) enabled userdir as follows: LoadModule userdir_module /usr/lib/apache2/modules/mod_userdir.so <IfModule mod_userdir.c UserDir public_html UserDir disabled root <Directory ...
Ian Zimmerman
Jun 15, 2011 at 6:57 pm
Jun 16, 2011 at 4:00 am -
Hi there. We're having problems with a reverse proxy that runs from a windows 2003 /iis server to a w2k8/iis (dmz to internal server). Its running on Apache 2.2.3 using the following module setup ...
Steve Brereton
Jun 9, 2011 at 2:47 pm
Jun 11, 2011 at 11:07 am -
Our aim is to use Apache with SSL Certificates. We have installed httpd-2.2.15 with mod_ssl module. However, when we view mod_ssl.h, we do not see references to use SSL Certificate files (server.crt ...
Sunil Rao
Jun 6, 2011 at 11:30 pm
Jun 8, 2011 at 9:25 am -
Why does this code never works properly on my server? i.e. it freezes my server and no pages are rendered. <IfModule mod_expires.so ExpiresActive On ExpiresByType text/html M3600 ExpiresByType ...
DW
Jun 6, 2011 at 12:53 am
Jun 7, 2011 at 1:49 am -
Hello list, this is my first mail on the list. I am configuring Apache server with some vhost, I configured the logs on each vhost this way: ErrorLog /var/www/domain1/log/error.log LogLevel warn ...
Josu Lazkano
Jun 29, 2011 at 9:10 am
Jun 30, 2011 at 11:36 am -
Hi All, In our case, whenever Apache (2.2.15) on Windows throws any exception (Access Violation), it leaves the dump files at default Windows location. The problem is that, the dump file is showing ...
Pravesh Rai
Jun 27, 2011 at 12:42 pm
Jun 28, 2011 at 12:27 pm -
According to me <earlier : As I had expected, reverting my system to Perl 5.12.3 made all the odd behaviour of apache2 and/or mod_perl2 disappear. After the upgrade, the apache2 server launched as ...
William Bulley
Jun 23, 2011 at 6:29 pm
Jun 24, 2011 at 3:27 pm -
Hello Users, maybe this isn't the correct list for this problem, but I know you guys will have seen this before and can point me in the right direction. I received a MAILER-DAEMON 'Unable to deliver' ...
Xavier Lopez
Jun 21, 2011 at 6:37 pm
Jun 21, 2011 at 8:21 pm -
I am having some trouble getting an SSL connection to work properly. It has been a while since I have done this. If I disable SSL I can get to the http site just fine. As a trouble shooting step I ...
Jeff Shearer
Jun 17, 2011 at 4:28 pm
Jun 18, 2011 at 1:09 am -
I'm having 1 domain with different PHP applications seperated by context. For example: www.mydomain.com/calculator www.mydomain.com/calendar What I'm trying to do is seperate the logs per context, ...
Bocalinda
Jun 17, 2011 at 12:22 pm
Jun 17, 2011 at 1:48 pm -
Hi, I have a doubt in iBatis, hope you can help me out. If I use a executeBatchDetailed, the API says "sub-batch is created by adding a statement to the batch that does not equal the prior ...
Vikram Jain
Jun 17, 2011 at 7:54 am
Jun 17, 2011 at 8:46 am -
Hi, when I try to execute a php order using shell_exec or backtick operator, the command never returns anything. Also, appears a new line in error_log file each time php file is called from url, with ...
Daniel Requena
Jun 15, 2011 at 10:01 am
Jun 16, 2011 at 10:17 am -
Greetings, I have been trying without success to create an input filter that would dynamically modify the body of a http post in order to fix a customer application issue until DEV can come up with a ...
Edward Bailey
Jun 12, 2011 at 8:15 pm
Jun 12, 2011 at 9:08 pm -
Hi, At the moment, I have Apache installed on Linux. I do not have a domain name. I am using the IP address to access the website. I want users to be brought directly to ...
John Fitzgibbon
Jun 10, 2011 at 2:54 pm
Jun 10, 2011 at 3:53 pm -
Hello all. I have a pair of apache proxy/web-app servers that simultaneously reported this error this morning. At the time logrotate was stopping and starting apache. I've never seen this error ...
Dan
Jun 2, 2011 at 2:09 pm
Jun 8, 2011 at 9:12 pm -
About file compression and transmission I know that the text file you can use the apache module gzip compressed transmission. The file is stored in text format prior to transmission is, every time ...
孙俊
Jun 7, 2011 at 3:07 am
Jun 7, 2011 at 11:04 am
Group Overview
group | users |
categories | apache |
discussions | 83 |
posts | 370 |
users | 103 |
website | httpd.apache.org |
irc | #httpd |
103 users for June 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)