[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 http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...

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

2010-07-20 Thread Dan Poirier
On 2010-07-20 at 14:00, Tapas Mishra 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 official User-To-User sup

[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 http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org " from the di

[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 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 > MinSpareThreads 5 >

[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" 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 don't SHOUT. -

[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" 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 server, it's some s

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

2010-05-03 Thread Dan Poirier
On 2010-05-03 at 14:46, Charan 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]*/$ > RewriteCond %{REQUE

[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 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 http://httpd.apac

Re: [us...@httpd] How to make the code of PHP[mail()] work?

2010-03-27 Thread Dan Poirier
On 2010-03-26 at 22:20, Nilesh Govindarajan wrote: > If you wish to learn PHP, read the PHP manual at www.php.net > This is not the place for discussion of PHP, except for its setup, etc. > I will give you hint that you need an SMTP server at localhost. For > more info, ask on PHP Mailing Lists.

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 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: > > CustomLog "|/usr/sbin/rotatelogs /logs/site/access_log.%U-%Y 604800" combined > > >

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

2010-03-04 Thread Dan Poirier
Or just don't use 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 the server

Re: [us...@httpd] Feature request: Set lbfactor to 0 in mod_proxy_balancer

2010-03-02 Thread Dan Poirier
On 2010-03-01 at 22:19, Cameron Stokes wrote: > First off, please let me know if this is not the right place to submit a > feature request for an httpd module. I searched the website but could not > find instructions to do this and did not want to submit this to the bug > tracker. Actually the

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 http://httpd.apache.org/userslist.html> for more info. To u

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

2010-01-28 Thread Dan Poirier
a sed 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

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

2010-01-27 Thread Dan Poirier
Joe Hammerman 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 using in our Virtual

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

2010-01-24 Thread Dan Poirier
> "jbiskofski" == jbiskofski 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 to serve t

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

2009-12-25 Thread Dan Poirier
John den Haan 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 from shorting o

[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 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 from the next r

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

2009-11-20 Thread Dan Poirier
Nick Kew 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 away until

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

2009-10-28 Thread Dan Poirier
Eric Covener writes: > On Tue, Oct 27, 2009 at 7:17 PM, Ryan Watkins 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, > http://httpd.apache.org/dev/devnotes.html > > It

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

2009-10-27 Thread Dan Poirier
7;re built against a > sufficient level of openssl. I just updated the FAQ. I'm not sure how long it'll take for the web site to update. -- Dan Poirier - The official User-To-User support forum of the Apache HT

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

2009-10-21 Thread Dan Poirier
Nick Kew writes: > Martin Schuhmacher wrote: > >> that book is laying on my desk, it only deescribes howto >> get the data, not howto insert it > > Um, haven't time to check just now, but I'm sure there's an > input filter example! 8.12.4 Input F

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

2009-10-19 Thread Dan Poirier
I see bin/envvars. > > Its this because I have a distro'd installed version of APACHE vs from > source? Could be. Look in apachectl and see if it looks for an envvars file and if so, where it looks for it. If so, you might be able to just create one there. -- Dan Poirier --

[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 - The official U

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

2009-10-09 Thread Dan Poirier
Igor Cicimov 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 P

[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 http://httpd.apache.org/userslist.html> for m

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

2009-10-01 Thread Dan Poirier
"Soumendu Bhattacharya" 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 2009] [notice] Digest: generatin

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 http://httpd

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

2009-08-19 Thread Dan Poirier
On Thu, 20 Aug 2009 04:01 -0400, "Matt K" 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 - The offici

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

2009-08-13 Thread Dan Poirier
hook. -- Dan Poirier 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] Requiring authentication for the whole server

2009-08-13 Thread Dan Poirier
URL while 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 -

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

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

2009-07-27 Thread Dan Poirier
ring configtest. I don't think it's possible to check this perfectly without actually trying to open and write to the log file, which 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 --

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 P

[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 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

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

2009-07-22 Thread Dan Poirier
"Fábio Jr." 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

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

2009-07-15 Thread Dan Poirier
just faking virtual hosts by dynamically mapping requests to doc roots, instead of having actual configuration, %v won't do what you want. Try logging %{Host}i instead of %v. -- Dan Poirier - The official User-To-User support

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

2009-07-14 Thread Dan Poirier
ine On and path to key and cert file. > > So, had a thought of excluding port from VH container and leaving only IP, > like: > > > > SetEnvIf or any other, similar module, also wouldn't be able to "hack" it > in this way? Try putting the

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

2009-07-09 Thread Dan Poirier
  > Port 9080 is usually WebSphere. It sounds like 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 ---

[us...@httpd] Re: mod_rewrite

2009-06-16 Thread Dan Poirier
everse proxy would 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 - The official User-To-User support

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

2009-06-10 Thread Dan Poirier
Sukhjeet, you can hide 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

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

2009-06-10 Thread Dan Poirier
the requests go to a separated directory: I 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 s

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

2009-06-08 Thread Dan Poirier
ricardo figueiredo 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 - The official User-To-User support forum of t

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

2009-06-02 Thread Dan Poirier
on't believe any of Apache's caching mechanisms try to cache POST requests. I'm not sure why 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 ---

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

2009-06-01 Thread Dan Poirier
Suan-Aik Yeo 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 Apach

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

2009-05-29 Thread Dan Poirier
Chuck Stein 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 off when you've seen

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

2009-04-24 Thread Dan Poirier
erwise how did the request arrive and the response get sent? Look for some other cause of the 400 error. -- Dan Poirier - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/

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

2009-04-17 Thread Dan Poirier
Suggest you read the documentation on CustomLog. -- Dan Poirier - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-m

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

2009-04-14 Thread Dan Poirier
and forth. -- Dan Poirier - The official User-To-User support forum of the Apache HTTP Server Project. See 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 - The official User-T

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

2009-04-07 Thread Dan Poirier
"Adrian Marsh" 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? apach

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

2009-04-01 Thread Dan Poirier
hugh williams 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 interpreted $ in

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

2009-03-26 Thread Dan Poirier
use >> the "$1" and "$2" for its own needs as well as letting Perl have Have you tried escaping the $ with \? Maybe something like -- Dan Poirier - The official User-To-User support foru

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

2009-03-26 Thread Dan Poirier
ogio[2], 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 - The official User-To-U

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

2009-03-20 Thread Dan Poirier
"Lihet Ruben" 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 have already sent its en

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

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

[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 - The official User-To-User support forum of the Apache HTTP Server Project. See http

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

2009-03-04 Thread Dan Poirier
John Oliver 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.) --

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

2009-02-17 Thread Dan Poirier
"Mark H. Wood" 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' or w

[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 - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

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

2009-02-14 Thread Dan Poirier
Mohammed obaidan writes: > I will take a look at webmin. Also I am considering making the > software for windows and Linux so if a certain linux distribution has > its own configuration tool that will not be considered as a portable > tool for configuring Apache. Don't forget Mac, Solaris, etc.

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

2009-02-14 Thread Dan Poirier
Bogdan Cristea 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 that other d

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

2009-02-14 Thread Dan Poirier
Mohammed obaidan 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 httpd server.

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

2009-02-12 Thread Dan Poirier
supremelmfz 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 and edit the file there.

[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 http://httpd.apache.org/userslist.html> for more info. To un

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

2009-02-12 Thread Dan Poirier
Manupriya writes: > 2. Deployment time - Self Signed web pages - We followed the link - > http://straxus.javadevelopersjournal.com/creating_a_mozillafirefox_drag_and_drop_file_upload_script_p_1.htm > > 1. What do I do with x509.raw and x509.cacert ? Where do I copy these files > on the Apache Ser

[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 ---

[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 http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsub

[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 ha

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

2009-01-14 Thread Dan Poirier
Dan Poirier 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.

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

2009-01-14 Thread Dan Poirier
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. -- Dan Poirier - The official User-T

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

2009-01-05 Thread Dan Poirier
a', > perhaps misspelled 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 0xC

[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 http://httpd.apache.org/userslist.html> for mo

Re: too long

2008-12-19 Thread Dan Poirier
iliar 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

Re: mod_disk_cache: htcacheclean and rm -rf

2008-12-16 Thread Dan Poirier
y until 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 c

Re: htcacheclean ignoring -l (limit)?

2008-12-16 Thread Dan Poirier
Have you tried -t? It looks like htcacheclean just counts the sizes of the files, but if you have a lot of empty directories, that might be taking up some space too. -t looks like it would clean that up. -- Dan Poirier - To

Re: mod_disk_cache: htcacheclean and rm -rf

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

Re: How do I know that caching is working?

2008-12-16 Thread Dan Poirier
cted? If so, it won't be cached. - Is there anything in the error log? -- Dan Poirier - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

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

2008-11-10 Thread Dan Poirier
what to speak because I tell him : > httpS://site3.mondomaine:80/ Apache needs to know too. It can't see the Host passed from the client until it has already started reading the request, which it can't do until it has done an SSL handshake. How would it

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 http://httpd.apache.org/userslist.html> for more info. To unsubscrib

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 http://httpd.apache.org/userslist.html> for more info. To unsubscrib

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

Re: [EMAIL PROTECTED] initgroups() failure

2008-10-09 Thread Dan Poirier
On Thu, Oct 9, 2008 at 5:41 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 consol

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] 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 norm

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 > Googl

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

2008-09-20 Thread Dan Poirier
use suexec to run your CGI as another user 3) 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-U

Re: [EMAIL PROTECTED] Trouble With mod_rewrite

2008-09-16 Thread Dan Poirier
t Magician! > Visit The Alchemist's Warehouse > > http://www.alchemistswarehouse.com > > > - > The official User-To-User support forum of the Apache HTTP Server Project. > See http://httpd.apache.o