[EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Mauro Sacchetto
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.

[EMAIL PROTECTED] RE: Apache Conf. Issue - SVN

2008-10-06 Thread Jeff Chastain
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:

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Eric Covener
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-06 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] Protecting a Directory

2008-10-06 Thread Matus UHLAR - fantomas
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 put

RE: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-06 Thread Jeff Chastain
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

RE: [EMAIL PROTECTED] RPM build error: File not found: /usr/local/apr-util-httpd/lib/libexpat.a

2008-10-06 Thread Jorge Medina
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

Re: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-06 Thread Krist van Besien
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Mauro Sacchetto
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 the

RE: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-06 Thread Jeff Chastain
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

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Mauro Sacchetto
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

Re: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-06 Thread Tony Stevenson
Jeff, Re-order your location stanzas. So that location /htodcs is before location / 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

RE: [EMAIL PROTECTED] Apache Conf. Issue - SVN

2008-10-06 Thread Jeff Chastain
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 ... Location /htdocs DAV off /Location

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Mauro Sacchetto
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 the

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Eric Covener
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 Rewritecond

Re: [EMAIL PROTECTED] Address rewriting with mod_rewrite

2008-10-06 Thread Mauro Sacchetto
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. Note

[EMAIL PROTECTED] Serve static files from Apache 2.2.9 question

2008-10-06 Thread David
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

Re: [EMAIL PROTECTED] http-equiv=refresh ignored?

2008-10-06 Thread solprovider
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