Re: [us...@httpd] How to Redirect to https after login?

2009-10-29 Thread Eric Covener
query string doesn't get lost. QSA only does anything when you're explicitly adding a query string in your substitution. OP is redirecting a POST, which is something to be avoided. A simple HTML redirect in the output of the form-based login makes a lot of se

Re: [us...@httpd] Sending Unprompted HTTP Responses

2009-10-29 Thread Eric Covener
> Or is > it basically impossible, as it doesn't really conform to the HTTP Protocol? I believe that's the case. Clients are expecting a 1:1 relationship. -- Eric Covener cove...@gmail.com - The official User

Re: [us...@httpd] How to Redirect to https after login?

2009-10-29 Thread Eric Covener
houldn't depend on either mechanism to enforce that the requests on the other side of the URL are protected by SSL, so IMO there's no exposure to using the HTML. -- Eric Covener cove...@gmail.com - The official User-

Re: [us...@httpd] mod_rewrite and setenv

2009-11-01 Thread Eric Covener
work. Any experience with that? Where should I > complain further? > > Variables set by SetEnvIf are set earlier than those by SetEnv. Does that resolve your problem? -- Eric Covener cove...@gmail.com

Re: [us...@httpd] mod_rewrite and setenv

2009-11-01 Thread Eric Covener
e : > http://httpd.apache.org/docs/2.2/env.html > Some Caveats Added similar text to SetEnv today. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http

Re: [us...@httpd] LDAP: ldap_set_option failed. Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2009-11-02 Thread Eric Covener
ere SNI came in, but I have a hard time buying that you never had "SSLEngine on" in any context. Can you apply this patch and generate debugging info from the SDK? http://people.apache.org/~covener/ldap_debug/ -- Eric Covener cove...@gmail.com

Re: [us...@httpd] LDAP: ldap_set_option failed. Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2009-11-02 Thread Eric Covener
> util_ldap.c:1891: error: 'util_ldap_state_t' has no member named > 'debug_level' I probably missed a file in the 2.2.x diff, will followup here when patch is updated. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] LDAP: ldap_set_option failed. Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2009-11-02 Thread Eric Covener
On Mon, Nov 2, 2009 at 9:20 AM, Eric Covener wrote: >> util_ldap.c:1891: error: 'util_ldap_state_t' has no member named >> 'debug_level' > > I probably missed a file in the 2.2.x diff,  will followup here when > patch is updated. updated at http://pe

Re: [us...@httpd] LDAP: ldap_set_option failed. Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2009-11-02 Thread Eric Covener
On Mon, Nov 2, 2009 at 10:14 AM, Sandro Tosi wrote: > Apache builds fine this time, but the info doesn't seems much more verbose > than before (with debug level on): Did you set the directive mentioned in the HTML and check your main server errorlog? -- Eric Covener cove..

Re: [us...@httpd] IBM HTTP Server admin console

2009-11-04 Thread Eric Covener
er profile. This is IBM proprietary, and not part of Apache HTTP 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&g

Re: [us...@httpd] LDAP: ldap_set_option failed. Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2009-11-04 Thread Eric Covener
tion in order to (hopefully) solve this, the same > problem happens also using apache 2.2.9 (recompiled to enable ldap and > authnz_ldap). Any chance your PHP is causing some other LDAP library to be loaded? Same symptom without

Re: [us...@httpd]

2009-11-10 Thread Eric Covener
-way link to send and > confirm  the message, the receiving end HAS that info, buried deep within > what it receives. HOW can I get that, so that the route steps inbetween do > not matter? You don't have access to their MAC address or any other universal identifier, no matter how mu

Re: [us...@httpd] AllowOverride

2009-11-10 Thread Eric Covener
on:Defines rules for the rewriting engine Syntax: RewriteRule Pattern Substitution [flags] Context:server config, virtual host, directory, .htaccess Override: FileInfo ^ -- Eric Covener cove...@gmail.com -

Re: [us...@httpd]

2009-11-10 Thread Eric Covener
n some session establishment unless you configure your application to require/manage such a thing? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apach

Re: [us...@httpd]

2009-11-10 Thread Eric Covener
;t make any statement about how different TCP connections over time are related (as your OP implied) -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd

Re: [us...@httpd] Disable ProxyPass rules within a virtual host on apache 2? Can this be done

2009-11-10 Thread Eric Covener
our existng rules into their own virtualhost. http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Projec

Re: [us...@httpd] Caching files on reverse proxy

2009-11-10 Thread Eric Covener
as that points intot he d:/apache_cache? This seems like an awfully bad idea. -- 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] rewrite not working inside alias

2009-11-12 Thread Eric Covener
ess? >> >> > No luck :-(    I have put > > > RewriteBase  /var/personal_work_area/joydeep It's a URL path, not a filesystem path. -- Eric Covener cove...@gmail.com - The official Use

Re: [us...@httpd] mod_authnz_ldap with wildcard certificate

2009-11-13 Thread Eric Covener
much sense in putting out a query to other Apache users. If your openldap is linked with gnutls, try one linked with openssl? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] Authenticate each user once for multiple applications

2009-11-13 Thread Eric Covener
f where you previously authenticated. Can you put these two URL's under a common root? Your browser would stop prompting. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server P

Re: [us...@httpd] SSL received a record that exceeded the maximum permissible length.

2009-11-13 Thread Eric Covener
osts, so it's handled as HTTP by the "base" server config. Can you use at least 1 *:443? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://ht

Re: [us...@httpd] apache with 2 SSL Certs Problem

2009-11-14 Thread Eric Covener
s your Apache system has. "grep -ri SSLCert /etc/httpd/conf.d/ /etc/httpd/conf" might also shed some light on what the operative part of your config is. -- Eric Covener cove...@gmail.com - The official User-To-User

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Eric Covener
bsvn > documentation doesn't tell the truth) or if it's the dreamhost apache > server which is misconfigured. > As the error message says, You can't put in htaccess. It's got nothing to do with what's inside the . -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] Why is the modified document root is not taken by Apache2.2?

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 12:54 PM, varunawithapache wrote: > to be DocumentRoot "C:/Program Files/Apache > http:/localhost/test/phptest.php, what is displayed is " Why do you have /test/ in your URL if the documentroot already contains the test subdirectory? -- Eric Covener c

Re: [us...@httpd] Apache error if using Basic AuthType under Location directive

2009-11-15 Thread Eric Covener
On Sun, Nov 15, 2009 at 11:42 AM, Iacopo Benesperi wrote: > Eric Covener ha scritto: >> As the error message says, You can't put in htaccess.  It's >> got nothing to do with what's inside the . > > So where can I use the location directive? Inside the

Re: [us...@httpd] htacces

2009-11-15 Thread Eric Covener
org/docs/2.2/howto/htaccess.html http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride You have virtual hosts defined in /etc/apache2/sites-available/* that probably have "AllowOverride none". This disabled the reading of htaccess files. -- Er

Re: [us...@httpd] htacces

2009-11-15 Thread Eric Covener
s-available/* that >> probably have "AllowOverride none".  This disabled the reading of >> htaccess files. >> >> -- >> Eric Covener >> cove...@gmail.com >> > Best Eric, > I think, I understand you. So...must I change "AllowOverride none&q

Re: [us...@httpd] can we get separate document root ?

2009-11-15 Thread Eric Covener
ccess, are you specifying RewriteBase? What is "not working"? -- 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] mod_rewrite + mod_status

2009-11-17 Thread Eric Covener
) balancer:/${prgmap:$1} [P] > > Precede with RewriteCond %{REQUEST_URI} !=/server-status -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See htt

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread Eric Covener
the HTTP 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> for more info. To unsubscribe, e-mail: us

Re: [us...@httpd] Re: authentication against active directory.

2009-11-20 Thread Eric Covener
th.html http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html -- Eric Covener cove...@gmail.com

Re: [us...@httpd] How to capture the message contents in Apache log?

2009-11-20 Thread Eric Covener
me how to capture the message contents in the > apache logs. > Thanks > Pe mod_dumpio? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.a

Re: [us...@httpd] Re: RewriteRule in neither "foo/.htaccess" nor ".htaccess" can match http://example.com/.../foo

2009-11-24 Thread Eric Covener
Sounds like you'd be a customer for the enhancement suggested here: https://issues.apache.org/bugzilla/show_bug.cgi?id=39313 Which makes the inherited rules run before the more specific rules. At least you'd have a fighting chance with the other order. -- Eric Covener c

Re: [us...@httpd] ProxyPass - mod_proxy

2009-11-26 Thread Eric Covener
; request to other client y. The client y responds to Apache and in turn > should send the response to client x. > Stop calling "client y" a client if it's just the origin server. You just want a basic reverse proxy and are overcomplicating it. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Issue with mod_proxy and customer proxy

2009-11-26 Thread Eric Covener
efetch request body failed to 172.16.15.53:1 > (srv-53.enterprise.com) from zz.zz.zz.zz () In 2.2, you can set the various proxy-related timeouts individually. See the bottom of http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass -- Eric Cov

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Eric Covener
data definition has no > type or storage class Are you using apxs? -- 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] mod_vhost compilation errors

2009-11-27 Thread Eric Covener
On 11/27/09, Mohit Anchlia wrote: > > Are you using apxs? > no use apxs. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.a

Re: [us...@httpd] mod_vhost compilation errors

2009-11-27 Thread Eric Covener
On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia wrote: > What changes do I need to make to my compile script to use apxs? > > libtool --silent --mode=compile gcc  -g -O2 -pthread    -DLINUX=2 \ I assume you'd just replace it: http://httpd.apache.org/docs/2.2/programs/apxs.html --

Re: [us...@httpd] apache urgent help!!!

2009-11-27 Thread Eric Covener
ines, and consider reading the error log / event viewer. As a diagnostic, you can start Apache from the foreground/in a cmd window by changing to the install directory and running just bin\Apache.exe -- Eric Covener cove...@gmail.com

Re: [us...@httpd] Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread Eric Covener
n a 400 when they believe the provided Host is invalid on the server. Neither server treats hostnames that have not been explicitly enumerated as being invalid on the server, and this is not a requirement of the RFC. -- Eric Covener cove...@gmail.com

Re: [us...@httpd] mod_vhost compilation errors

2009-11-28 Thread Eric Covener
On 11/28/09, Mohit Anchlia wrote: > On Fri, Nov 27, 2009 at 10:08 AM, Eric Covener wrote: > > On Fri, Nov 27, 2009 at 12:14 PM, Mohit Anchlia > wrote: > >> What changes do I need to make to my compile script to use apxs? > >> > >> libtool --sil

Re: [us...@httpd] Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread Eric Covener
On 11/28/09, André Warnier wrote: > Eric Covener wrote: > > > On 11/28/09, André Warnier wrote: > > > > > ;-) > > > I just wanted, once, to use a subject line with capitals and an > > > exclamation mark. > > > > > > It seems ho

Re: [us...@httpd] Re: Apache httpd does not respect the HTTP RFCs !

2009-11-28 Thread Eric Covener
you can probably use [R=400] -- 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: use

Re: [us...@httpd]

2009-11-30 Thread Eric Covener
This is a list for Apache HTTP Server, not tomcat. http://tomcat.apache.org/lists.html -- Eric Covener cove...@gmail.com

Re: [us...@httpd] util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in

2009-11-30 Thread Eric Covener
he operative part would seem to be how you built apr-util (--with-ldap or similar?) -- 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] tomcat 6 as a windows service fails to start with -server option

2009-11-30 Thread Eric Covener
/tomcat.apache.org/lists.html -- Eric Covener cove...@gmail.com

Re: [us...@httpd] How to set the default VirtualHost

2009-11-30 Thread Eric Covener
force the order. -- 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-unsubscr..

Re: [us...@httpd] util_ldap.c:43:2: error: #error mod_ldap requires APR-util to have LDAP support built in

2009-11-30 Thread Eric Covener
On Mon, Nov 30, 2009 at 2:15 PM, Luis Clemente wrote: > Hi Eric, thanks for your response. >> The operative part would seem to be how you built apr-util >> (--with-ldap or similar?) > >  Yes, I am using the --with-ldap option as showed below: > > ./configure --with-ap

Re: [us...@httpd] how to get multiple SSL with name based vhost ?

2009-12-01 Thread Eric Covener
iles.  We run 20 or more on some of our >> production servers. > > You could run one instance of apache and configure each VH to listen > in a different IP. At least that how I had it understood. That's right, no problem differentiating between SSL environments when you

Re: [us...@httpd] Reverse proxying is problematic

2009-12-02 Thread Eric Covener
#x27;re missing, but due to the rendering issue it's likely the css. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

Re: [us...@httpd] Reverse proxying is problematic

2009-12-02 Thread Eric Covener
tp://paste.ubuntu.com/333064/ I didn't expect removing it to help, since you don't account for the /css/ at all. I just couldn't tell if that mod_proxy_html magic was translating the /css/ into something you handled.

Re: [us...@httpd] Reverse proxying is problematic

2009-12-02 Thread Eric Covener
ave been nice to include in-line. If you're serving a mod_autoindex directory index on purpose, allow it with Options +Indexes in the block that covers whatever this URL maps to. if you meant for this to be proxied, it isn't, if you meant for this to show some default file, see Di

Re: [us...@httpd] Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-04 Thread Eric Covener
On 12/4/09, Francis GALIEGUE wrote: > I have tried to backslash it Backslash worked for me in the RedirectMatch test. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Ser

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-04 Thread Eric Covener
(sed acts this way for instance), it is not expected at all > from pcre (Perl doesn't know about &, and from what I've read about > pcre so far, pcre doesn't know about it either). Hence my puzzle. I think Apache is simulating perls $&, and I think it'

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-04 Thread Eric Covener
On 12/4/09, Eric Covener wrote: > On 12/4/09, Francis GALIEGUE wrote: > > > The problem I have is with the & being systematically understood by > > the right size of regexes to mean "the whole thing matched by the > > matching left regex". While

Re: [us...@httpd] In AIX, while setting "cookie" value in request headers, using apr_table_get(), the previous key-value gets removed.

2009-12-07 Thread Eric Covener
ious attribute > value pair. I doubt there's a platform issue here. See the doxygen for apr_table_set vs. apr_table_merge. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTT

Re: [us...@httpd] Which latest version of apache Httpd server support video streaming

2009-12-07 Thread Eric Covener
requirements of your iphone application in terms of HTTP and maybe someone can address them here. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apac

Re: [us...@httpd] Re: Ampersand extends to the left part of regexes with RewriteRule, RedirectMatch and SetEnvIf: is that expected?

2009-12-08 Thread Eric Covener
On Tue, Dec 8, 2009 at 8:20 AM, Francis GALIEGUE wrote: > On Fri, Dec 4, 2009 at 14:39, Eric Covener wrote: > [...] >>> >>> I think Apache is simulating perls $&, and I think it's on purpose. >>>  Seems pretty unwise. >> >> That is defi

Re: [us...@httpd] Compiling Apache 2.2.14 on 64 bit AIX 6.1

2009-12-08 Thread Eric Covener
gt; the compile environment: Google can find the thread titled "problem with build on AIX 6.1" from the development list. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP

Re: [us...@httpd] Doubt about mod_status

2009-12-09 Thread Eric Covener
> > Why are there workers busy if HTTPERF have finished the test ?? Example? -- 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] On 64 bit AIX 6.1 Apache 2.2.14 Not Responding

2009-12-09 Thread Eric Covener
; > export CXXFLAGS=$CFLAGS > export LD=ld > export LDFLAGS="-L/opt/freeware/lib" > export OBJECT_MODE=64 > Search for "aix_xlc_optimization.patch" for the workaround -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] Calculating settings for mpm-worker/mod_proxy_ajp/Tomcat

2009-12-15 Thread Eric Covener
n [just an upper bound on other explicitly configured things]. -- 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 i

Re: [us...@httpd] Enabling SSL on a virtual host

2009-12-15 Thread Eric Covener
ude to source a common config. I'd suggest *:80 and *:443 until you have to actually discriminate based on the local IP address. If you need to discriminate based on hostname requested for non-SSL, add NameVirtualHost *:80. -- Eric Covener cove..

Re: [us...@httpd] Request Counting algorithm

2009-12-15 Thread Eric Covener
Using RR would be: > A          B           C           D > 125      127       124       126 > I think that there would be a small difference in the number of connections > between machines. > Ricardo Is the balancing coordinated across processes? Try testing with 1 child process onl

Re: [us...@httpd] MaxRequestsPerChild limit is never reached

2009-12-16 Thread Eric Covener
7;idle time' or something? > > I've looked into the prefork.c and it was too big for me. Any suggestions? MaxSpareServers? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of

Re: [us...@httpd] mod_proxy(_ajp) key=value explanation

2009-12-16 Thread Eric Covener
this case, "timeout") really correspond ? > To the attribute names of the AJP Connector in Tomcat ? > Or to some more obscure reference somewhere ? > The keys are defined in the ProxyPass directives documentation. -- Eric Covener cove...@gmail.com ---

Re: [us...@httpd] What is wrong with this RewriteCond?

2009-12-17 Thread Eric Covener
ons only applies to the 1 rule immediately following it. Maybe you need the [C] flag or some restructuring? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See ht

Re: [us...@httpd] How to remove an environment variable...

2009-12-18 Thread Eric Covener
can get is mod_rewrite E= in or htaccess with no substitution) You might be able to write an apache module that zaps r->user in the fixups phase when some criteria is met, but I am not seeing any more direct way. -- Eric Covener cove...@gmail.com --

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

2009-12-18 Thread Eric Covener
rface. Most people who a) have vhost trouble and b) put hostnames as the first parm in VirtualHost are misunderstanding name-based virtualhosts configuration. Most of them don't even need to discriminate between IP addresses at all, and should just have *:port. -- Eric Covener cove...@

Re: [us...@httpd] Alias for htaccess

2009-12-21 Thread Eric Covener
want is that my main domain is in > /public_html/www.maindomain.com for .htaccess in your document root this will probably give you a good start: RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} ^(www\.)maindomain.com$ RewriteCond %{REQUEST_FILENAME} !www.maindomain.com RewriteRule (.*) /

Re: [us...@httpd] Alias for htaccess

2009-12-21 Thread Eric Covener
On Mon, Dec 21, 2009 at 9:56 AM, André Warnier wrote: >> RewriteCond %{HTTP_HOST} ^(www\.)maindomain.com$ > > or rather : > RewriteCond %{HTTP_HOST} ^(www\.)?maindomain.com$ yep -- Eric Covener cove...@gmail.com --

Re: [us...@httpd] Request Counting algorithm

2009-12-23 Thread Eric Covener
ml#before Did you download it, compile it, install it, load it, and try to configure "roundrobin" as your LB method? What happened? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apa

Re: [us...@httpd] Change response status from 403 to 404

2009-12-23 Thread Eric Covener
On Wed, Dec 23, 2009 at 5:39 PM, Devraj Mukherjee wrote: > Depending on which Version of Apache you are using, mod_headers may be > of assistance > http://httpd.apache.org/docs/2.0/mod/mod_headers.html How would that help, and why would it depend on the version of Apache? -- Eric Cov

Re: [us...@httpd] Configuration leads to error

2009-12-28 Thread Eric Covener
On Mon, Dec 28, 2009 at 9:05 AM, R. M. Pretzlaw wrote: > The major problem in my case is, that the Alias and Rewriting doesn't > contain the directory (as the error.log shows). It looks up the files in the > wrong root. Can you illustrate the same issue without any rewrite? --

Re: [us...@httpd] Configuration leads to error

2009-12-28 Thread Eric Covener
On Mon, Dec 28, 2009 at 9:31 AM, R. M. Pretzlaw wrote: > Eric Covener wrote: >> >> Can you illustrate the same issue without any rewrite? > > I guess you mean this (sorry I have to train my English): > > There is a VirtualHost on Port 200 e.g. > It's Document Ro

Re: [us...@httpd] Configuration leads to error

2009-12-28 Thread Eric Covener
alk about testing for non-existent subdirectories, are these other rules in the same context? -- 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] Configuration leads to error

2009-12-28 Thread Eric Covener
foo/trunk/_index.php?u={What-Ever-It-Was}". But in the > last step the error occurs. > In your vhost: RewriteLog c:/rw.log RewriteLogLevel 9 recreate and pastebin the contents of the rewrite log along with the full conte

Re: [us...@httpd] SSI Rejection

2009-12-30 Thread Eric Covener
On Wed, Dec 30, 2009 at 12:28 PM, Wesley Stupar wrote: > [Wed Dec 30 16:53:53 2009] [error] [client 192.168.1.107] (8)Exec format > error: > > exec of '/usr/local/apache2/htdocs/testssi.shtml' failed > How have you told Apache to execute the SHTML instead of just pars

Re: [us...@httpd] SSI Rejection

2009-12-30 Thread Eric Covener
html#conclusion > > But I don't know what you mean by " How have you told Apache to execute > the SHTML". How do you do that? It's almost as if you've #include exec= the SHTML or otherwise setup the SHML as CGI in

Re: [us...@httpd] Getting HTTP Headers from CGI program

2009-12-31 Thread Eric Covener
f.html#setenvif (or mod_rewrite with E= flag) -- 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 unsu

Re: [us...@httpd] Getting PHP to work w Apache 1.3.41

2009-12-31 Thread Eric Covener
.c > apMakefile.tmpl    mod_php4.c         php4apache.dsp > config.m4          mod_php4.exp       php_apache.c > > But no instructions. You have to build it, presumably from the top-level directory. http://www.php.net/manual/en/install.unix.apache.php --

Re: [us...@httpd] Why are there some incompleteness in building PHP4

2010-01-01 Thread Eric Covener
CGI for your Apache 1.3.x server, and adapt the info in the REAMDE from PHP to match your choice of software. -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http:

Re: [us...@httpd] Getting HTTP Headers from CGI program

2010-01-02 Thread Eric Covener
g the value of this > header easily. The CGI spec Nick is pointing you to says arbitrary headers are already available in the env as HTTP_$headername. -- Eric Covener cove...@gmail.com - The official User-To-User support

Re: [us...@httpd] How install sub mod

2010-01-03 Thread Eric Covener
uot;no response" issue. Have you checked your error log yet? -- 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 mo

Re: [us...@httpd] How install sub mod

2010-01-03 Thread Eric Covener
p;& make > && make install Hrm, do you need to explicitly enable DSO support (--enable-so)? -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://

Re: [us...@httpd] Associate Alias with a VirtualHost

2010-01-03 Thread Eric Covener
packages to drop config files into place without editing existing files, but there's little cause for adding directives out of context to keep them tidy in some filesystem layout that Apache doesn't care about. -- Eri

Re: [us...@httpd] Associate Alias with a VirtualHost

2010-01-03 Thread Eric Covener
pointing to > /usr/share/blah, then I could use a container to block access, as > is done with the /var/www/ssl directory above.  I suspect that there are > security implications but it isn't clear to me what they are. Using Alias and a corresponding container (2nd arg of Ali

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
n modified. http://httpd.apache.org/dev/debugging.html -- 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] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:55 AM, ricardo figueiredo wrote: > I told that because have difference between both links: link_1 and link_2 > I thought that link_2 was the newest version. Is that right ?? > Ricardo Sorry, I was mistaken. -- Eric Covener cove...@

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 7:58 AM, vijay shanker wrote: >    ProxyPass / http://localhsot:8014/accounts/ > Reason: DNS lookup failure for: localhsot typo -- Eric Covener cove...@gmail.com - The official User-To-User s

Re: [us...@httpd] How install sub mod

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 8:47 AM, ricardo figueiredo wrote: > So, I've had problems with the newest version. > Happened some SEGMENTATION FAULT. > Have any idea ?? See the debugging link in previous response. -- Eric Covener cov

Re: [us...@httpd] Proxy Errror

2010-01-04 Thread Eric Covener
On Mon, Jan 4, 2010 at 8:52 AM, vijay shanker wrote: > Oh Eric, > thanks for pointing > now i have changed the settings to > --- > ProxyPass /accounts http://localhsot:8014/ > --- > and you know what; i got the desired page! (That still has the typo) -- Eric Cove

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-04 Thread Eric Covener
          Deny from all > #             Allow from www.TOMCATWEBSITE.com >       > "Allow" restricts the client, or browser, address/hostname. You seem to have listed your origin (backend) server instead. What were you trying to restrict? -- Eric Covener cove...@gmail.com

Re: [us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-05 Thread Eric Covener
e overall response (all the included stuff smushed together from potential exec's, etc) -- Eric Covener cove...@gmail.com - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.or

Re: [us...@httpd] xammp htdocs

2010-01-05 Thread Eric Covener
On Tue, Jan 5, 2010 at 2:56 PM, Peter Maguire wrote: > Im using xampp with apache but they both have htdocs folders. Which one do I > use? Find your configuration file, and look for the DocumentRoot directive. -- Eric Covener cove...@gma

Re: [us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-05 Thread Eric Covener
calculate headers at the end of a response and still use them. > (For that matter, > FileETag could generate its Etag off the cached document!) It's not a file. -- Eric Covener cove...@gmail.com - The official Us

Re: [us...@httpd] Xampp mysql

2010-01-06 Thread Eric Covener
On Wed, Jan 6, 2010 at 4:46 AM, Peter Maguire wrote: > I'm having another problem with xampp. Everytime I try to start up mysql it > says: warning: terminating worker 1 . I have tryed reinstalling xampp but it > didn't help. Off-topic here. -- Eric Covene

Re: [us...@httpd] mod_proxy.c configuration problem for a tomcat6-bridged situation

2010-01-06 Thread Eric Covener
uests off), and you've told it to connect to a specific backend via ProxyPass, I don't see why you need furtherer configuration to restrict anything. -- Eric Covener cove...@gmail.com - The official User-To-User

Re: [us...@httpd] ETag (entity tag) response header not being added to server side include's

2010-01-06 Thread Eric Covener
t the 2.2 docs updated but if > there is, I'm happy to help. I updated the FileEtag documentation (shift-refresh on http://httpd.apache.org/docs/2.2/mod/core.html#fileetag) -- Eric Covener cove...@gmail.com - The offic

Re: [us...@httpd] Mod_Rewrite voodoo

2010-01-07 Thread Eric Covener
On 1/7/10, Reese wrote: > RewriteEngine On > RewriteCond %{HTTP_HOST} subdomain\.domain\.ext > RewriteRule (.*)(0[5-6]).html$ /20$2/$1$2.html [R=301,L] > RewriteEngine Off You don't bookend your rules with on/off. -- Eric Covener

<    1   2   3   4   5   6   7   8   9   10   >