Re: [us...@httpd] Using Rewrite

2009-08-13 Thread Alexis
Bob thank you, but i receiving a new error message the http 500 and I do not have access to httpd.conf and also do not know how. 2009/8/12 Bob Ionescu > 2009/8/12 Alexis : > > ok, then the code would be > > RewriteCond %{HTTP_HOST} ^files\.example\.com$ [NC] RewriteRule ^(.*)$ &g

Re: [us...@httpd] Using Rewrite

2009-08-12 Thread Alexis
ok, then the code would be RewriteCond %{HTTP_HOST} ^files\.example\.com$ [NC] RewriteRule ^(.*)$ /files/public$1 [L] or am i wrong? 2009/8/12 Eric Covener > On Wed, Aug 12, 2009 at 8:12 AM, Alexis wrote: > > Hello Friend of the list, > > RewriteBase /files/public > > Rew

[us...@httpd] Using Rewrite

2009-08-12 Thread Alexis
following File does not exist: /home/example/public_html/archivo.txt If I understand, I ask you to help me solve this, I thank you in advance your help. -- Alexis Beltran blog: http://blexis.net

Re: [EMAIL PROTECTED] mod_authn_dbd with Postgres on Win32

2007-06-18 Thread Alexis Paul Bertolini
Tom Donovan wrote: You will need to rebuild Apache (specifically, the APR-util library) to enable loading a DBD driver, in addition to building or finding apr_dbd_pgsql.so. :-( I spent the best part of Sunday trying to compile apr-util with VC express to little avail. It turns out you also ne

[EMAIL PROTECTED] mod_authn_dbd with Postgres on Win32

2007-06-17 Thread Alexis Paul Bertolini
Dear all, I am trying to setup mod_authn_dbd on win32 using Postgres. I think I have everything in place, except for the pgsql driver (apr_dbd_pgsql.so?). As I don't have a win32 compiler (I guess Cygwin doesn't help here) and I have no experience at compiling these projects, could anyone di