Hi All,
Does the Apache HTTP Server 1.3 has the support for servlet engine ?
Thanks,
Durga
I have also tried with quotes, same error message
RewriteLog "/usr/local/var/apache/logs/rewrite.log"
your security could be compromised if the directory where logfiles are
stored is writable by anyone other than the user that starts the server.
I am on a virtual host, Hosting provider is pro
I udated the Rewrite rule as follows:
RewriteRule merchant.mv
http://www.sitename.com/index.php?action=view_user&user=2 [R=301,L]
It is not being rerouted.
#This RewriteLog line gives an error message
RewriteLog /home/site/www/Merchant2/logs_server_rewrite.txt
500 Internal Server error
The serv
On 11/16/06, Darly Coupet <[EMAIL PROTECTED]> wrote:
Old url
http://www.sitename.com/Merchant2/merchant.mv?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz
New URL
http://www.sitename.com/index.php?action=view_user&user=2
htaccess is located in folder Merchant2
RewriteEngine On
RewriteBase /
Old url
http://www.sitename.com/Merchant2/merchant.mv?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz
New URL
http://www.sitename.com/index.php?action=view_user&user=2
htaccess is located in folder Merchant2
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING}
^Screen=CTGY&Store_Code=A
On 11/16/06, Darly Coupet <[EMAIL PROTECTED]> wrote:
RewriteCond %{QUERY_STRING}
/Merchant2/merchant.mv?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz
RewriteRule ^/$
http://www.sitename.com/index.php?action=view_user&user=2
[R=301,L]
The condition is not met; It is going to the old url.
It
RewriteCond %{QUERY_STRING}
/Merchant2/merchant.mv?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz
RewriteRule ^/$
http://www.sitename.com/index.php?action=view_user&user=2[R=301,L]
The condition is not met; It is going to the old url.
It should redirect to the new url when the old string (url
On 11/16/06, Darly Coupet <[EMAIL PROTECTED]> wrote:
RewriteRule
^/merchant.mv\?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz$
http://www.sitename.com/index.php?action=view_user&user=2
[R=301,L]
I have tried the above, but not working.
Telling us that it is "not working" is not a good way
RewriteRule
^/merchant.mv\?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz$
http://www.sitename.com/index.php?action=view_user&user=2 [R=301,L]
I have tried the above, but not working.
Thanks, Darly
On 11/16/06, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 11/16/06, Darly Coupet <[EMAIL PROT
On Thu, November 16, 2006 3:36 pm, Joshua Slive wrote:
> 1.3... Hmmm... Haven't compiled that in a long time, but I have a
> vagure recollection of a pre-processor define called NO_DBM_REWRITEMAP
> that can be used to exclude the dbm stuff (if you don't need it for
> the RewriteMap directive).
hmm
I've been setting up nginx as a static server which reverse proxies to
apache 1.3.37 on the same machine
nginx is reverse proxying to 127.0.0.1:8080
Since nginx is doing SSL, does Apache have to be running SSL as well?
Before I tried this Squirrelmail was running fine with the Apache setup.
Now
On 11/16/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Trying to install mod_rewrite on 1.3.37. Running redhat enterprise.
1.3... Hmmm... Haven't compiled that in a long time, but I have a
vagure recollection of a pre-processor define called NO_DBM_REWRITEMAP
that can be used to exclude the
Trying to install mod_rewrite on 1.3.37. Running redhat enterprise.
I keep getting:
/usr/local/apache/bin/apxs -cia mod_rewrite.c
gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -DMOD_SSL=208128 -DUSE_HSREGEX -DEAPI
-fpic -DSHARED_MODULE -I/usr/local/apache/include -c mod_rewrite.c
In file included from mod
On 11/16/06, Bruno Puga <[EMAIL PROTECTED]> wrote:
Hi all!
I've just start using Debian testing and I came across some troubles with
apache 2.2.3 that I can't find a solution on google. Let me explain my
scenario: I'm migrating from Debian Sarge to Debian Etch (that still Debian
testing), so, th
Hi all!
I've just start using Debian testing and I came across some troubles with
apache 2.2.3 that I can't find a solution on google. Let me explain my
scenario: I'm migrating from Debian Sarge to Debian Etch (that still Debian
testing), so, the new version of apache 2.2.3 don't recognize accent
At 11:14 AM 11/16/2006, you wrote:
I am looking for PAID help in the setup of Apache 2.2 on a WINXP
box. We will be running openSSL, AUTH and later FastCGI, MYSQL and
PHP. This server will host multiple sites and multiple SSL certs.
Would prefer to hire someone who will be available later
I am looking for PAID help in the setup of Apache 2.2 on a WINXP
box. We will be running openSSL, AUTH and later FastCGI, MYSQL and
PHP. This server will host multiple sites and multiple SSL certs.
Would prefer to hire someone who will be available later on, after the
setup is done, from ti
Do any of these benchmarking programs work with ajax
or other asynchronous loading methodologies, like flash,
etc.?
I find it next to impossible to get an accurate benchmark
when I'm only loading the top level html page
Thanks,
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.co
Hello,
we use apache2.2.3 on a solaris10 machine which runs fine until we added
"-DSSL"
in apachectl (just currious if set --with-ssl during compiling shouldn't apache
automatically start with ssl afterwards?).
After that when starting we get an "Illegal Instruction" and the server wont
start
On 11/16/06, Darly Coupet <[EMAIL PROTECTED]> wrote:
Hi,
Unable to get Rewriterule working
I have modified htaccess file in folder Merchant2 as follows:
RewriteEngine On
#RewriteRule ^old/URL/path$ http://yourdomain.com/new/path [R=301,L]
Redirect 301
/Merchant2/merchant.mv?Screen=CTGY&Store_
Hi,
Unable to get Rewriterule working
I have modified htaccess file in folder Merchant2 as follows:
RewriteEngine On
#RewriteRule ^old/URL/path$ http://yourdomain.com/new/path [R=301,L]
Redirect 301
/Merchant2/merchant.mv?Screen=CTGY&Store_Code=AWLAS&Category_Code=Abc+Xyz
http://www.sitename.c
or JMeter from Jakarta Projekt http://jakarta.apache.org/jmeter/index.html
regards
Christiaan Lamprecht schrieb:
Try httperf and autobench
Christiaan
On 11/15/06, Salvatore Cozzolongo <[EMAIL PROTECTED]> wrote:
Are there open/free web server Benchmark? Do you know some? I just
found commerci
Steve Swift ha scritto:
It is almost certainly an error to have the action of a form reference
a static webpage. At a guess, you are settinng the action to the same
static page that contained the form. That's bound to cause problems,
not least of which would be confusion!
Every that I've ever
23 matches
Mail list logo