Re: [users@httpd] Proxing to multiple backend servers(not load balancer)

2011-04-03 Thread Sharl.Jimh.Tsin
thanks to Ben Timby for your hyperlink,it helps me very much. Best regards, Sharl.Jimh.Tsin (From China **Obviously Taiwan INCLUDED**) 2011/4/3 Ben Timby : > On Sat, Apr 2, 2011 at 2:07 AM, Raino Kolk wrote: >> My problem is how to split original request and send this parallely to two >> diffe

Re: [users@httpd] Rewrite inside Location directive

2011-04-03 Thread Jose Legido
On Sat, Apr 2, 2011 at 5:38 PM, Rich Bowen wrote: > > > > > > RewriteRule  ^/old(.*) http://%{HTTP_HOST}//new  [PT] > > > > By the way, there are much better ways to do this. Basically what you're > saying there is > Alias /old /path/to/new > > which would be more efficient Thanks for all respo

[users@httpd] Re: Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Michelle Konzack
Hello Francois Gingras, Am 2011-04-03 17:13:58, hacktest Du folgendes herunter: > IIRC, the debian devs took it upon themselves to 'disable' mod_php in > user directories (mod_userdir) recently, with some php_ directive. See > the mod_php docs. Fsck! The part with: php_admin_value Engine O

[users@httpd] Re: Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Michelle Konzack
Hello Eric Covener, Am 2011-04-03 16:04:38, hacktest Du folgendes herunter: > Hard to guess why without seeing in what context you've set > PHP-related directives. Have you tried the SetHandler stanza in the > FAQ? I have tried both (SetHandler and AddHandler) but not effect. The problem si, th

Re: [users@httpd] Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Yehuda Katz
On Sun, Apr 3, 2011 at 5:13 PM, Francois Gingras wrote: > >> Only anything in /home/*/pubic_html is screwed. > > > > Hard to guess why without seeing in what context you've set > > PHP-related directives. Have you tried the SetHandler stanza in the > > FAQ? > IIRC, the debian devs took it upon t

Re: [users@httpd] Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Francois Gingras
On Sun, Apr 3, 2011 at 4:04 PM, Eric Covener wrote: >> The server has clearly send "Content-Type: application/x-httpd-php"  and >> I do not know WHY, because the rewritten DOCROOT are the only one, where >> it happen.  All other VHosts do it right  and  "Content-Type: text/html" >> is send. > >> O

Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Dirk Schaare
Greg, I don't know exactly what happens within that rewrite.pl, but what makes me feel curious was the "ajp13" as your JkMount target. My workers.properties file looks pretty different: # list of workers

Re: [users@httpd] Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Eric Covener
> The server has clearly send "Content-Type: application/x-httpd-php"  and > I do not know WHY, because the rewritten DOCROOT are the only one, where > it happen.  All other VHosts do it right  and  "Content-Type: text/html" > is send. > Only anything in /home/*/pubic_html is screwed. Hard to gue

Re: [users@httpd] multiviews doesn't work on index pages (and DirectoryIndex properly configured)

2011-04-03 Thread Matus UHLAR - fantomas
On 09.03.11 11:29, Zhang Weiwu, Beijing wrote: > Hello. Debian 5.0, apache 2 2.2.9-10. I've optioned multiviews, and it > works perfectly fine for every document except index page. [...] > > Options FollowSymLinks MultiViews +Includes > DirectoryIndex index >

Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
My workers.properties file: [channel.socket:localhost:8009] port=8009 host=127.0.0.1 [ajp13:localhost:8009] channel=channel.socket:localhost:8009 Why does the JkMount look "unusual" to you? Just the "tomcat"? That's just a URL I am using for my testing. My understanding is that anything URL

Re: [users@httpd] How do I keep Virtural hosts from seeing the others document root?

2011-04-03 Thread Matus UHLAR - fantomas
On 06.03.11 22:43, aaron...@comcast.net wrote: > I have apache2 running virtual hosts. Ive fingered out how to jail a user > that uploads files to the document root using jailkit and only allow SFTP > access. What I have not fingered out is how to keep a user from reading > other files on the syste

Re: [users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Dirk Schaare
what about your workers.properties file? > JkMount /tomcat/* ajp13 looks pretty unusual to me Cheers, Dirk On 03.04.2011, at 19:37, Greg Allen wrote: > I am trying to use mod_rewrite to rewrite URLs coming into my server and have > the resulting value from mod_rewrite processed by mod_jk. He

[users@httpd] mod_rewrite and mod_jk

2011-04-03 Thread Greg Allen
I am trying to use mod_rewrite to rewrite URLs coming into my server and have the resulting value from mod_rewrite processed by mod_jk. Here's the relevant section of my httpd.conf file: DocumentRoot /home/webadmin/localhost/html SuexecUserGroup webadmin webadmin ServerAdmin "webadmin@locahos

[users@httpd] Re: Re: wildcard domains do not [MORE] work

2011-04-03 Thread Michelle Konzack
Hello Eric Covener, Am 2011-04-03 09:13:41, hacktest Du folgendes herunter: > > where an index.php is placed. Apache offer me to download the PHP file. > > http://wiki.apache.org/httpd/PHPDownload I know this already but I get: [ command 'wget -S -O - http://tamay.dogan.tdhome.net/' ]--

Re: [users@httpd] Proxing to multiple backend servers(not load balancer)

2011-04-03 Thread Ben Timby
On Sat, Apr 2, 2011 at 2:07 AM, Raino Kolk wrote: > My problem is how to split original request and send this parallely to two > different system. I don't think apache is the right tool for the job. However iptables might be. http://www.bjou.de/blog/2008/05/howto-copyteeclone-network-traffic-usi

Re: [users@httpd] Re: wildcard domains do not [MORE] work

2011-04-03 Thread Eric Covener
> where an index.php is placed. Apache offer me to download the PHP file. http://wiki.apache.org/httpd/PHPDownload - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

[users@httpd] Re: wildcard domains do not [MORE] work

2011-04-03 Thread Michelle Konzack
Hello *, [ '/srv/APACHE_available/0_mail.tamay-dogan.net' ]-- ServerAdmin michelle.konz...@tamspamogan.net ServerName mail.tamay-dogan.net RewriteEngine On RewriteLogLevel 9 RewriteLog /srv/CONFIG_www.tdhome.net/log/apac

Re: [users@httpd] Apache 2.2.15 (and 2.2.17) binary installers no longer deploy 'lib' and 'include' directories

2011-04-03 Thread Ahab Abouzour
Thanks for pointing that out! I clicked on the "Custom" option during install and I was able to turn on include/ and lib/ directory deployment --- On Wed, 3/30/11, William A. Rowe Jr. wrote: > From: William A. Rowe Jr. > Subject: Re: [users@httpd] Apache 2.2.15 (and 2.2.17) binary installers n