Re: [us...@httpd] Apache + mod_proxy

2009-05-19 Thread Nick Kew
nd has failed to set a charset, and the proxy is setting it. "DefaultType None" should fix the immediate problem. But it would be a good idea to fix the backend, too. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ ---

Re: [us...@httpd] Authentication with Oracle

2009-05-19 Thread Nick Kew
#x27;t find any. > > My system is: SUSE ES9, Apache/2.0.49 and Oracle 9i. Google would know if there's an oracle option for 2.0.x, and something running under mod_perl or fastcgi might be an option. Upgrade to 2.2 and apr-1.3 and it's included as standard. -- Nick Kew Applicatio

Re: [us...@httpd] Re: iFrame Injection Blocking

2009-05-24 Thread Nick Kew
s > completely loaded by the browser" > > Then I suppose the next question is, could one use mod_rewrite or > some other tool to parse the content (html cide), (and obliterate it > possibly) before it is even sent to the client? http://www.apachetutor.org/security/information-

Re: [us...@httpd] sharing data between two different apache modules

2009-05-26 Thread Nick Kew
pend the query string in Perl. The alternative is to use RewriteRule with [P] in place of proxypass. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&

Re: [us...@httpd] Unable to start Apache - Fail to Install libapreq2

2009-05-27 Thread Nick Kew
ying to mix an Apache built with sunstudio and a Perl built with gcc? -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ - The official User-To-User support forum of the Apache HT

Re: [us...@httpd] Apache Http server move from Solaris V8 to Solaris V10

2009-05-29 Thread Nick Kew
to take while migration. 2.0.43 is very old. Since you're upgrading Solaris, I suggest you take the opportunity to upgrade apache at the same time. Your options include Sun's package from the webstack, if you don't want to just grab the tarball from apache.or

Re: [us...@httpd] Host bypass custom build CGI

2009-06-04 Thread Nick Kew
On 4 Jun 2009, at 02:37, phpalt...@vfemail.net wrote: Can I bypass a web host's mod_php with a separate, private PHP running as CGI? Of course! See "AddHandler". -- Nick Kew - The official User-To-User s

Re: [us...@httpd] Apache 1.3.41 child processes crashing frequently.

2009-06-09 Thread Nick Kew
x27;s segfaulting, and how to fix it. -- Nick Kew - 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] ForceLanguagePriority not giving 300 response

2009-06-09 Thread Nick Kew
the first occurence of language in the Accept-Language header (assuming the same q value) rather than answering me with a 300 Multiple Choices. What's the "that" in question? -- Nick Kew - The official User-To-User su

Re: [us...@httpd] Reverse Proxy: Max-Forwards has reached zero - proxy loop?

2009-06-09 Thread Nick Kew
: > > ServerName webmail.example.com > ProxyPass /exchange https://webmail.example.com/exchange > ProxyPass /exchweb https://webmail.example.com/exchweb > -- Nick Kew Application Development with Apache - the Apache Modu

Re: [us...@httpd] Apache APR Crash with Trac

2009-06-09 Thread Nick Kew
indicated above exists only for Apache 2.0. -- Nick Kew - 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

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

2009-06-10 Thread Nick Kew
e banner, it's the sysop. Find one who knows the job. -- Nick Kew - 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,

Re: [us...@httpd] Question about how to fetch html?

2009-06-12 Thread Nick Kew
for example mod_proxy_html. -- Nick Kew - 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

Re: [us...@httpd] man-in-the-middle https proxy

2009-06-13 Thread Nick Kew
ollow it back to the bug report where a source patch was first posted. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ - The official User-To-User support forum of the Apa

Re: [us...@httpd] mod_auth_pgsql and mod_auth_mysql on the same server

2009-06-15 Thread Nick Kew
es mentioned in your subject line for authentication. -- Nick Kew Application Development with Apache - the Apache Modules Book http://www.apachetutor.org/ - The official User-To-User support forum of the Apache HTTP Serv

Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Nick Kew
he request object (and hence its pool) is no longer valid. The simple fix would be to use the connection pool. But that in turn highlights the likelihood that you might want to revisit your architectural design. -- Nick Kew Application Development with Apache - the Apache Modules

Re: [us...@httpd] New DOS HTTP tool

2009-06-18 Thread Nick Kew
) * AcceptFilters * mod_evasive and bandwidth modules on your choice of platform. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for m

Re: [us...@httpd] how to do http PUT inside the output filter

2009-06-18 Thread Nick Kew
into it). What are you trying to capture? If response headers, grab them from the headers_out and err_headers_out tables. If you want to catch data, bear in mind that things like mod_deflate and mod_charset run at CONTENT_SET, so you may want to run before that. -- Nick Kew Application Develop

Re: [us...@httpd] New DOS HTTP tool

2009-06-19 Thread Nick Kew
Tom Evans wrote: On Thu, 2009-06-18 at 08:48 +0100, Nick Kew wrote: On 17 Jun 2009, at 21:59, Julien Pauli wrote: Any suggestions, ideas ? ;) OhBugger. I meant to test-drive this before it went (fully) public. If you want to be helpful with this, you might like to test-drive how the

Re: [us...@httpd] How can I secure my apache server from DoS attack ?

2009-06-24 Thread Nick Kew
t you might want to raise it higher and use traffic management. [1] for any of the machines I've tried it on - http://bahumbug.wordpress.com/2009/06/21/slowloris/ -- Nick Kew - The official User-To-User support forum of the A

Re: [us...@httpd] mod_filter newbie

2009-06-29 Thread Nick Kew
uch better performance. Second, you may want to look at expression evaluation in apache: mod_filter in 2.3 and up (but not in 2.2.x) can evaluate complex expressions to determine whether to run a filter. -- Nick Kew - The offi

Re: [us...@httpd] why my httpd cored?

2009-07-06 Thread Nick Kew
built: Feb 25 2008 17:39:32 So you installed a binary? Sounds like it's not binary-compatible with the system you installed it on. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Ser

Re: [us...@httpd] Passing REMOTE_USER from reverse proxy to app server

2009-07-07 Thread Nick Kew
Tom Evans wrote: [chop] That rewrite stuff happens before authentication. You would need to put your rewriterules inside a to activate them after it's happened. -- Nick Kew - The official User-To-User support forum o

Re: [us...@httpd] apache2, mod_jk and basic auth

2009-07-15 Thread Nick Kew
Steve Dalton wrote: In my Directory section. This works when I remove the JkMount - but as soon as mod_jk is in play, Once you're proxying (as you are with mod_jk), there is no Directory - only what the backend (tomcat) returns. Use instead. -- Nic

Re: [us...@httpd] Auth and server-side auto-login

2009-07-22 Thread Nick Kew
for NOT doing the "usual thing" and hacking it with mod_rewrite! But I could be missing something from earlier in the thread :) -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. Se

Re: [us...@httpd] Auth and server-side auto-login

2009-07-22 Thread Nick Kew
EMOTE_USER, so won't need r->user. Is your application implemented a a module or modules, or is it external to the server? -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http:/

Re: [us...@httpd] Re: Low priced certificate?

2009-07-22 Thread Nick Kew
cting against is a passive attacker. "Verified by Visa" is blazing the trail in training users to give their credentials to any tom, dick and harry who asks for them under the right-looking banner. Who can compete with tha

Re: [us...@httpd] Transparent Proxy Server Installation

2009-07-22 Thread Nick Kew
en, but if so I've either missed or forgotten it. You're now showing evidence of demand for the feature, which could possibly raise the motivation to get a round tuit. -- Nick Kew - The official User-To-User support foru

Re: [us...@httpd] Default page location

2009-07-26 Thread Nick Kew
rver isn't expecting. So why not drop the default page, leave the default virtualhost empty (or forbidden), and use an ErrorDocument to present to the user. That way you won't get unfortunate side-effects like Google indexing your not-ther

Re: [us...@httpd] MaxRequestsPerChild and MaxKeepAliveRequests clarification

2009-07-26 Thread Nick Kew
with mod_fcgid. That way you could also raise your MaxClients, which looks very, very low, and drop all use of MaxRequestsPerChild. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [us...@httpd] missing content-length header for HEAD request in mod_jk 1.2.28 with tomcat 6.0.18

2009-07-26 Thread Nick Kew
blems. Since it seems to be a change in mod_jk, you should probably ask the tomcat folks, who maintain it. Though some of them are also httpd folks and may see it here. -- Nick Kew - The official User-To-User support forum o

Re: [us...@httpd] Apache 1.3.x or 2.x ?

2009-07-28 Thread Nick Kew
Matus UHLAR - fantomas wrote: the whole fact that apache1 is obsolete, not developed for years and missing many functions of apache2, should be enough, don't you think? The last significant Apache 1 release was Apache 1.3 in 1998. Of course you can still use it, just as you can still use oth

Re: [us...@httpd] Apache in chroot on Solaris 9

2009-08-05 Thread Nick Kew
I could find with ldd and truss. Any idea what am I still missing? man chroot What happens when (in a shell) you perform the same chroot then su to the apache user/group? If that doesn't tell you anything useful, tell us whether you're apache within a chroot, or using Ap

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
the source code, at about line 800 or 801 in the version that bombs out at 802. I guess your underlying issue is an ancient Solaris version. I expect you'd find life easier with at least Solaris 10, unless you're locked into old apps that can't

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
Eric Covener wrote: On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: You can compile mod_proxy_html against it with a simple #define. See the comment in the source code, at about line 800 or 801 in the version that bombs out at 802. FWIW I tried that -D and it still comlained about the three

Re: [us...@httpd] mod_proxy_html can't install

2009-08-06 Thread Nick Kew
Eric Covener wrote: On Thu, Aug 6, 2009 at 9:05 AM, Nick Kew wrote: Eric Covener wrote: On Thu, Aug 6, 2009 at 6:43 AM, Nick Kew wrote: You can compile mod_proxy_html against it with a simple #define. See the comment in the source code, at about line 800 or 801 in the version that bombs out

Re: [us...@httpd] DBDPersist Off in vhost causes startup error log entries

2009-08-17 Thread Nick Kew
rms. For a single application it doesn't usually matter much, but if you have several separate MySQL applications that don't use DBD then you're placing a lot of extra load on your server. -- Nick Kew - The

Re: [us...@httpd] DBDPersist Off in vhost causes startup error log entries

2009-08-20 Thread Nick Kew
y of other APR platforms: aix, beos, netware, os390 - conform to UNIX behaviour. os2 - uses APR_FROM_OS_ERROR So the safest/most consistent thing would seem to be to fixup both Windows and OS2. Thoughts? -- Nick Kew - The officia

Re: [us...@httpd] Re: Proposal to Optionally Block DNS

2009-08-24 Thread Nick Kew
nd of task myself, and implemented Apache changes ranging from tiny fixes up to substantial modules for a range of clients. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] authtype and rewriterule process order question

2009-08-25 Thread Nick Kew
Directory context (which includes htaccess) run after authnz. -- Nick Kew - 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

Re: [us...@httpd] Handling 404 errors

2009-08-26 Thread Nick Kew
very evil, and damages end-users. Your PHP (if that is your choice of scripting language) needs to return the document you want to send. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Pro

Re: [us...@httpd] mod_disk_cache and caching same content for all users

2009-08-26 Thread Nick Kew
AD (Broken As Designed). So getting rid of it would be a very good idea. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more i

Re: [us...@httpd] mod_disk_cache and caching same content for all users

2009-08-26 Thread Nick Kew
ent. Get rid of that Vary header, and it'll do what you appear to be asking. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more in

Re: [us...@httpd] Can you supply username & password for AuthType Basic within a POST/GET?

2009-08-26 Thread Nick Kew
ne option for that is mod_auth_form, at http://httpd.apache.org/docs/2.3/mod/mod_auth_form.html -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html&

Re: [us...@httpd] How to maintain session with CGI C++

2009-08-27 Thread Nick Kew
in your CGI? For example, Apache's mod_session. -- Nick Kew - 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-mai

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

2009-08-28 Thread Nick Kew
flags or selinux if applicable. -- Nick Kew - 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

Re: [us...@httpd] Server Side Includes - include only a certain "xpath"

2009-08-28 Thread Nick Kew
xpath, you might try mod_transform. In either case, you'll have some work to figure it out. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslis

Re: [us...@httpd] Downloaded java applet bypasses proxy

2009-09-10 Thread Nick Kew
d maybe google for an existing class) if you don't have the applet source. Or a firefox plugin could easily do the job if restricting your users is an option. -- Nick Kew - The official User-To-User support forum of the A

Re: [us...@httpd] Case sensitive URLs

2009-09-10 Thread Nick Kew
apitalisations are many and complex, maybe a rewritemap generated by listing the files. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for mo

Re: [us...@httpd] How does Transfer-Encoding: chunked work with CGI?

2009-09-11 Thread Nick Kew
has to de-chunk any chunked input data on behalf of the script. -- Nick Kew - 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] How does Transfer-Encoding: chunked work with CGI?

2009-09-11 Thread Nick Kew
d anything nontrivial with CGI). What Apache version, and what CGI implementation? -- Nick Kew - 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] How does Transfer-Encoding: chunked work with CGI?

2009-09-11 Thread Nick Kew
Chris Cross wrote: Nick Kew wrote on 09/11/2009 10:31:46 AM: > Hmmm. That sounds buggish (dammit, it's a long time since I did > anything nontrivial with CGI). > > What Apache version, and what CGI implementation? From my CGI env: That's not actually

Re: [us...@httpd] How does Transfer-Encoding: chunked work with CGI?

2009-09-11 Thread Nick Kew
plementation? mod_cgi is one. mod_cgid is another. Then there are a couple of fastcgi implementations including mod_fcgid. Then there are language-specific implementations, such as mod_perl's, the first to run in-process CGI. -- Nick Kew ---

Re: [us...@httpd] Word boundaries in regexps (Apache bug?)

2009-09-15 Thread Nick Kew
er on IRC, 1.3 used a pre-PCRE regexp engine. -- Nick Kew - 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] ProxyPass gets "stuck" in a VirtualHost

2009-09-16 Thread Nick Kew
og. At a guess, something in your toolchain doesn't support SNI. -- Nick Kew - 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

Re: [us...@httpd] NameVirtualHost: Questions on proper usage

2009-09-16 Thread Nick Kew
. You should only have one NameVirtualHost (for any IP:port). It goes before any of the virtualhost definitions. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org

Re: [us...@httpd] PHP5

2009-09-21 Thread Nick Kew
-script Handler. Can't help with anything else that might affect you on Windows. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more

Re: [us...@httpd] Mod_ssl configuration problem with module?

2009-09-21 Thread Nick Kew
your clients? Does anyone know if this is something that needs to change in code, or is something in mod_ssl's config, or is not possible? Sorry, don't know. -- Nick Kew - The official User-To-User support forum of

Re: [us...@httpd] Problem with settings of Proxy

2009-09-22 Thread Nick Kew
that to set an env var to use with ProxyPassReverse "interpolate". -- Nick Kew - 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] Automatically grant authenticated users access to a dir matching their username

2009-09-22 Thread Nick Kew
Easier just to have the same URL for everyone (protected with Require valid-user or similar), and map that to the directory for the authenticated user. Rewriterule can check for the authenticated user. -- Nick Kew - The official User

Re: [us...@httpd] Log to DBMS other than MySQL? [was Re: how to get logs per vhosts ?]

2009-09-22 Thread Nick Kew
thing like ODBC), but your other candidates are all supported. -- Nick Kew - 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] apache2 core dump

2009-09-23 Thread Nick Kew
he crashes always associated with that, so we could look there for a cause? Or is that a meaningless question because the server does nothing else? You might also apply Jeff's APR patch at https://issues.apache.org/bugzilla/attachment.cgi?id=24161 and see if that help

Re: [us...@httpd] Re: SSI + content-length headers

2009-09-25 Thread Nick Kew
eaders and then insert both headers in some kind of output filter ? Yes, you'd need to compute content-length in an output filter. And it would need to buffer your output, which makes for a huge performance hit if you're serving bi

Re: [us...@httpd] Change mod_expires options for an especific IP

2009-09-28 Thread Nick Kew
or the documents concerned and configure one for each behaviour, then use mod_rewrite to make the test and dispatch internally to one or the other. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Projec

Re: [us...@httpd] httpd hangs on all requests

2009-09-28 Thread Nick Kew
x27;s your networking. Could it be, for example, that you're forcing HostnameLookups, but have DNS timing out? -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

Re: [us...@httpd] Segmentation fault in mod_ldap

2009-09-28 Thread Nick Kew
debug information? Compiling mod_ldap and mod_authnz_ldap with debug (which is apache's default) will get you that. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

Re: [us...@httpd] Too many CLOSE_WAIT connections

2009-09-28 Thread Nick Kew
u should almost certainly use 0 (unlimited) if it's just fronting something on tomcat. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for mo

Re: [us...@httpd] httpd hangs on all requests

2009-09-28 Thread Nick Kew
etc and rebooting? As for hostnames, there are other things that could cause a lookup. For example, if you match hostname with an AAA rule or mod_rewrite, or log the remote host by name. -- Nick Kew - The official User-To-User supp

Re: [us...@httpd] Segmentation fault in mod_ldap

2009-09-28 Thread Nick Kew
well for you? That should NOT happen with any sane upgrade! If you've got a regression there, it would be good to know about it. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See

Re: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Nick Kew
ng where I can just get hold of a Solaris binary distribution please? The download mirrors only seem to provide links to source distributions for Unix platforms…. You can get packaged versions from Sun's web stack, and I'm sure there are other alternatives floating

Re: [us...@httpd] Apache 2.0.63 build on Solaris / Binary Distributions

2009-09-29 Thread Nick Kew
Rajwinder-office Singh wrote: Try this out : http://cooltools.sunsource.net/coolstack/ The coolstack is the direct predecessor of the webstack I suggested in my post. -- Nick Kew - The official User-To-User support forum of

Re: [us...@httpd] Reverse proxy

2009-10-09 Thread Nick Kew
backend server as http://oraclewebapplication:/ AppsLogin instead of https://myreverseproxy/myapps/AppsLogin resulting page can not be found. Anybody have solution for this? Looking for some help. http://www.apachetutor.org/admin/reverseproxies -- Nick Kew

Re: [us...@httpd] mod_dbd and multiple DB connections

2009-10-15 Thread Nick Kew
2.3.x tarballs. -- Nick Kew

Re: [us...@httpd] Building Apache 2.2.14 with mod_fastcgi 2.4.6 on OS X 10.5.8

2009-10-18 Thread Nick Kew
ntained by the apache developers. -- Nick Kew - 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...@htt

Re: [us...@httpd] location match order

2009-10-20 Thread Nick Kew
if I understand the question aright. -- Nick Kew - 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] modul development, insertion of postdata into request

2009-10-21 Thread Nick Kew
; internal server error :-/ have anyone some snippets of code, that solves it? Sounds like you're looking to write an input filter. The input chain works by pull, so you don't push to it! [x] queried books http://

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

2009-10-21 Thread Nick Kew
ng that in your caller's brigade. -- Nick Kew - 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

Re: [us...@httpd] mod_filter with mod_include problem

2009-10-21 Thread Nick Kew
=43939 -- Nick Kew - 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 "

Re: [us...@httpd] Apache modules question

2009-10-21 Thread Nick Kew
then send it to the browser. That's called an output filter. See http://www.apachetutor.org/dev/request for the brief overview, then get the book for details of how to implement it (and of why it would be hugely inefficient to make it a "new phase"

Re: [us...@httpd] please need help starting apache2 ASAP

2009-10-21 Thread Nick Kew
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 What happened when you googled that error message? (This is Lesson 1 in how to solve problems). -- Nick Kew - The official User-To-User support

Re: [us...@httpd] module development, clean handling of configuration reload

2009-10-22 Thread Nick Kew
#x27;re ahead of my advice! mod_dbd was originally limited to one backend per virtualhost. Groups are about enabling multiple backends. I guess the proxy might be a better example. -- Nick Kew - The official User-To-User s

Re: [us...@httpd] Increase Logging

2009-10-22 Thread Nick Kew
Hickey, Tom wrote: "Premature end of script headers" is a good phrase to google. Maybe a tool such as the cg-eye's offline script could tell you something about what's wrong with your script. -- Nick Kew --

Re: [us...@httpd] Server Side Includes for certain files

2009-10-22 Thread Nick Kew
On 22 Oct 2009, at 19:21, Teren Teh wrote: Hi there, I'm wondering if there's anyway possible to selective choose which files to be processed for SSI? Check the documentation on scoping your directives. A or would be typical ways to do it. -

Re: [us...@httpd] Increase Logging

2009-10-23 Thread Nick Kew
Even third-party binaries, provided they use only public APIs and don't access private interfaces. So it would indeed be good to know what's changed in your case. Are you sure the configuration is identical? -- Nick Kew --

Re: [us...@httpd] Restrict Proxy by method

2009-10-24 Thread Nick Kew
.3) you can use an block. With 2.2 or below, you have to hack it with mod_rewrite (or a script). -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

Re: [us...@httpd] Different Limit rules on the same directory with mod_ftp

2009-10-27 Thread Nick Kew
.conf require group reader What's in those Includes? is not a general-purpose container, so it may not work as you expect on some or all of the contents of idx_auth.conf. -- Nick Kew - The official User-To-User suppor

Re: [us...@httpd] ad-supported apache proxy

2009-10-27 Thread Nick Kew
the task: your server serves a standard template page, but most of that is an inclusion which is the page originally requested. Again, you'd want to hack the included content (remove the section), which makes it better-suited to your own or syndicated contents rather than general proxied co

Re: [us...@httpd] Apache2 add module help !

2009-10-28 Thread Nick Kew
ges explain how to do this. Nevertheless, mod_security offers some protection, where applications are problematic and can't be fixed. I don't know if it would help the OP, because I don't know the root cause of his problem. -- Nick Kew ---

Re: [us...@httpd] Apache2 add module help !

2009-10-28 Thread Nick Kew
ront of it. Otherwise, no chance. PHP reads its input straight from your disc. Any filtering would have to be within the PHP. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.

Re: [us...@httpd] Re: xml2enc does not appear to be functional with mod-proxy-html 3.1.2

2009-10-29 Thread Nick Kew
maybe you've found a docs bug, and I need to add the note in more places, for existing users who don't check what you already know about! Where did you check? -- Nick Kew

Re: [us...@httpd] using ProxyHTMLEnable On, mod_proxy_html or xml2enc segfaults

2009-10-29 Thread Nick Kew
apache error log: "[Thu Oct 29 14:18:22 2009] [notice] child pid 29443 exit signal Segmentation fault (11)" In that case, we're back to step one. Construct a minimal test case that reproduces the fault, so I can get a handle on i

Re: [us...@httpd] using ProxyHTMLEnable On, mod_proxy_html or xml2enc segfaults

2009-10-29 Thread Nick Kew
/StartPageSelector.htm;jsessionid=B6B4331C1C0C14A7BE964B89E1E76150 Content-Language: de-DE Content-Length: 0 Date: Thu, 29 Oct 2009 13:47:48 GMT That's just given me an idea. I don't have time to follow up on it just now, but bug me if I haven't replied again by about Sunda

Re: [us...@httpd] using ProxyHTMLEnable On, mod_proxy_html or xml2enc segfaults

2009-10-30 Thread Nick Kew
ess.com/2009/10/29/another-module-update/ (anyone using my modules should probably subscribe to the blog - at least to category "apache" - for updates). -- Nick Kew - The official User-To-User support forum of the A

Re: [us...@httpd] IfModule behavior inside VirtualHost stanza

2009-10-30 Thread Nick Kew
n to use it. 2. What you describe may depend on lexical order. Nothing more. -- Nick Kew - 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] Conditional behavior by status code

2009-11-04 Thread Nick Kew
x27;s from some application. -- Nick Kew - 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.

Re: [us...@httpd] activating xml2enc makes client getting HTML-Page take very long

2009-11-10 Thread Nick Kew
tion close? Can you get mod_diagnostics output to track the data running through the filter? -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

Re: [us...@httpd] SPDY protocol

2009-11-13 Thread Nick Kew
Mike Cardwell wrote: Does Apache intend to add support for Googles recently announced SPDY protocol? http://sites.google.com/a/chromium.org/dev/spdy/spdy-whitepaper Patches welcome! Or in this case, maybe a module. -- Nick Kew

Re: [us...@httpd] Just curious on SPDY

2009-11-17 Thread Nick Kew
uld/should be taken advantage of to get rid of the one SSL cert per IP:port limitation we currently suffer from? We dispensed with that limitation in (IIRC) 2.2.12. See the change log. -- Nick Kew - The official User-To-User

Re: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Nick Kew
Boyle Owen wrote: I think the reason no-one has replied is that no-one knows... Very likely true, though I'd add I don't think I've seen the post you're replying to. The internal web site uses a "CSS Hack" (??) to get around browser issues in IE. When I browse the internal site dir

Re: [us...@httpd] ProxyHTMLURLMap issues ... resent .. surely somebody can help with this

2009-11-19 Thread Nick Kew
2006/10/12/mod_proxy_html-revisited/ -- Nick Kew - 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...@htt

  1   2   3   4   5   6   7   8   9   10   >