On 10/6/08, Mauro Sacchetto <[EMAIL PROTECTED]> wrote:
> Il lunedì 6 ottobre 2008 19:14:02 hai scritto:
>
> > None of the examples in the manual match against the protocol or
> > hostname part of the URL.
> > I previously described that you also can't match the query string in
> > the rewriterul
1. Always describe the intended functionality.
This code creates a session. Most application servers needing
sessions just send a page with the session in the querystring and a
Cookie. If subsequent requests do not include the Cookie, the
querystring is used; otherwise just use the Cookie. A red
Hello All,
I'm trying to set up Apache 2.2.9 web server on Windows to front, in this
case, a Tomcat environment. What I would like to do is direct certain file
types, for example .css files, to Apache and proxy the rest to Tomcat. I've
got Apache proxing all but the .css files using the followin
Il lunedì 6 ottobre 2008 19:14:02 hai scritto:
> None of the examples in the manual match against the protocol or
> hostname part of the URL.
> I previously described that you also can't match the query string in
> the rewriterule.
> You also probably need a trailing slash on the 2nd argument.
> No
On Mon, Oct 6, 2008 at 12:18 PM, Mauro Sacchetto
<[EMAIL PROTECTED]> wrote:
> Il lunedì 6 ottobre 2008 15:55:33 Eric Covener ha scritto:
>> The query string (after the question mark) isn't part of what you're
>> comparing against. To compare against the query string, precede your
>> rule with
>> Re
Il lunedì 6 ottobre 2008 15:56:23 Krist van Besien ha scritto:
> In what direction do you want the rewrite to happen?
> Let me guess: You want the user to be able to enter the following in
> the address bar in his browser:
> http://www.giovannifornero.net
> and the webserver should then answer with
Tony,
That occurred to me after I sent that last message, but upon swapping the
two location blocks and restarting Apache, I still get the same result.
That part of the VirtualHost declaration looks like this right now ...
DAV off
DAV sv
Jeff,
Re-order your stanzas. So that is before
as at the moment in the order you have them, the / stanza
takes precedence.
Cheers,
Tony
Jeff Chastain wrote:
> Krist,
>
>> What happens if you try to request this directly in a browser, eg. you try
> to request: https://svn.mydomain.com/htd
Il lunedì 6 ottobre 2008 15:55:33 Eric Covener ha scritto:
> The query string (after the question mark) isn't part of what you're
> comparing against. To compare against the query string, precede your
> rule with
> Rewritecond %{QUERY_STRING} pagina=home (and remove the query string part.
> The 2nd
Krist,
> What happens if you try to request this directly in a browser, eg. you try
to request: https://svn.mydomain.com/htdocs/svindex.xsl
Going to that url results in the error message "Could not open the requested
SVN filesystem" being displayed, which sounds like Subversion / DAV is still
try
Il lunedì 6 ottobre 2008 15:56:23 Krist van Besien ha scritto:
> In what direction do you want the rewrite to happen?
> Let me guess: You want the user to be able to enter the following in
> the address bar in his browser:
> http://www.giovannifornero.net
> and the webserver should then answer with
On Mon, Oct 6, 2008 at 4:50 PM, Jeff Chastain <[EMAIL PROTECTED]> wrote:
> But, yeah, if I had
> thought through it I would have realized that you are not supposed to be
> able to do this and can't with IIS at least.
You can't do this with Apache nor with IIS ,and it has nothing to do
with a lim
I would be interested if you can make that work.
I assume you want to build a relocatable package.
Try specifying the LD_LIBRARY_PATH before executing httpd to include the
target directories where the APR and APR-util libraries get installed.
I tried something similar, but it did not work. For so
Krist,
Hmmm ... the server was originally only setup to serve SVN and was setup
with SSL. I added Trac to it on a different VirtualHost without thinking
about the SSL issue and it still appears to be working. But, yeah, if I had
thought through it I would have realized that you are not supposed
> > AuthUserFile xampp/htdocs//.htpasswd
On 03.10.08 16:47, Eric Covener wrote:
> Is that really a relative path? Also, your passwords should not be
> under your DocumentRoot or any Aliases.
It would be nice to have AuthRoot or similar directive for auth* files.
And it would help people to p
On Sun, Oct 5, 2008 at 1:02 AM, Jeff Chastain <[EMAIL PROTECTED]> wrote:
> NameVirtualHost *:443
This is surperflous, as you can't have SSL Named based Virtual Hosts.
You are not trying to do this, aren't you?
> With this config, I am currently having two issues. I can browse the domain
> just
On Mon, Oct 6, 2008 at 3:31 PM, Mauro Sacchetto
<[EMAIL PROTECTED]> wrote:
> I must translate the following address:
> http://www.giovannifornero.net/index.php?pagina=home
> in the more confortable way:
> http://www.giovannifornero.net
> I tried to put in .htaccess the string:
> RewriteRule ^/index
On Mon, Oct 6, 2008 at 9:31 AM, Mauro Sacchetto
<[EMAIL PROTECTED]> wrote:
> I must translate the following address:
> http://www.giovannifornero.net/index.php?pagina=home
> in the more confortable way:
> http://www.giovannifornero.net
> I tried to put in .htaccess the string:
> RewriteRule ^/index
Sorry if this is a duplicate, but I am new to the list and did not see my
message come back to me, so I was not sure if it posted.
Thanks for any help.
-- Jeff
From: Jeff Chastain [mailto:[EMAIL PROTECTED]
Sent: Saturday, October 04, 2008 6:03 PM
To: 'users@httpd.apache.org'
Subject: A
I must translate the following address:
http://www.giovannifornero.net/index.php?pagina=home
in the more confortable way:
http://www.giovannifornero.net
I tried to put in .htaccess the string:
RewriteRule ^/index.php?pagina=home$ ^giovannifornero.net [R=301,NC,L]
but it doesn't happen anything.
Is
20 matches
Mail list logo