Re: hellp improve efficiency



2007/4/29, Steve Finkelstein <sf@xxxxxxxxxxxxx>:
Perhaps I'm misunderstanding what you're ultimately trying to
accomplish. However, if you're doing what I think you're doing and
you're using Apache, look into mod_rewrite:
http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html


From my knowledge,he/she was doing nothing about Apache,but wrote a
redirector for Squid cache.
Also Tom,maybe using "or" instead of "elsif" is more clear,:)

$uri =~ s#www\.example\.com/v2/#v2.example.com/# or
$uri =~ s#www\.example\.com/v3/#v3.example.com/# or
.....





--
Chinese Practical Mod_perl book online
http://home.arcor.de/jeffpang/mod_perl/
.



Relevant Pages

  • Re: Please help, directory level protection needed.
    ... Going back to my original post, I thought my statement about what I was ... trying to accomplish, how I had accomplished it in the past, and why I ... Please feel free to go back to my original post, and the replies of ... I don't want to debate which is better Apache or IIS, ...
    (microsoft.public.inetserver.iis.security)
  • RE: Directory listing
    ... if you can inject the following script to an apache server running php, you will be able to execute any command ... accomplish on other types of web server like Apache? ... Can this be accomplished with a cgi or perl script? ... Did you know that you have VNC running on your network? ...
    (Pen-Test)
  • Re: hellp improve efficiency
    ... Perhaps I'm misunderstanding what you're ultimately trying to ... accomplish. ... you're using Apache, look into mod_rewrite: ... As you see,for each regex match,I've tested it twice. ...
    (perl.beginners)

  • ... I am trying to put a symbolic link in the "Directory" directive's ... accomplish this idea? ... I am using Apache 2.0 BTW ... ...
    (comp.infosystems.www.servers.unix)