Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-11 Thread Eric Covener
/mod_ruby? > > So it turn out that Threaded MPM is only suitable for serving static pages? Bizarre conclusion. Other interpreters are likely more thread-aware/thread-exploitative when not embedded in Apache, so they'd be less likely to casually link with non-threadsafe libra

Re: [us...@httpd] xml question

2009-02-11 Thread Eric Covener
"test.php" should be an absolute path, like "/test.php". Try to include verbatim error log messages in any followups. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache

Re: [us...@httpd] Threaded MPM + mod_php/mod_python/mod_perl/mod_ruby.. thread safe?

2009-02-12 Thread Eric Covener
On Thu, Feb 12, 2009 at 10:02 AM, howard chen wrote: > On Thu, Feb 12, 2009 at 12:34 AM, Eric Covener wrote: > >> Bizarre conclusion. Other interpreters are likely more >> thread-aware/thread-exploitative when not embedded in Apache, so >> they'd be less lik

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

2009-02-12 Thread Eric Covener
r config file to understand how the filesystem relates to URLs. If the jar is served successfully with a 200, you really have a java applet question. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of

Re: [us...@httpd] Same htlml looks different when coming from 2 different apache2 servers

2009-02-16 Thread Eric Covener
If necessary, repeat >> for embedded images (spacers) and the like. Content-Type header on css should be checked. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Pr

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread Eric Covener
at the browser requests and what is requested by your connector module, and include the information. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread Eric Covener
tomcat nodes (bad) > > I want this last one to be ok! > > any ideas? I still don't see any logs, example URLs, or a clear indication of what happens when you receive a utf-8 encoded query string. -- Eric Covener cove...@gmail.com

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

2009-02-16 Thread Eric Covener
; No hints anyone? :( This a fringe option. You might have better luck trying to coerce browsers into sending utf-8 or avoiding non-ascii usernames altogether. -- Eric Covener cove...@gmail.com - The official User-To-User sup

Re: [us...@httpd] Re: problem with url encoding for apache server as load balancing server

2009-02-16 Thread Eric Covener
On Mon, Feb 16, 2009 at 10:47 AM, rui fernandes wrote: > Ok Eric, > > I have no logs to give you ( I really don't know what you want to be logged). > > I will give you an example (value Mérida): > > http://apacheserver/myapp?param=M%C3%A9rida > > (UTF-8 url encode

Re: [us...@httpd] port 80 + 8080 + SSL (443)

2009-02-16 Thread Eric Covener
> > ServerName www.example.com > DocumentRoot /var/secwww > in addition to Karel' response, you do need mod_ssl directives to actually service SSL on this port. -- Eric Covener cove...@gmail.com - The offi

Re: [us...@httpd] Jar file in Apache HTTP Server

2009-02-18 Thread Eric Covener
r example, in case of Tomcat Server, we will have to put the jar file in > the CATALINA_HOME/webapp/ROOT folder. Is there anything similar in case of > Apache HTTP. Not similar in the sense that the HTTP Server will do anything with the jar beyond making it available for d

Re: [us...@httpd] Directory Listing only in Subdirectory

2009-02-18 Thread Eric Covener
directory listing in > a subdirectory "Location /releases", but I can't get it working. I was able > to configure it so that files are accessible under this directory with the > following configuration: > > >SetHandler file > SetHandler Non

Re: [us...@httpd] SSL library error 336151570 in handshake w/ confirmed cert (CN=ServerName, valid, etc)

2009-02-18 Thread Eric Covener
ubject CN in certificate not server name or identical to CA!? I'm not terribly familiar with mod_ssl, but tou might look at a wireshark trace and see if this Alert is actually being transmitted over the wire by the client. It looks like it happens early enough that it would be unencrypted. --

Re: [us...@httpd] Apache Proxy up Issues

2009-02-19 Thread Eric Covener
width like in the operative direction? How quickly can you upload a file via FTP using the same connection? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http:/

Re: [us...@httpd] block ip address for certain (server) context

2009-02-20 Thread Eric Covener
NOTE*] Server: Apache/2.2.9 (Unix) mod_jk/1.2.26 mod_ssl/2.2.9 > OpenSSL/0.9.8d > [*NOTE*] The above configuration represents the last statements in > httpd.conf - the mod_jk module is loaded before Rewrite rules aren't inherited by virtual hosts. You should use allow/den

Re: [us...@httpd] RE: mem_cache and disk_cache acting differently when determine when to cache content?

2009-02-20 Thread Eric Covener
using the worker mpm. each process builds up its own in-memory cache. You might increase ThreadsPerChild if you really want memcache. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HT

Re: [us...@httpd] SSL configuration read, but not used?

2009-02-20 Thread Eric Covener
ualhost with * or *:443. apachectl/apache2ctl/httpd -S would probably show you where. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [us...@httpd] SSL configuration read, but not used?

2009-02-22 Thread Eric Covener
On Sun, Feb 22, 2009 at 7:18 AM, François Beausoleil wrote: > Thanks for replying Eric. I knew I forgot something. apache2ctl -S doesn't > even see anything on 443. > > $ /usr/sbin/apache2ctl -S > VirtualHost configuration: > wildcard NameVirtualHosts and _d

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-24 Thread Eric Covener
ect on your website immediately. This is a good idea, alternatively RewriteMap program would be lower performance but could look at the live data -- Eric Covener cove...@gmail.com - The official User-To-User support forum of th

Re: [us...@httpd] Mixing rewrite with authn_dbd: Rewriting based on path value stored in mysql table

2009-02-25 Thread Eric Covener
entication arguments here > > > > RewriteRule   /isp/stats      /%{ENV:AUTHENTICATE_URL} The authentication happens between the two phases where Rewrite can be run (translate name for per-vhost, fixups during per-dir/htaccess) You might be able to run Rewrite early but use the lookahead featur

Re: [us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-26 Thread Eric Covener
P server directly. Patches welcome (but it's unfortunately complicated by the mod_ldap/mod_authnz_ldap separation) -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Se

Re: [us...@httpd] Confused about LDAP authentication with Active Directory

2009-02-26 Thread Eric Covener
a fixed username/password. > > Making a "query" without a "bind" in one sentence makes no sense to > me. Be it an anonymous bind or a bind with a dn supplies, you bind, > then you search. In LDAPv3, the bind is optional. -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-27 Thread Eric Covener
u help me to find his|her contacts? Open a bug report, but include info for the LDAP client library you've linked to. If you know how to get debugging info out of the LDAP library, attach it to the bug report. -- Eric

Re: [us...@httpd] authnz_ldap_module: [Bad search filter] error

2009-02-27 Thread Eric Covener
On Thu, Feb 26, 2009 at 9:13 AM, Anton Yakimov wrote: >    AuthLDAPUrl                 "ldap://server.three.two.one:389/dc=three, > dc=two, > dc=one?sAMAccountName?sub?(objectClass=*) NONE" Why is "NONE" inside the quotes? -- E

Re: [us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Eric Covener
f it made it out onto the wire, wireshark breaks down the protocol pretty well. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

Re: [us...@httpd] Confused about LDAP authentication with Active Directory

2009-02-27 Thread Eric Covener
On Fri, Feb 27, 2009 at 9:30 AM, Mark H. Wood wrote: > On Thu, Feb 26, 2009 at 01:59:13PM -0500, Eric Covener wrote: >> In LDAPv3, the bind is optional. > > However, without a non-anonymous bind, ADS will cheerfully accept your > connection and as cheerfully return no informati

Re: [us...@httpd] Re: Confused about LDAP authentication with Active Directory

2009-02-27 Thread Eric Covener
On Fri, Feb 27, 2009 at 12:19 PM, Ed Avis wrote: > Eric Covener gmail.com> writes: > >>>[Fri Feb 27 13:16:30 2009] [warn] [client 192.168.186.32] [2890] auth_ldap >>>authenticate: user eda authentication failed; URI >>>/cgi-bin/test_auth/index.html >

Re: [us...@httpd] Can you go outside the .htaccess directory with Rewrite Rule?

2009-02-27 Thread Eric Covener
hen you use the latter. With the default conf, directory trees are explicitly allowed to be served via "order" and "allow", so whatever you rewrite to will to have a Directory stanza that allows access. -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] mod_authnz_ldap question

2009-02-28 Thread Eric Covener
mydomain.com value? I am not aware of any way to transform the username before LDAP sees it. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache

Re: [us...@httpd] mod_cache and se

2009-03-02 Thread Eric Covener
On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes wrote: > SetEnvIf Request_URI "\.aspx$" no-cache This is in the manual but not yet in a 2.2.x release -- Eric Covener cove...@gmail.com - The official User-To

Re: [us...@httpd] mod_cache and se

2009-03-02 Thread Eric Covener
On Mon, Mar 2, 2009 at 12:40 PM, Eric Covener wrote: > On Mon, Mar 2, 2009 at 12:26 PM, Nuno Fernandes > wrote: > >> SetEnvIf Request_URI "\.aspx$" no-cache > > This is in the manual but not yet in a 2.2.x release Updated the manual to reflect "version aft

Re: [us...@httpd] Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration

2009-03-03 Thread Eric Covener
ive. Maybe you're not using mod_php? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [us...@httpd] Websphere / Apache similarities

2009-03-03 Thread Eric Covener
7;d have to provide yourself and may take a little effort to build against IHS. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.h

Re: [us...@httpd] Help configuring Apache2 + SSL + namebased vhosts

2009-03-04 Thread Eric Covener
; > This doesnt work at all. What am I doing wrong? > That looks exactly right. Can you elaborate on "doesn't work" and include the output of apachectl/apache2ctl/httpd -S and maybe your SSL config? -- Eric Covener cove...@gmail.com -

Re: [us...@httpd] SSL ERRORS

2009-03-04 Thread Eric Covener
ing a to a HTTP port with HTTPS. It's probably just your config -- maybe you have and need *:80 and *:443? A quick check is to connect to port 443 with HTTP and see if you get a response. -- Eric Covener cove...@gmail.com - Th

Re: [us...@httpd] HTTP Server connection hangs

2009-03-05 Thread Eric Covener
Connection: close means the server will close the connection when the content is transferred, so you're not waiting for the client to do so. -- Eric Covener cove...@gmail.com - The official User-To-User support

Re: [us...@httpd] RE: [dtiSPAM] - Re: [us...@httpd] MOD_PROXY Reverse Proxy - Email has different SMTP TO: and MIME TO: fields in the email addresses

2009-03-05 Thread Eric Covener
ted and responded in-line. http://en.wikipedia.org/wiki/Posting_style#Top-posting -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.

Re: [us...@httpd] HTTP Server connection hangs

2009-03-05 Thread Eric Covener
ny other way? Sorry, I thought you were implementing your own HTTP Server and concerned with generating all of this yourself. These objects and methods don't mean anything to me. You can use chunked encoding to signal the end of content whose length you don't know. It's d

Re: [us...@httpd] Logs: two different time zone?

2009-03-06 Thread Eric Covener
; HTTP/1.1" 200 9161 "-" "panscient.com" > 38.100.x.x - - [06/Mar/2009:01:52:10 -0800] "GET > /media/vid-sml.php?video=JYA3_TypesOfClients HTTP/1.1" 200 1395 "-" > "panscient.com" mod_php setting "TZ" environment variable?

Re: [us...@httpd] Apache 2.2.10 web server issue with HPUX

2009-03-06 Thread Eric Covener
On Fri, Mar 6, 2009 at 1:03 PM, Frank Gingras wrote: > Hello, > > Give us the output from ls -al > /phr-mu_1/cqdev/cognos/cer5/cgi-bin/loginmod22.sl And maybe the ldd (or equivalent) output, too -- Eric Covener cove.

Re: [us...@httpd] Chunked encoding like Yahoo!

2009-03-07 Thread Eric Covener
There's only an advantage when you don't know the length ahead of time, or your processing it in such a way that the length will change. When it's needed, it will just happen. -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] Real time thread tracking

2009-03-07 Thread Eric Covener
On Sat, Mar 7, 2009 at 3:06 PM, Flowering Weeds wrote: > > here one is using notepad Close call, you narrowly avoided an on-topic post by not even monitorin Apache. Can PowerShell give us backtraces of a running httpd? -- Eric Covener cove...@gma

Re: [us...@httpd] Real time thread tracking

2009-03-07 Thread Eric Covener
at would be on-topic and welcomed, but it's off-topic and boreing us all to sleep here. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [us...@httpd] mod_vhost_alias + ssl

2009-03-07 Thread Eric Covener
ed before anything can see a hostname (Host: header is available after, and nobodies reading the TLS extension containing the servername) -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Ser

Re: [us...@httpd] mod_vhost_alias + ssl

2009-03-07 Thread Eric Covener
e game (like Alias or RewriteRule). Maybe mod_macro + the SNI patch comes close to what you're looking for? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http:

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

2009-03-09 Thread Eric Covener
yet and getting this > error. 2_0_28] > > [cc] Error E2141 > C:\development\opensource\Apache\httpd-2_0_28\srclib\apr\include\apr_errno.h > 89: Declaration syntax error How are you trying to do it? -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] Ask apache to stop listening on only one socket?

2009-03-09 Thread Eric Covener
and F5 do a health check. Other way is using http, > which has more overhead. graceful stop? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

Re: [us...@httpd] Compiling single module on windows

2009-03-09 Thread Eric Covener
On Mon, Mar 9, 2009 at 4:45 PM, Jigar Sutaria wrote: > Hi All, > > I want to compile single apache module on windows and not the complete httpd > project how can I do that The mod_perl project has an APXS for windows. -- Eric Covener cove.

Re: [us...@httpd] Port-based vhosts

2009-03-09 Thread Eric Covener
On Mon, Mar 9, 2009 at 9:24 PM, Charles Sprickman wrote: > Hello all, > > I've got "port-based" virtual hosting working, but am having some Does tinkering with UseCanonicalPhysicalPort help? -- Eric C

Re: [us...@httpd] cannot access sites through "localhost" on development computer

2009-03-12 Thread Eric Covener
r on the Apache site. Sometimes Windows will start resolving localhost to an ipv6 address, which has bitten me a few times. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Pro

Re: [us...@httpd] RE: Website timing out while uploading large files

2009-03-12 Thread Eric Covener
On Thu, Mar 12, 2009 at 11:16 AM, Krumbein, Cedric wrote: > I haven't had any response to this.  Hasn't anyone encountered this problem > before? No, what 30 second limit did you find? What piece of Apache is reading the POST data? -- Eric Covener c

Re: [us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Eric Covener
wOverrride None" in if you only want to turn on htaccess for your DocumentRoot -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslis

Re: [us...@httpd] Can name- and IP-based vhosts share an address:port pair?

2009-03-13 Thread Eric Covener
efault vhost in a set of NameVirtualHosts should suit you nicely. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Eric Covener
ble AllowOverride, the DocRoot and Aliases should then be > next to a device root (aka /web) if I want to prevent too many kernel > open(). No. Disable htaccess on /, and enable it on precisely where you want them read. -- Er

Re: [us...@httpd] mod_rewrite help

2009-03-13 Thread Eric Covener
a/b/c/ -> index.php?1=a&2=b&3=c There is no real "cleaner" way than the example here: http://wiki.apache.org/httpd/RewritePathInfo -- Eric Covener cove...@gmail.com - The official User-To-User suppo

Re: [us...@httpd] JkLogLevel in mod_jk

2009-03-13 Thread Eric Covener
com 0.002577 Same issue as https://issues.apache.org/bugzilla/show_bug.cgi?id=46835 ? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/usersl

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-14 Thread Eric Covener
ou're really linked with your own copies of openssl and openldap. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> fo

Re: [us...@httpd] Disable resume transfer file

2009-03-14 Thread Eric Covener
On Sat, Mar 14, 2009 at 9:54 AM, budsz wrote: > Hi, > > I need to know how to configure httpd with "no support resume" when > transfer file? As far I know httpd support resume by default. > That's basiclly done with scripting job for example PHP?. But I'am > really wanna figure out this case with

Re: [us...@httpd] PHP script as Apache filter or "callback"

2009-03-14 Thread Eric Covener
it seems like php-as-a-filter is somewhat out of fashion, and might require a rebuild of your PHP mod (if even still supported). If you don't need high performance, mod_ext_filter might be a good stop-gap. -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] Is it possible to configure two subdomains for an IP address?

2009-03-15 Thread Eric Covener
g is perfect, however you have other vhosts getting in the way. apachectl/apache2ctl/httpd -S would show you where you have "virtualhost *" w/o a port number, which overlaps with these. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] mod_rewrite: moved directory

2009-03-18 Thread Eric Covener
   RewriteRule    ^/parent/child(.*) /child$1 [R] If this is in .htaccess or , the RewriteBase is stripped from the URL before your rule compares to it -- it cannot start with a slash. Also see AllowOverride. A simple Alias might suffice too. -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] mod rewrite issue

2009-03-18 Thread Eric Covener
t have a .../admin/admin/. RewriteLog would help. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscr

Re: [us...@httpd] RewriteRule problem

2009-03-18 Thread Eric Covener
On Wed, Mar 18, 2009 at 4:38 PM, Campbell, Lance wrote: > RewriteRule ^/abc?id=(.*)   /efg/$1 You need to deal with the query string in a RewriteCond. http://wiki.apache.org/httpd/RewriteQueryString -- Eric Covener cove...@gmail.

Re: [us...@httpd] RewriteRule problem

2009-03-18 Thread Eric Covener
d/RewriteContext Also at a higher level, if your users type in /abc/def then you want to internally redirect to /abc?id=def, then you don't even want to match against a query string. You're implementing the opposite, where you identify /abc?id=def and react to it.

Re: [us...@httpd] RewriteRule problem

2009-03-18 Thread Eric Covener
ring -- OP is a little ambiguous so this may be wrong. -- Eric Covener cove...@gmail.com - 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

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Eric Covener
On Thu, Mar 19, 2009 at 11:07 AM, Phil Pinkerton wrote: > Seems it may be  a libc issue after changing libc I know get tons of > this output ( snipped ) > > ...apachectl -k start -SSL Did you mean -DSSL? -- Eric Covener cove.

Re: [us...@httpd] apxs:Error: Sorry, cannot determine bootstrap symbol name

2009-03-19 Thread Eric Covener
k.lo > ajp_header.lo > apxs:Error: Sorry, cannot determine bootstrap symbol name. > apxs:Error: Please specify one with option `-n'. You have to compile one module at a time, not all files in a directory, and pass the "main" (with AP_MODULE_XXX) source code file as the fir

Re: [us...@httpd] Apache 2.2.11 Segmentation Fault Solaris 10 Sparc

2009-03-19 Thread Eric Covener
rver configuration Find the module that implements that directive, and make sure it's loaded in your configuration. http://httpd.apache.org/docs/2.2/mod/directives.html#L -- Eric Covener cove...@gmail.com - The official User-To

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

2009-03-20 Thread Eric Covener
7;s still going to ultimately be downloadable. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To

Re: [us...@httpd] Problem with Make

2009-03-23 Thread Eric Covener
ared="ssl ldap proxy > speling rewrite info mime-magic proxy-ajp proxy-balancer proxy-connect" > --enable-suexec --with-suexec-caller > --with-suexec-logfile=/usr/local/apache2/logs/suexec --with-suexec-uidmin > CC='gcc' > Missing the arg to --with-suexec-uid

Re: [us...@httpd] Apache not displaying JPG images in certain folders

2009-03-24 Thread Eric Covener
k an image, I get a broken link icon. EnableSendFile off? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [us...@httpd] (mod_jk load balancer) could not get free endpoint for worker xxx

2009-03-25 Thread Eric Covener
;[alert] (12)Cannot allocate > memory: apr_thread_create: unable to create worker thread". Set ThreadStackSize or ulimit -s to something small (128k, 256k, etc). -- Eric Covener cove...@gmail.com - The official User-To-User sup

Re: [us...@httpd] VirtualHost doesn't work

2009-03-25 Thread Eric Covener
ex.html file. Any https request is entering to the second 443 vhost, > ignoring the ServerName directive. That vhost is a better IP-based match, no name-based vhost matching is done for the SSL handshake. -- Eric Covener co

Re: [us...@httpd] Mangled my Virtual Hosts

2009-03-26 Thread Eric Covener
On Thu, Mar 26, 2009 at 5:33 AM, Christian Buczek wrote: >> NameVirtualHost 127.0.0.1:* > Careful, you need to have a literal match for these pair of arguments to get things to work properly. -- Eric Covener cove...@

Re: [us...@httpd] mod_vhost_alias and DOCUMENT_ROOT

2009-03-26 Thread Eric Covener
s to be served from someplace other than your DocumentRoot, like an Alias, so the variable doesn't change: https://issues.apache.org/bugzilla/show_bug.cgi?id=26052 -- Eric Covener cove...@gmail.com - The official User-To-User sup

Re: [us...@httpd] unexpected connection to ldap

2009-03-27 Thread Eric Covener
ke initgroups() or get*ent -- Eric Covener cove...@gmail.com - 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

Re: [us...@httpd] Apache SSL and Rewrite Rules

2009-03-31 Thread Eric Covener
correct, the handshakehappens first but the rewrite still happens. > Is there anyway to still use Rewrite with SSL? It works the same as non-ssl. Where are your rules defined? -- Eric Covener cove...@gmail.com - The official User-

Re: [us...@httpd] multi threaded apache with thread safe disable php - will this be an issue?

2009-04-01 Thread Eric Covener
ally we see lots of > segfaults in our /var/log/messages. I think it's an issue even with the "threadsafe" build. Use a single-threaded webserver with mod_php, or use fastcgi. -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] Does APR works in Kernel Level ?

2009-04-02 Thread Eric Covener
27;t even use libc in the kernel, much less any of the libraries APR links to or APR itself. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [us...@httpd] Authenticate only once for IP address or DNS name or alias

2009-04-02 Thread Eric Covener
credentials to what it thinks is a different host. I don't think you'll get it to behave any different, unless you force a canonical hostname before authenticating. -- Eric Covener cove...@gmail.com - The official Use

Re: [us...@httpd] Can I post here about Jmeter ??

2009-04-02 Thread Eric Covener
On Wed, Apr 1, 2009 at 5:50 PM, ricardo13 wrote: > > Hi all, > > Can I post doubts about Jmeter here ??? No, this is a list for Apache HTTP Server only. -- Eric Covener cove...@gmail.com - The official User-To-

Re: [us...@httpd] Does APR works in Kernel Level ?

2009-04-02 Thread Eric Covener
On Thu, Apr 2, 2009 at 8:49 AM, ricardo13 wrote: > > Sorry, > > But don't understood !! You'll have to do some research about including C libraries in kernel modules. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Does APR works in Kernel Level ?

2009-04-02 Thread Eric Covener
It's still off-topic for this list. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubs

Re: [us...@httpd] RES: mod_status "404 Not Found"

2009-04-02 Thread Eric Covener
On Thu, Apr 2, 2009 at 4:32 PM, Lincoln Zuljewic Silva - Claro SP - wrote: > Could mod_proxy cause it? If you've configured that URL to be proxied somewhere that didn't have server-status enabled, yes. -- Eric Covener cove

Re: [us...@httpd] Apache not allowing .exes?

2009-04-02 Thread Eric Covener
r "exe" in httpd.conf and > /etc/httpd/conf.d/* to no avai In this case It's not the apache configuration, but the system itself. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of t

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

2009-04-03 Thread Eric Covener
sses? What's unhealthy about it? You can shrink the harmless vsz with ulimit -s 512. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/u

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

2009-04-03 Thread Eric Covener
MaxMemFree or MaxRequestsPerchild? -- Eric Covener cove...@gmail.com - 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

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

2009-04-03 Thread Eric Covener
On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh wrote: > Am trying MaxMemFree 3    (30mb? - pure guess number). Far too large, it's per-thread. Try 1MB. -- Eric Covener cove...@gmail.com - The official User-To-User

Re: [us...@httpd] Can I post here about Jmeter ??

2009-04-04 Thread Eric Covener
On Sat, Apr 4, 2009 at 12:51 PM, ricardo13 wrote: > > Hi Eric, > > Where can I post doubts about Jmeter ?? http://lmgtfy.com/?q=apache+jmeter+mailing+list -- Eric Covener cove...@gmail.com - The official User-To-

Re: [us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread Eric Covener
/apachectl/apache2ctl -S would probably show you that either NVH and VH don't match exactly, or you have duplicate NVH'es. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Serve

Re: [us...@httpd] About: NameVirtualHost ... has no VirtualHosts

2009-04-05 Thread Eric Covener
xcept when its arguments exactly match (not logically via wildcards or missing ports) a set of VirtualHost containers. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Pro

Re: [us...@httpd] Random IP in httpd -S

2009-04-06 Thread Eric Covener
s there a way of over ridding it and > putting the correct address in? The -S output contains a filename and line number. What's there? Is it an unexpected DNS result? -- Eric Covener cove...@gmail.com - The offi

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

2009-04-06 Thread Eric Covener
On Mon, Apr 6, 2009 at 7:54 PM, Sean Conner wrote: > It was thus said that the Great Eric Covener once stated: >> On Fri, Apr 3, 2009 at 10:08 AM, Adrian Marsh >> wrote: >> > Am trying MaxMemFree 3    (30mb? - pure guess number). >> >> Far too large,

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

2009-04-07 Thread Eric Covener
On Tue, Apr 7, 2009 at 7:31 AM, André Warnier wrote: >> >> The wasted stack space doesn't shows up as a high VSZ, but not RSS. >> > Eric, as written that note above is rather cryptic.. > Maybe removing double/triple negatives would help ? > ;-) Lost all meaning

Re: [us...@httpd] no permission to access an AliasMatch Directory ?

2009-04-07 Thread Eric Covener
== > Your error log will tell you whether the failure is related to the Apache configuration or the OS (filesystem permissions, SELinux, etc) -- Eric Covener cove...@gmail.com - The official User-To-User sup

Re: [us...@httpd] Mass Virtual Hosting + SSL

2009-04-08 Thread Eric Covener
On Wed, Apr 8, 2009 at 3:59 AM, Nick Cooper wrote: > Yes it is possible to do with a VirtualDocumentRoot but the thing to > remember is the value of DocumentRoot does not equal VirtualDocumentRoot. I think it's worth emphasizing that this is a general FAQ, and not unique to SSL.

Re: [us...@httpd] "tee" SSL traffic?

2009-04-08 Thread Eric Covener
ypt/re-encrypt if you put it between a client and an SSL origin server. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [us...@httpd] "tee" SSL traffic?

2009-04-08 Thread Eric Covener
On Wed, Apr 8, 2009 at 6:09 PM, André Warnier wrote: > John Oliver wrote: >> >> On Wed, Apr 08, 2009 at 04:16:32PM -0400, Eric Covener wrote: >>> >>> On Wed, Apr 8, 2009 at 1:37 PM, John Oliver >>> wrote: >>>> >>>> Is it

Re: [us...@httpd] "tee" SSL traffic?

2009-04-08 Thread Eric Covener
On Wed, Apr 8, 2009 at 6:19 PM, Eric Covener wrote: > Seems like a simple proxy reverse proxy might be sufficient One too many proxies! -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apa

Re: [us...@httpd] No VirtualHosts Issue

2009-04-08 Thread Eric Covener
; matching VirtualHost containers. Extras can trigger that error, I believe. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.h

<    4   5   6   7   8   9   10   11   12   13   >