Search Discussions
-
I installed Apache server 2.2.15 and initially the server worked fine. Then I installed Php 5.2.13. Initially the server worked with a test file. I installed MySql 5 and Task Manager on Vista ...
Adp002
Jul 28, 2010 at 10:26 pm
Aug 3, 2010 at 8:59 am -
Hello! I have a problem with mod_webdav which drives my crazy... My problem is, that the webdav server does NOT update the timestamp after a "HTTP PUT". Sounds like a minor issue but I use Software, ...
Thorsten Steinbrenner
Jul 21, 2010 at 8:40 pm
Jul 24, 2010 at 5:14 pm -
I am looking for an example of use of Proxvia directive given herehttp://httpd.apache.org/docs/2.0/mod/mod_proxy.html#proxyvia
James Godrej
Jul 15, 2010 at 2:07 pm
Aug 5, 2010 at 4:18 pm -
I am using the following Apache config to forward requests to a Tomcat server: ProxyPass /myapp ajp://localhost:8009/myapp max=2 This is a simplified config, but is enough to reproduce the issue, ...
Alessandro Vernet
Jul 6, 2010 at 7:11 pm
Jul 15, 2010 at 7:15 pm -
While I am restarting apache I am getting following error AccessFileName not allowed here I am using Ubuntu 10.04 following is my vhost configuration <VirtualHost *:80 ServerAdmin [email protected] ...
Tapas Mishra
Jul 20, 2010 at 7:40 am
Jul 21, 2010 at 2:23 pm -
I am having different websites in a folder /var/www/ as /var/www/atutor /var/www/dokeos /var/www/docebolms . . . /var/www/efront When I am on lan trying to access these sites as ...
Tapas Mishra
Jul 14, 2010 at 9:24 am
Jul 14, 2010 at 5:34 pm -
I am having an issue where none of the three virtual websites I've created are being served when requested. I basically followed the approach documented here: ...
John Hudak
Jul 13, 2010 at 2:18 pm
Jul 13, 2010 at 7:15 pm -
I do not have access to a DNS. I have a machine on which apache2 is installed on Ubuntu10.04 I have 2 domain names (both internal) site1.domain.com and site2.domain.com and 2 vhost files for both of ...
Tapas Mishra
Jul 15, 2010 at 12:16 pm
Jul 27, 2010 at 6:41 pm -
I'm trying to ban certain IPs from visiting my site, so that they instead see a message saying "Your IP has been banned, email me if you think this is an error." I've *almost* got it working -- when ...
Bennett Haselton
Jul 24, 2010 at 12:11 am
Jul 26, 2010 at 6:25 am -
Hi all, I am getting a 404 error when trying to rewrite one cgi script to another one such as: Options FollowSymLinks RewriteEngine on RewriteRule ^from.cgi to.cgi With this rule above my expectaion ...
S. Saberi
Jul 2, 2010 at 5:59 am
Jul 10, 2010 at 2:39 am -
This is an Apache 2.2 server running within a VM on CentOS. Both the authn_basic_module and the authn_host_module are loaded. I have the following directive: <Directory "/var/www/html" Order ...
Joseph M. Morgan
Jul 13, 2010 at 12:14 pm
Jul 14, 2010 at 6:16 pm -
Hello list, I have become little confused and hope to get some help. I have a suse 11.2 server running Apache/2.2.10 (Linux/SUSE) with some virtual hosts. I already have the following in httpd.conf ...
J. Bakshi
Jul 8, 2010 at 8:11 am
Jul 12, 2010 at 4:01 am -
my environment is windows server 2003 and apache 2.2.10 if I use VirtualHost director in httpd.conf without SSL support, Apache can startup and servering request. but when I enable SSL,like use ...
Buddy wu
Jul 23, 2010 at 6:50 am
Jul 28, 2010 at 7:58 am -
Hello List, iam looking for most recommendend setup of apache/php for my purposes. I want to provide dynamical webspace for some users and there moderate volume pages. I know apache in combination ...
Hajo Locke
Jul 26, 2010 at 7:56 am
Jul 27, 2010 at 4:34 pm -
In my httpd.conf file I added the directive (at the bottom of the file, so at the top level): ErrorDocument 403 /banned_ip.php That works when I go to a file that I've set chmod to 000: ...
Bennett Haselton
Jul 25, 2010 at 2:39 am
Jul 26, 2010 at 5:48 am -
Apache 2.11: Is there a way to limit the size of transmission from clients? If for eg if they send 1G size of transmission to our server then reject that with some error message. ...
Mohit Anchlia
Jul 30, 2010 at 9:25 pm
Aug 31, 2010 at 3:16 pm -
I checked this page http://httpd.apache.org/docs/2.0/urlmapping.html#documentroot It says "Apache's default behavior is to take the URL-Path for the request (the part of the URL following the ...
Tapas Mishra
Jul 19, 2010 at 5:08 pm
Jul 19, 2010 at 7:59 pm -
I am having following setup A------B on A and B both Ubuntu 10.04 and Apache2 are running. On B there are many websites running.Which are configured with NameBased VirtualHosting. On A a request ...
Tapas Mishra
Jul 18, 2010 at 11:42 am
Jul 18, 2010 at 7:10 pm -
I am having some applications which I have not developed. The names are docebolms http://www.dokeos.com/ efront http://www.efrontlearning.net/ dokeos http://www.dokeos.com/ claroline ...
Tapas Mishra
Jul 13, 2010 at 12:24 pm
Jul 14, 2010 at 9:08 am -
Hi Gurus, I have a subversion server that authenticates with windows ad and i want to cache my authentication for better performance. here's my setting: LoadModule authnz_ldap_module ...
West alto
Jul 7, 2010 at 12:57 pm
Jul 7, 2010 at 2:02 pm -
Hello, I'm trying to install the last version of apache (2.3.6 alpha) for the OCSP features, but i can't get tje mod_ssl in the modules folder !! here is my config line : ./configure ...
Anas Barrachad
Jul 29, 2010 at 1:47 pm
Jul 29, 2010 at 8:46 pm -
Let us take following scenario Server A -------------------------------Server B with Public IP On LAN both A and B are on same subnet an application on B is accessible when you are having a GUI on B ...
Tapas Mishra
Jul 15, 2010 at 5:56 pm
Jul 16, 2010 at 4:27 pm -
I am having different websites in a folder /var/www/ as /var/www/atutor /var/www/dokeos /var/www/docebolms . . . /var/www/efront For each of these websites I have vhost file in ...
Tapas Mishra
Jul 14, 2010 at 7:19 am
Jul 14, 2010 at 12:38 pm -
Ever i wish to use the mod include for using htaccess/htpasswd to secure my website. I did what it need to make it possible. It funtion very well. It was oke. No problem i did have. But on a day it ...
Teun
Jul 26, 2010 at 11:52 am
Jul 27, 2010 at 6:31 pm -
Hi All, I would like to hear your idea's of what are the pros and cons if I will set a specific directive-type for AllowOverride like AuthConfig, FileInfo,Indexes, Limit, and Options? I am just ...
James Corteciano
Jul 8, 2010 at 6:30 am
Jul 19, 2010 at 10:22 pm -
Hi, As we know, directive SSLVerifyClient in mod_ssl can be used for Client Authentication SSLVerifyClient require It means the client *has to* present a valid Certificate However, for specific ...
Galaft wang
Jul 13, 2010 at 7:23 am
Jul 16, 2010 at 2:42 am -
I am having some websites and by default a website whose vhost configuration is first alphanumerically is being served. I do not want this to happen. i.e. when I am typing http://192.168.1.5/ by ...
Tapas Mishra
Jul 13, 2010 at 12:35 pm
Jul 13, 2010 at 4:06 pm -
Hello All, I have a performance problem with an Apache/PHP5 Configuration under heavy load the website becomes too slow. Using strace I found what appears to me a strange behavior. The strange ...
Vincenzo D'Amore
Jul 8, 2010 at 5:44 pm
Jul 9, 2010 at 4:35 pm -
I am not clear with ProxyPassReverseCookieDomain and ProxyPassReverseCookiePath I checked this page http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassreverse but I am not able to ...
Tapas Mishra
Jul 5, 2010 at 5:47 am
Jul 5, 2010 at 11:51 am -
I have an application which is accessible on LAN as http://192.168.1.5:8080/olat/ it is a java application my proxy pass rule work correctly for this as follows ProxyPass /olat ...
Tapas Mishra
Jul 1, 2010 at 6:33 am
Jul 5, 2010 at 5:56 am -
I want to know what threads and processes apache needs to run from Unix servers.If I want to run Apache on a Cell phone then what things my OS needs to be able to be running. I checked these links ...
Tapas Mishra
Jul 24, 2010 at 1:42 pm
Jul 24, 2010 at 5:19 pm -
Hello everybody, I am getting below error on Apache/2.2.11 (Unix) running on Solaris 10 production machine: "[crit] (28)No space left on device: mod_rewrite: could not create rewrite_log_lock" I have ...
Vikrama Sanjeeva
Jul 21, 2010 at 1:16 pm
Jul 21, 2010 at 3:57 pm -
Hi, i had to have a power cycle for remote server i have (which runs as a webserver). After that apache never came back up. Trying to start the server again i now get: (98)Address already in use: ...
Matt Funk
Jul 19, 2010 at 5:45 pm
Jul 19, 2010 at 6:05 pm -
I emailed the author of the modlogslow module asking for help installing it on CentOS 5.5, and he sent me back instructions that included this step: 2. compile # first, get link switch(es) for ...
Bennett Haselton
Jul 17, 2010 at 12:08 am
Jul 18, 2010 at 1:27 am -
Hello Team, We have recently installed apache and it is consuming high cpu resources. Apache Version :- 2.0.59 Operating System : Solaris Sparc 5.10 kindly help us to troubleshoot issue
Amol Puglia
Jul 15, 2010 at 10:55 am
Jul 15, 2010 at 1:10 pm -
A consultant is giving me instructions for compiling a second copy of Apache on my server to listen on a different port from the main Apache. The second copy resides under /root/httpd, the httpd.conf ...
Bennett Haselton
Jul 15, 2010 at 12:02 am
Jul 15, 2010 at 4:53 am -
Current system Laptop Dell precision T4500, 3GB memory and plenty of space disk Windows 7 Apache 2.0.63 PHP 5.2.11 I need to setup apache with php to teach a summer camp here I cannot get apache ...
Yves
Jul 3, 2010 at 11:53 am
Jul 5, 2010 at 6:45 pm -
Hi expert, my application crashes (BMC Remedy) in the same point. This is my enviroment: Client -- SSL to Apache Prox -- Tomcat on 8996. In the apache log i'm reading this error: [Thu Jul 01 16:37:25 ...
Mauri
Jul 1, 2010 at 2:29 pm
Jul 5, 2010 at 1:03 pm -
Hi there, I'd like to know whether it is possible to check a request for a string via regex, store this into an envvar and match an ldap attribute against this variable? below is my directory block. ...
Christian Unger
Jul 1, 2010 at 1:57 pm
Jul 3, 2010 at 8:43 pm -
Hi, Does anyone know how can a RewriteRule must be written to match only requests urls that have no slashes except the initial one? For example to match /index.html, /login.do but not /path/login.jsp ...
Alin vasile
Jul 1, 2010 at 7:08 pm
Jul 1, 2010 at 8:04 pm -
Hi, What are the possible reasons for apache to max out ? How can this be diagnosed ? I am running a webserver with MaxClients of 200. On some occasions the http hits the ceiling and starts rejecting ...
Himanshu Raina
Jul 23, 2010 at 12:37 pm
Aug 5, 2010 at 2:58 pm -
Hi All, Can anyone help me Why parent httpd process isn't spawning a new replacement child in a timely fashion, after MaxRequestsPerChild has been hit and the child worker httpd has exited. When and ...
Matty Ronald
Jul 13, 2010 at 4:35 am
Aug 3, 2010 at 12:47 pm -
Hello guys, I been using those three server for more then two years without changing anything in httpd.conf or the format of vhosts.conf in conf.d I simply use to add a new file of virtual host and ...
Tariq Ismail Dalvi
Jul 29, 2010 at 10:42 am
Jul 30, 2010 at 6:04 am -
Hi, I have recently got a new pc and have installed php/mysql and apache. Everything works fine except for the mod_rewrite. I have uncommented the "LoadModule rewrite_module modules/mod_rewrite.so" ...
Ross Noonan
Jul 17, 2010 at 5:11 pm
Jul 17, 2010 at 5:58 pm -
Hi, http://httpd.apache.org/docs/2.2/en/mod/mod_log_config.html#formats I'm using %D to log the time taken to serve requests. I found the time might be 0 in nonspecific requests. The rate of 0 ...
Hu Hailin
Jul 14, 2010 at 2:20 pm
Jul 15, 2010 at 1:25 pm -
Thanks http://www.mindtree.com/email/disclaimer.html
Uma G. Nayak
Jul 9, 2010 at 10:01 am
Jul 9, 2010 at 2:52 pm -
how can i setup my apache2 instance (debian squeeze) on my box (1 ip) so that i can serve multiple website domains (foo.org, bar.org etc.)? an explanation or a pointer to specifics on the nitty ...
Zachary Uram
Jul 4, 2010 at 6:16 am
Jul 4, 2010 at 8:47 pm -
I've read this: http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts and it seems to state that this: <VirtualHost *:443 AddHandler fastcgi-script .fcgi .fcg .fpl .py .pyc DocumentRoot ...
Scott Whitney
Jul 1, 2010 at 5:40 pm
Jul 1, 2010 at 8:00 pm -
Hi, I'm wondering if it is possible to get the string that matched a LocationMatch regexp ? My problem is that when a LocationMatch matches, I wish to apply a directive related to that request. In my ...
Bastien Semene
Jul 30, 2010 at 10:00 am
Jul 30, 2010 at 3:39 pm -
Hello, The following define appears in apr_errno.h for the version of APR used with httpd 2.0 series: #define APR_STATUS_IS_SUCCESS(s) ((s) == APR_SUCCESS / Where is NO_ERROR #defined? I've grepped ...
Michael Powe
Jul 28, 2010 at 10:27 pm
Jul 29, 2010 at 7:07 pm
Group Overview
group | users |
categories | apache |
discussions | 124 |
posts | 512 |
users | 128 |
website | httpd.apache.org |
irc | #httpd |
128 users for July 2010
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)