[us...@httpd] Re: [crit] (28)No space left on device

2010-07-21 Thread Dan Poirier
Run df -h to see what partition is full. Fix it. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail:

[us...@httpd] Re: AccessFileName not allowed here

2010-07-20 Thread Dan Poirier
On 2010-07-20 at 14:00, Tapas Mishra mightydre...@gmail.com wrote: Ok is this style of documentation documented some where. Every one of those headers (like Context:) is a link to an explanation of what it means. - The

[us...@httpd] Re: what is importance of DocumentRoot

2010-07-19 Thread Dan Poirier
Try it and see. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org from the

[us...@httpd] Re: [alert] (11)Resource temporarily unavailable: apr_thread_create: unable to create worker thread

2010-06-20 Thread Dan Poirier
On 2010-06-20 at 14:08, Nilesh Govindarajan li...@itech7.com wrote: A newly configured apache installation keeps emitting this error. It was compiled from scratch with worker MPM. The settings for worker MPM is below: StartServers 5 MaxClients 250

[us...@httpd] Re: How to prevent email sent from the server

2010-06-11 Thread Dan Poirier
On 2010-06-10 at 23:04, Stephen Love stephenl...@juno.com wrote: What he's more LIKELY doing is bouncing HIS FAKE MAILS OFF your server, giving it the appearance it is sent from yours! That can get YOUR email server BLACKLISTED! (Or even your account turned off by your provider!) Please

[us...@httpd] Re: redirecting to index.jsp using rewrite rules

2010-05-03 Thread Dan Poirier
On 2010-05-03 at 14:46, Charan charan...@gmail.com wrote: Hi, I'm using the below rule to redirect to index.jsp if user doesn't add index.jsp to the url. Is it possible to have one rule instead of the below repeating rule. RewriteEngine On RewriteCond %{REQUEST_URI} /en/[a-z]*/$

[us...@httpd] Re: Virtual Hosts Problem - option '-S' to verify yourvirtual host configuration

2010-05-03 Thread Dan Poirier
On 2010-05-03 at 15:07, Wang, Mary Y mary.y.w...@boeing.com wrote: #/etc/init.d/httpd -S Usage: httpd {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest} It returned that usage comment. Am I missing something here? /etc/init.d/httpd is not the apache web

[us...@httpd] Re: mod_cache mod_mem_cache configuration problem - cache not working

2010-04-23 Thread Dan Poirier
On 2010-04-23 at 05:23, xgas x...@hot.ee wrote: Hello, I have problem where memory cache not working but disk cache works. Am I missing something from configuration? mod_mem_cache is loaded. Error log? And set LogLevel debug to get a better idea of what the cache is doing.

Re: [us...@httpd] Using ssi include directive overwrites QUERY_STRING variable

2010-04-05 Thread Dan Poirier
What version did you see this with? If not 2.2.15, it might be fixed in 2.2.15 by the subrequest headers fix. Give it a try. Dan - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] multiple instances of rotatelogs writing to the same file

2010-03-10 Thread Dan Poirier
On 2010-03-09 at 11:03, stupidmail4me stupidmail...@yahoo.com wrote: Hello all, I have several virtual hosts piping their log files to rotatelogs. For various reasons I have two virtual hosts piping to the same log file: VirtualHost 1.2.3.4 CustomLog |/usr/sbin/rotatelogs

Re: [us...@httpd] IfModule mod_rewrite.c issue in debian lenny.

2010-03-04 Thread Dan Poirier
Or just don't use IfModule in your own configuration. The only real reason to use it is in example configurations for other people, where you don't know if a given module has been loaded. If you're configuring your own server, presumably you intend for that module to be loaded. Better to have

Re: [us...@httpd] Custom Log Format - Adding milliseconds to timestamp - %{format}t

2010-02-18 Thread Dan Poirier
Maybe use mod_headers to add the time in microseconds to a request header, then log that? - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info.

[us...@httpd] Re: mod_log_config issue

2010-01-28 Thread Dan Poirier
command that performs no actions, no logging information is generated. -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier Sent: Wednesday, January 27, 2010 12:03 PM To: users@httpd.apache.org Subject: [us...@httpd] Re: mod_log_config issue We have an issue

[us...@httpd] Re: mod_log_config issue

2010-01-27 Thread Dan Poirier
Joe Hammerman jhammer...@videoegg.com writes: Hello Apache users list. We have an issue with mod_log_config; specifically we are trying to pipe log output through Sed before it goes to Cronolog. The result is that we get no output whatsoever. Here is a sample of the directives we are

[us...@httpd] Re: How to set ENV variable to an apache log directive?

2010-01-24 Thread Dan Poirier
jbiskofski == jbiskofski jbiskof...@gmail.com writes: jbiskofski Hello, Im using Apache 2.0.63 and a module called jbiskofski mod-log-firstbyte that enables a log directive %F which jbiskofski is very similar %D. The difference is instead of storing jbiskofski the time it takes

[us...@httpd] Re: Using latest mod-cache with apache 2.2.14?

2009-12-25 Thread Dan Poirier
John den Haan john.h...@chello.nl writes: I really need some of the functionality provided by the latest version of mod_cache. Especially, the CacheQuickHandler directive (read here:http://httpd.apache.org/docs/trunk/mod/mod_cache.html#cachequickhandler) , which allows me to prevent the cache

[us...@httpd] Re: Enabling SSL on VirtualHosts Revisited

2009-12-18 Thread Dan Poirier
If one or more virtual host entries match the address:port for the request, but no server names in those entries match, then the first virtual host definition in the config file, not the global configuration, will control handling for that request.

[us...@httpd] Re: mod_cache caching cluster

2009-12-07 Thread Dan Poirier
Matthew Tice mjt...@gmail.com writes: I was digging around with mod_memcache - I really like the idea but 1) it doesn't look like it's actively developed, and 2) I can't seem to get the caching to do what I want. Yes, mod_mem_cache development is pretty much stopped, and it's been dropped

[us...@httpd] Re: Memory / Process leak

2009-11-20 Thread Dan Poirier
Nick Kew n...@webthing.com writes: On 20 Nov 2009, at 09:59, Peter N Lewis wrote: I already have: MaxRequestsPerChild 1000 That's ridiculously low! Which might be part of the problem. After only handling 1000 requests, a child process will /start/ to exit - but it can't really go

[us...@httpd] Re: Download single source file without line numbers

2009-10-28 Thread Dan Poirier
Eric Covener cove...@gmail.com writes: On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins rwat...@us.ibm.com wrote: Is there a way to download a single source file from the Apache-SVN without getting the line numbers on the left? I think you'll have to use an SVN client,

[us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Dan Poirier
updated the FAQ. I'm not sure how long it'll take for the web site to update. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

[us...@httpd] Re: modul development, insertion of postdata into request

2009-10-21 Thread Dan Poirier
) -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[us...@httpd] Re: apache env vars - best practices

2009-10-19 Thread Dan Poirier
aurfal...@gmail.com writes: I've been setting custom env vars for Apache 1 of 2 ways; ... What's the cleanest way to set complex env vars for Apache? Edit bin/envvars. -- Dan Poirier poir...@pobox.com - The official User

[us...@httpd] Re: undefined symbol: cache_generate_key_default

2009-10-09 Thread Dan Poirier
Igor Cicimov icici...@gmail.com writes: Sorry to hijack the thread guys but just wondered if the same goes with mod_mem_cache module I mean the additional .c files in the apxs command? Yes, see config.m4 in the modules/cache directory which tells the build which files are needed. -- Dan

[us...@httpd] Re: apache2 core dump

2009-10-07 Thread Dan Poirier
That looks like Apache PR 47672, which has been fixed. Can you try Apache 2.2.14? Dan Poirier - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more

[us...@httpd] Re: Issue with mod_auth_digest

2009-10-01 Thread Dan Poirier
Soumendu Bhattacharya soumendu.bhattacha...@headstrong.com writes: I am facing an issue with existing apache instances on hp unix. Looks like mod_auth_digest is failing to generate secret for Digest . It fails with the following error : [Thu Oct 01 03:19:45

Re: [us...@httpd] serious problem with httpd.conf file

2009-08-28 Thread Dan Poirier
Apache is running as apache/apache, the directory is owned by root/root, and the directory doesn't have execute permissions for 'other'. - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Apache and domain names

2009-08-19 Thread Dan Poirier
On Thu, 20 Aug 2009 04:01 -0400, Matt K slackw...@neo.rr.com wrote: Can someone tell me how about hosting more then one Domain with Apache? You'll find lots of useful information at http://www.catb.org/~esr/faqs/smart-questions.html

Re: [us...@httpd] Requiring authentication for the whole server

2009-08-13 Thread Dan Poirier
Directory refers to the file path that it ends up mapped to. Nothing to do with proxy, except that a proxied request doesn't end up mapped to a local file path so Directory wouldn't be useful for it. -- Dan Poirier poir...@pobox.com

Re: [us...@httpd] Defining mandatory parameters for Apache modules

2009-08-13 Thread Dan Poirier
hook. -- Dan Poirier poir...@pobox.com A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort. -- Herm Albright

Re: [us...@httpd] Re: Need some SSL help please.

2009-08-07 Thread Dan Poirier
On 08/07/2009 11:27 AM, Mike -- EMAIL IGNORED wrote: Additionally, I thought sign-in is encrypted even when SSL is not in use. Is this not true? That is not true. Sign-in is not encrypted unless you use SSL. -- Dan Poirier poir...@pobox.com

Re: [us...@httpd] create errorlog folder

2009-07-27 Thread Dan Poirier
we wouldn't want to do during configtest, but we can at least see if the directory exists, and if it appears to be writeable. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server

Re: [us...@httpd] Compiling ModSecurity on CentOS 5.3 x86_64

2009-07-24 Thread Dan Poirier
You'll probably get more help over at http://www.modsecurity.org/contact/. This list is for support of the Apache web server and the modules that come with it. - The official User-To-User support forum of the Apache HTTP Server

[us...@httpd] Re: Virtual Hosts and mod_cache

2009-07-22 Thread Dan Poirier
Fábio Jr. fjuniorli...@gmail.com writes: Hello all. How can I set mod_cache to works in different ways in my different Virtual Hosts? I just put the IfModule directive and the options The same as most anything in an Apache config. See http://httpd.apache.org/docs/2.2/sections.html -- Dan

[us...@httpd] Re: httpd.config subroutine

2009-07-22 Thread Dan Poirier
You can Include the same file repeatedly: http://httpd.apache.org/docs/2.2/mod/core.html#include -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

[us...@httpd] Re: Separate Virtual Host Configuration File and domain name on log

2009-07-15 Thread Dan Poirier
configuration, %v won't do what you want. Try logging %{Host}i instead of %v. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org

[us...@httpd] Re: Conditional in httpd.conf

2009-07-14 Thread Dan Poirier
you need it. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr

[us...@httpd] Re: How to see/use the response when the apache server is down.

2009-07-09 Thread Dan Poirier
you're going straight to WebSphere and not through IHS, so IHS isn't even involved. Try going to http://localhost instead of http://localhost:9080 -- Dan Poirier poir...@pobox.com - The official User-To-User support forum

[us...@httpd] Re: mod_rewrite

2009-06-16 Thread Dan Poirier
be a better fit for what you're trying to do? Your server could proxy rep*.* requests to your alternate server, while serving other requests directly. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum

[us...@httpd] Re: mod_disk_cache - Temporary files when 32000 subdirs limit is reached

2009-06-10 Thread Dan Poirier
see the problem. Maybe if you change CacheDirLength to 2? There are only 64 possible characters used in these directory names, so with a dir length of 2, you can't have more than 4096 subdirectories. Once this is solved, the first problem should go away. -- Dan Poirier poir...@pobox.com

[us...@httpd] Re: Fixing HTTP Service / Server Version Detected

2009-06-10 Thread Dan Poirier
this information, but I wouldn't think it would make your server any more secure. Most attackers will probably just try a bunch of known vulnerabilities without even looking at the OS and version. -- Dan Poirier poir...@pobox.com

[us...@httpd] Re: Information in mod_status to text file

2009-06-08 Thread Dan Poirier
ricardo figueiredo ricardoogra...@gmail.com writes: Hi again, Can I get processing time of a request ?? http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#formats -- Dan Poirier poir...@pobox.com - The official User

[us...@httpd] Re: How to retrieve contents from memcache using POST request parameter

2009-06-02 Thread Dan Poirier
you would want to. Aren't most POSTs updating resources on the server (in some sense), rather than requesting static information that would make sense to cache? -- Dan Poirier poir...@pobox.com - The official User-To-User

[us...@httpd] Re: How to retrieve contents from memcache using POST request parameter

2009-06-01 Thread Dan Poirier
Suan-Aik Yeo yeosuan...@gmail.com writes: Right now I've installed the modmemcache module from http://code.google.com/p/modmemcachecache/ If you're using a module you didn't get from Apache, you should probably ask somebody at the place where you got it rather than an Apache list. -- Dan

[us...@httpd] Re: mem_cache monitoring

2009-05-29 Thread Dan Poirier
Chuck Stein st...@geofusion.com writes: Are there any tools that will allow me to monitor what is in the mem_cache? How can I tell if it is working? Set LogLevel to debug temporarily and you'll be able to see pages being cached in the error log. (Plus lots of other things, so turn it back

[us...@httpd] Re: IPv6 support on Apache-2.2.x

2009-04-24 Thread Dan Poirier
the request arrive and the response get sent? Look for some other cause of the 400 error. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

[us...@httpd] Re: Apache CustomLog Syslog Format

2009-04-17 Thread Dan Poirier
Suggest you read the documentation on CustomLog. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info

[us...@httpd] Re: LocationMatch inside VirtualHost? [solved: bug]

2009-04-14 Thread Dan Poirier
. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[us...@httpd] Re: Wildcard patterns not allowed in Include /home/www/*/*.conf

2009-04-13 Thread Dan Poirier
Looking at the code, wildcards are only allowed in the last component of the path. So Include /home/www/foo/*.conf is okay, but not Include /home/www/*/httpd.conf. -- Dan Poirier poir...@pobox.com - The official User-To-User

[us...@httpd] Re: Apache memory hog

2009-04-07 Thread Dan Poirier
Adrian Marsh adrian.ma...@ubiquisys.com writes: Lets just pretend for a moment that I don't know much about Apache, pthreads or pre-forks in any specific detail... how would I find out what threading model is being used? apachectl -V -- Dan Poirier poir...@pobox.com

[us...@httpd] Re: Apache 2.2 mod_include mis-interpreting back-references

2009-04-01 Thread Dan Poirier
hugh williams hu...@soco.agilent.com writes: My question still remains - what changed in Apache that a construct it formerly parsed one way is now treated differently? Or not so much what changed, but why? Why does Apache now care what is inside an exec cmd' string? Even in 1.3, mod_include

[us...@httpd] Re: Log HTTP traffic (whole requests and responses)

2009-03-26 Thread Dan Poirier
], but it seems this is not supported. It might be that since wireshark does this so well, nobody's felt the need to add it to Apache. Have you looked at wireshark? -- Dan Poirier poir...@pobox.com - The official User-To-User

[us...@httpd] Re: Apache 2.2 mod_include mis-interpreting back-references

2009-03-26 Thread Dan Poirier
;}' -- -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org

[us...@httpd] Re: how to prevent mp3 downloading ?

2009-03-20 Thread Dan Poirier
J. Bakshi joyd...@infoservices.in writes: Eric Covener wrote: On Fri, Mar 20, 2009 at 7:16 AM, J. Bakshi joyd...@infoservices.in wrote: Dear list, I have a .htaccess ( copied from the some tutorials available in internet ) to disable site grabbers like wget, curl, httrack etc...

[us...@httpd] Re: CGI Child Process Question

2009-03-20 Thread Dan Poirier
Lihet Ruben ruben.li...@my.fmi.unibuc.ro writes: The most important thing is I want to know if the person has downloaded the file completely or canceled the download. So I thought that is the user cancels the script, the program dies, I cannot log what happened. Problem: your script might

[us...@httpd] Re: FW: Problem Compiling Apche Module

2009-03-09 Thread Dan Poirier
See http://httpd.apache.org/docs/2.2/platform/win_compiling.html You have to have Microsoft Visual C++/Studio -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See

[us...@httpd] Re: Apache authenticate against Drupal user database?

2009-03-04 Thread Dan Poirier
John Oliver joli...@john-oliver.net writes: Is it possible for Apache to authenticate users against a database kept by Drupal / PHP / MySQL? See mod_authn_dbd. (You'll have to know the schema of the table being used by Drupal.) -- Dan Poirier poir...@pobox.com

[us...@httpd] Re: Problem with accessing svn.apache.org

2009-02-17 Thread Dan Poirier
No problem here. The problem might have been temporary, or it could be local to you. Try it again. -- Dan Poirier poir...@pobox.com - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http

[us...@httpd] Re: mod_authnz_ldap and UTF-8

2009-02-17 Thread Dan Poirier
Mark H. Wood mw...@iupui.edu writes: On Mon, Feb 16, 2009 at 01:24:31PM -0500, Eric Covener wrote: This a fringe option. You might have better luck trying to coerce browsers into sending utf-8 or avoiding non-ascii usernames altogether. Professor Wöhler, we can mis-spell your name 'Wohler'

[us...@httpd] Re: GUI for configuring Apache httpd by editing httpd.conf

2009-02-14 Thread Dan Poirier
Mohammed obaidan blue4...@gmail.com writes: Hi,I was searching the internet for a GUI tool for configuring the Apache httpd server. I found two commercial tools but no open source ones. So I am going to develop an open source software using java for configuring and maybe administrating Apache

[us...@httpd] Re: GUI for configuring Apache httpd by editing httpd.conf

2009-02-14 Thread Dan Poirier
Bogdan Cristea crist...@gmail.com writes: On Saturday 14 February 2009 14:04:34 Mohammed obaidan wrote: I was searching the internet for a GUI tool for configuring the Apache httpd server. openSuSE has a GUI for Apache configuration called from their system management tool: yast2. I guess

[us...@httpd] Re: How to use self signed Jar file on Apache HTTP Server

2009-02-12 Thread Dan Poirier
None of that has to do with the web server. You'll need to find help for it elsewhere. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info.

[us...@httpd] Re: Apache Remote access/configuration page

2009-02-12 Thread Dan Poirier
supremelmfz supremel...@hotmail.com writes: I am new to Apache HTTP Server. I am just wondering if Apache has a remote access/configuration page like Jboss and Glassfish does? No, but the configuration is just a text file, so it shouldn't be hard to access the remote system any way you like

[us...@httpd] Re: Can't figure out where data is being cached

2009-02-03 Thread Dan Poirier
I'm still suspicious of the browser, but don't have any specific advice there. I did find this which you could try if all else fails: http://www.stefanhayden.com/blog/2006/04/03/css-caching-hack/ -- Dan Poirier poir...@pobox.com

[us...@httpd] Re: Reverse proxy HTTP HTTPS; redirects

2009-01-21 Thread Dan Poirier
See the mention of reverse proxying in the ServerName doc. - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail:

[us...@httpd] Question about configuring multiple authz modules

2009-01-15 Thread Dan Poirier
I'm trying to understand how all the parts of authentication/authorization in Apache 2.2 fit together, and have run into something that doesn't seem quite right to me. I'm wondering if I'm correct about how it works. I've been looking at the doc, as well as reading request.c. Suppose you

[us...@httpd] Re: Can I just compile once and copy the installed server to multi machines?

2009-01-14 Thread Dan Poirier
Dan Poirier poir...@pobox.com writes: The compiled-in default paths can't be changed, but you can use a configuration file that sets a different ServerRoot and that should override the defaults for most paths. You might run into a few other paths that need to be overridden explicitly. Also

[us...@httpd] Re: Virtual Domain Config Error

2009-01-05 Thread Dan Poirier
or defined by a module not included in the server configuration You have three characters with encoding 0xCA at the front of your DocumentRoot line. Guessing that you're on a Mac from that path, I looked up 0xCA in Mac OS Roman and that's a non-breaking space. -- Dan Poirier poir...@pobox.com

[us...@httpd] Re: Basic Config File Question

2009-01-01 Thread Dan Poirier
Look at the last example in this doc section: http://httpd.apache.org/docs/2.2/howto/access.html#host - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html

Re: too long

2008-12-19 Thread Dan Poirier
with network tracing, you might sniff UDP traffic on port 53 to see if there are DNS lookups timing out. Dan Poirier poir...@pobox.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail

Re: How do I know that caching is working?

2008-12-16 Thread Dan Poirier
? -- Dan Poirier poir...@pobox.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: mod_disk_cache: htcacheclean and rm -rf

2008-12-16 Thread Dan Poirier
, until the cache is built up again. -- Dan Poirier poir...@pobox.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: mod_disk_cache: htcacheclean and rm -rf

2008-12-16 Thread Dan Poirier
the file is closed, even if rm removes the directory entry. I wouldn't try it on Windows, though. Dan Poirier poir...@pobox.com - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h

[EMAIL PROTECTED] Re: HTTPS connexion on the port 80

2008-11-10 Thread Dan Poirier
it has already started reading the request, which it can't do until it has done an SSL handshake. How would it know whether to do that or not, if port 80 is getting both SSL and non-SSL connections? -- Dan Poirier [EMAIL PROTECTED

Re: [EMAIL PROTECTED] [apache2.3.0] download

2008-10-14 Thread Dan Poirier
See http://httpd.apache.org/dev/ -- Dan Poirier [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-13 Thread Dan Poirier
Sorry, I'm not going to be able to help any more with this for a while, so if anyone else has any ideas, please jump in. -- Dan Poirier [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server

Re: [EMAIL PROTECTED] Deny Access to a Directory

2008-10-13 Thread Dan Poirier
Try using fully-qualified paths. -- Dan Poirier [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Dan Poirier
Eric Covener said the following on 10/08/2008 10:43 PM: On Wed, Oct 8, 2008 at 10:01 PM, Arvind Shenoy [EMAIL PROTECTED] wrote: Hello, I recently installed httpd-2.2.9 (with LDAP and SSL) on my Mac OS X 10.5.4 box. Everything went very smoothly except for one thing; Apache keeps shutting down

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Dan Poirier
AM, Dan Poirier wrote: The man page for initgroups on Mac OS X says only: The initgroups() function returns -1 if it was not invoked by the superuser. But looking at the code, there are other possible causes. Arvind, have you checked the console for any messages that Mac OS X might have

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Dan Poirier
On Mon, 29 Sep 2008 16:40:49 -0500, Justin Pasher [EMAIL PROTECTED] said: If you do it within the apache config, the server will send the 302 redirect header before trying to exchange any SSL key related information. Once they have been kicked over to https://www.csulb.edu/, the normal SSL

Re: [EMAIL PROTECTED] mod_auth_ldap

2008-09-26 Thread Dan Poirier
On Fri, 26 Sep 2008 10:30:39 -0700, Drew Tomlinson [EMAIL PROTECTED] said: I used the Apache 2.2.6 package from SunFreeware to upgrade various Sparc servers running Solaris 8 and 9. However this package does not include mod_auth_ldap which is needed for a few of the sites. I've Googled and

Re: [EMAIL PROTECTED] print() on closed filehandle error

2008-09-20 Thread Dan Poirier
) change the permissions on some files so the apache user can modify them 4) change the user that apache runs as. -- Dan Poirier [EMAIL PROTECTED] - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [EMAIL PROTECTED] Trouble With mod_rewrite

2008-09-16 Thread Dan Poirier
Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dan Poirier [EMAIL PROTECTED