[EMAIL PROTECTED] rewrite rule problem

2007-01-31 Thread Kailash Vyas
Hi I need some help regarding rewrite rule. for example http://example.com/kailash/test should redirect to http://example.com/test?name=kailash I have written this rule for redirection RewriteRule ^([^/]+)/([^/]+)/?$http://example.com/$2?name=$1 This works fine but if the url is http://

Re: [EMAIL PROTECTED] apache suexec problem

2006-05-27 Thread Kailash Vyas
hi, I found the problem. I have commented the deny from all in directory tag. Now it is working. thanks, Kailash On 5/27/06, Kailash Vyas <[EMAIL PROTECTED]> wrote: I am getting this in error logs [Sat May 27 13:18:32 2006] [error] [client 192.168.1.3] client denied by server configu

Re: [EMAIL PROTECTED] apache suexec problem

2006-05-27 Thread Kailash Vyas
, Kailash On 5/26/06, Joshua Slive <[EMAIL PROTECTED]> wrote: On 5/25/06, Kailash Vyas <[EMAIL PROTECTED]> wrote: > but when I run in browser i get this 403 forbidden error > > Forbidden > You don't have permission to access / on this server. > Do I need to specif

[EMAIL PROTECTED] apache suexec problem

2006-05-25 Thread Kailash Vyas
Hi, I have been trying to setup apache to access user dirsfor apache 2.2 forexample I am setting up a example host ServerAlias example.com ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/example/public_html ServerName www.example.com SuexecUserGroup example example I am also enabling suexec

Re: [EMAIL PROTECTED] rewrite rule

2006-01-25 Thread Kailash Vyas
-Original Message----- > > From: Kailash Vyas [mailto:[EMAIL PROTECTED] > > Sent: Mittwoch, 25. Januar 2006 12:08 > > To: users@httpd.apache.org > > Subject: [EMAIL PROTECTED] rewrite rule > > > > hi all, > > > > I am working on rewrite rule for a

[EMAIL PROTECTED] rewrite rule

2006-01-25 Thread Kailash Vyas
hi all, I am working on rewrite rule for a website and need some help on it. I need all the requests for php pages to be handled by index page. for example urls http://example.com/xyz/1/2/3 http://example.com/abc/1/2/3 should be handled by http://example.com/index.php thanks, kailash -

Re: [EMAIL PROTECTED] security issue

2005-10-19 Thread Kailash Vyas
ssage may be ignored. -Original Message-From: Kailash Vyas [mailto:[EMAIL PROTECTED]]Sent: Mittwoch, 19. Oktober 2005 10:51To: users@httpd.apache.orgSubject: [EMAIL PROTECTED] security issuehi all,I was facing some problems with webserver security.There was a process running on the server which wa

[EMAIL PROTECTED] security issue

2005-10-19 Thread Kailash Vyas
hi all, I was facing some problems with webserver security. There was a process running on the server which was downloaded to tmp directry by using wget from a script making rpc calls on the server. I have disabled the wget execute permissions but how do i make the webserver more secure for

[EMAIL PROTECTED] apache crash

2005-08-19 Thread Kailash Vyas
hi all, I am facing a strange problem with the apache 1.3.33 webserver. It seems to be crashing once in a while. i checked out the logs and couldn't find the exact reason. Any way I can trace the possible reasons for the crash. error = [Fri Aug 19 07:51:55 2005] [warn] pid file /usr/local/ap

[users@httpd] apache performance problems

2005-05-14 Thread Kailash Vyas
hi I am facing some issues with apache webserver. The web pages are taking a long time to load especially the images. The following is the configuration that i have kept in httpd.conf I am running apache 1.3 and php  4.3.1. is there anything wrong specified in the configuration file. At runtime