Re: [us...@httpd] Handling Redirects + SEO

2009-03-24 Thread Mandy Singh
to access one of them? > > On Mon, Mar 23, 2009 at 11:18 PM, Mandy Singh wrote: > > Hi, > > > > I would like some help in understanding how redirects work. > > > > I have a main site www.mainsite.com and a microsite www.microsite.com. > > > > All

[us...@httpd] Handling Redirects + SEO

2009-03-23 Thread Mandy Singh
Hi, I would like some help in understanding how redirects work. I have a main site www.mainsite.com and a microsite www.microsite.com. All my rankings should be determined by mainsite.com. However, we didn't think about it earlier and now microsite.com and mainsite.com have divided traffic and

[EMAIL PROTECTED] Re: Running webserver as apache?

2008-04-11 Thread Mandy Singh
Anyone? On Thu, Apr 10, 2008 at 10:51 PM, Mandy Singh <[EMAIL PROTECTED]> wrote: > Hi, > > I need to know if its a good idea to run webserver as user 'apache', have > all files in webroot owned by user apache and perms 644? > > Would this still mean that if ser

[EMAIL PROTECTED] Running webserver as apache?

2008-04-10 Thread Mandy Singh
Hi, I need to know if its a good idea to run webserver as user 'apache', have all files in webroot owned by user apache and perms 644? Would this still mean that if server runs as apache and it has read/write access, someone could take advantage of loop holes on the site and overwrite some files

[EMAIL PROTECTED] Re: redirect/rewrite

2008-02-08 Thread Mandy Singh
anyone? On Feb 8, 2008 12:53 AM, Mandy Singh <[EMAIL PROTECTED]> wrote: > how can i have www.one.com serve content from two.one.com but only for > index page. > > else www.one.com/ should be served from www.one.com domain only > and two.one.com/ should serve from two.one.co

[EMAIL PROTECTED] redirect/rewrite

2008-02-07 Thread Mandy Singh
how can i have www.one.com serve content from two.one.com but only for index page. else www.one.com/ should be served from www.one.com domain only and two.one.com/ should serve from two.one.com domain only. is mod_rewrite the way to go?

[EMAIL PROTECTED] Creating subdomains on the fly

2008-01-29 Thread Mandy Singh
Hello Everyone, Hope everyone is doing good :) I have seen this on many hosting sites, where you go and register and then you immediately get a url like http://{your_username}.theirdomain.com . I know that this involves 2 steps on my windows box - 1)

Re: [EMAIL PROTECTED] another instance of apache

2008-01-26 Thread Mandy Singh
> Regards. > > > > *Luis Croker* > -- > SCSA - SCNA > Administrador de Sistemas > Megacable Comunicaciones <http://www.megacable.com.mx/> > GPG Key1024D/48C1764B <http://pgp.mit.edu/> > Key fingerprint = E8B6 E84F ECE4 661E 30

[EMAIL PROTECTED] another instance of apache

2008-01-26 Thread Mandy Singh
Hi Everyone, I already have an installation of apache 2 (2.0.52 I think) on the server. I want to install another instance of apache 2 on the server to listen to another IP (different than the first instance). I downloaded apache 2 gz files. What are the things I should keep in mind while insta

Re: [EMAIL PROTECTED] Multiple Instances of Apache

2008-01-18 Thread Mandy Singh
; > Hope this helps > > -ascs > > -Message d'origine- > De : Krist van Besien [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 18 janvier 2008 15:49 > À : users@httpd.apache.org > Objet : Re: [EMAIL PROTECTED] Multiple Instances of Apache > > On Jan 18, 2008 3

Re: [EMAIL PROTECTED] Multiple Instances of Apache

2008-01-18 Thread Mandy Singh
Krist van Besien <[EMAIL PROTECTED]> wrote: > On Jan 18, 2008 3:22 PM, Mandy Singh <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > > > I would like to know the experts thoughts on having multiple instances > of > > apache on the same box. > > > > S

[EMAIL PROTECTED] Multiple Instances of Apache

2008-01-18 Thread Mandy Singh
Hi Everyone, I would like to know the experts thoughts on having multiple instances of apache on the same box. Suppose I run an app off an instance of apache, then using VHosts add 2-3 diff mini sites to it. If due to some reason one of the app causes apache to get hung, all my apps become inacc

[EMAIL PROTECTED] Serving of Images taking time

2008-01-15 Thread Mandy Singh
Hi, On my webserver, the serving of images under the img directory is taking a lot of time generally. I have 1000s of images under one /img/ directory. Does that make a difference? As opposed to organizing them under various directories? Can someone shed some light? Thanks.

[EMAIL PROTECTED] apache redirect

2007-09-03 Thread Mandy Singh
Hi, I would like to learn how to redirect a subdomain on my website back to the parent site once again. Eg: My main site is: www.example.com I created subdomain.example.com Now I want that when user types subdomain.example.com in the url bar it goes to www.example.com Want to learn 2 things -

Re: [EMAIL PROTECTED] htaccess and htpasswd

2007-08-09 Thread Mandy Singh
\apache\logs\access_log common AuthType Basic AuthName "Authentication Required" AuthUserFile "/var/www/html/.htpasswd" Require valid-user Order allow,deny Allow from all On 8/9/07, Tony Stevenson <[EMAIL PROTECTED]> wrote: >

Re: [EMAIL PROTECTED] htaccess and htpasswd

2007-08-09 Thread Mandy Singh
TED]> wrote: > > Mandy Singh wrote: > > Hello Everyone, > > > > On my website, I have content served off webroot. > > > > site1.example.com <http://site1.example.com> > > site2.example.com <http://site2.example.com> > > site3.example.com

[EMAIL PROTECTED] htaccess and htpasswd

2007-08-07 Thread Mandy Singh
Hello Everyone, On my website, I have content served off webroot. site1.example.com site2.example.com site3.example.com All point to the same doc root. I want to passwd protect site1.example.com but not the others (but they are served off the same directory) How can I do that using apache? Th

Re: [EMAIL PROTECTED] IE and apache: strange problem

2007-07-19 Thread Mandy Singh
I am not 100% Positive but IE chokes on XML responses if there is not Content-Length. Can you try explicity setting that in your xml output? On 7/18/07, Fabio Marcone <[EMAIL PROTECTED]> wrote: These are logs related to ie and firefox get in front-end apache (proxy): ie log: 192.168.10.42 -

Re: [EMAIL PROTECTED] mod_gzip

2007-05-01 Thread Mandy Singh
I also think Apache 1.3 is capable of doing in memory compression only upto certain KB of data after which it creates temp files. So, if moving to Apache 2.0 doesn't look likely immediately, you might want to look into that approach. Thanks, Mandy. http://mandysingh.blogspot.com On 5/2/07, Nic