Re: [users@httpd] Re: Apache server not serving pages

2011-07-15 Thread vinay tyagi
I am developing on my local computer not a server. Thanks in advance. On Sat, Jul 16, 2011 at 6:05 AM, DW wrote: > > What is your web address for us try try from our end? If it is working > from our machines then you will need to check the configurations of your > desktop (not the server). > >

[users@httpd] Re: Apache server not serving pages

2011-07-15 Thread DW
What is your web address for us try try from our end? If it is working from our machines then you will need to check the configurations of your desktop (not the server). hth vinay tyagi wrote: > Hello, > I am using wamp stack on windows xp. > Lately I installed norton 2012 trial antivirus bu

Re: [users@httpd] Rewrite & JkMount

2011-07-15 Thread Jakov Sosic
On 07/16/2011 01:00 AM, Jakov Sosic wrote: > Hi. > > I'm trying to set up the following scenario: > > > ServerName app.example.com > > RewriteEngine on > RewriteCond %{REQUEST_URI} ^/app > RewriteRule ^$ /app/ [P] > > JkMount /app* loadbalancer > > > So what I want is to redirect app.example

[users@httpd] Rewrite & JkMount

2011-07-15 Thread Jakov Sosic
Hi. I'm trying to set up the following scenario: ServerName app.example.com RewriteEngine on RewriteCond %{REQUEST_URI} ^/app RewriteRule ^$ /app/ [P] JkMount /app* loadbalancer So what I want is to redirect app.example.com and app.example.com/whatever to that JkMount... What am I doing wro

[users@httpd] Apache server not serving pages

2011-07-15 Thread vinay tyagi
Hello, I am using wamp stack on windows xp. Lately I installed norton 2012 trial antivirus but uninstalled it and moved back to my free avast antivirus. Now my wamp is not serving pages. Everything is working fine I have checked with netstat that the address/port (0.0.0.0:80) is used by httpd.exe