[us...@httpd] Using Virtual hosts for all the websites in one instance of Apache

2009-12-05 Thread Charan
virtual host for hasting.com in sun web server. Our company wants to add all these subdomains of all websites in one instance of apache web server. Is it possible to do? - Thanks, Charan - The official User-To-User support forum of

Re: [us...@httpd] Enabling Server Side Includes in Apache2.2

2009-12-17 Thread Charan
> to include: > > > > > > > > I have a bunch of galleries of images in a directory structure in > /var/www/html.  Do you have to define > > each and every one in the httpd.conf file?  I tried doing that for one > gallery but it didn’t work either. > > &

[us...@httpd] redirecting index.jsp to its folder

2010-02-15 Thread Charan
Hi, for the website I'm migrating, all the folders have their welcome page as index.jsp and that page is in the weblogic. If I click on any link it's going until the folder but not picking up the index.jsp. Suppose that I have the below folders, how can I have a generic rule using Rewrite module f

Re: [us...@httpd] redirecting index.jsp to its folder

2010-02-15 Thread Charan
On Tue, Feb 16, 2010 at 10:59 AM, Charan wrote: > >> Hi, >> >> for the website I'm migrating, all the folders have their welcome page as >> index.jsp and that page is in the weblogic. >> If I click on any link it's going until the folder but not picking u

Re: [us...@httpd] redirecting index.jsp to its folder

2010-02-15 Thread Charan
org/docs/2.2/mod/mod_dir.html#directoryindex > > > On Tue, Feb 16, 2010 at 1:42 PM, Charan wrote: > >> Is it possible to use DirectoryIndex eventhough I dont have the index.jsp >> in the docroot >> >> >> On Mon, Feb 15, 2010 at 4:21 PM, Igor Cicimov

Re: [us...@httpd] server Error 500: howto examine what apache got

2010-03-15 Thread Charan
I guess you can use live http headers addon from firefox. Thanks, Charan On Mon, Mar 15, 2010 at 8:41 AM, anton wrote: > Hi, > > I get an error "Premature end of script headers:" > > Now, I know that apache get some wrong code, > but I would like to get (to log

Re: [us...@httpd] Apache/2.2.13 : Starting httpd: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 error

2010-04-02 Thread Charan
I remember this has happened to me once. if there is SELinux, disable it and try again Thanks, Charan On Fri, Apr 2, 2010 at 9:08 PM, Ravi Roy wrote: > > > On Sat, Apr 3, 2010 at 9:13 AM, Nilesh Govindarajan wrote: > >> On 04/03/10 07:53, Ravi Roy wrote: >> >>>

[us...@httpd] forward requests to apache web server from sun

2010-04-20 Thread Charan
Hi all, I'm not sure whether this is really possible, but I wanted to know whether the below description will work for me or not I want to keep Sun Web server facing internet and keep apache in between sun web server and WebLogic. Is this really possible? Thanks,

[us...@httpd] redirecting to index.jsp using rewrite rules

2010-05-03 Thread Charan
p [R=301,L] RewriteCond %{REQUEST_URI} /en/[a-z]*/[a-z]*_?[a-z]*/$ RewriteCond %{REQUEST_URI} !\.jsp$ RewriteRule ^(.*)$ $1index.jsp [R=301,L] Thanks, Charan

Re: [us...@httpd] Re: redirecting to index.jsp using rewrite rules

2010-05-03 Thread Charan
Thank you, this worked for me On Mon, May 3, 2010 at 12:10 PM, Dan Poirier wrote: > On 2010-05-03 at 14:46, Charan wrote: > > > Hi, > > > > I'm using the below rule to redirect to index.jsp if user doesn't add > > index.jsp to the url. Is it possible

Re: [us...@httpd] IP based redirect with mod_rewrite

2010-05-05 Thread Charan
Wouldn't this work if we enable X-Forwarded headers on the Load Balancers. Thanks, Charan On Wed, May 5, 2010 at 6:54 PM, Igor Cicimov wrote: > Yeah that's what I was suspecting. Because of the F5 masquerading the > apache is not getting the client IP but the one set by F5.

[us...@httpd] HTTP_HOST in logs

2010-09-03 Thread Charan
Hello, I'm using rewrite module to redirect some of the aliases.I have configured around 10 aliases like this. How can I get the alias name in the access logs. I don't want to use rewrite log here. Thanks, Charan

Re: [us...@httpd] HTTP_HOST in logs

2010-09-04 Thread Charan
thanks a lot. It works Thanks, Charan On Sat, Sep 4, 2010 at 2:30 AM, Rainer Jung wrote: > On 03.09.2010 18:39, Charan wrote: > >> Hello, >> >> I'm using rewrite module to redirect some of the aliases.I have >> configured around 10 aliases like this. How