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. wr...@rowe-clan.net wrote: From: William A. Rowe Jr. wr...@rowe-clan.net Subject: Re: [users@httpd] Apache

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

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 x...@hot.ee 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.

[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/'

[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: VirtualHost 127.0.0.1:80 DocumentRoot /home/webadmin/localhost/html SuexecUserGroup webadmin webadmin

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 system

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] 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. [...] Directory /var/www/www.realss.com.cn/htdocs/ Options FollowSymLinks MultiViews +Includes

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 guess why

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 Francois Gingras
On Sun, Apr 3, 2011 at 4:04 PM, Eric Covener cove...@gmail.com 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.

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 francois.ging...@gmail.com 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

[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, that

[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 IfModuel part with: php_admin_value

Re: [users@httpd] Rewrite inside Location directive

2011-04-03 Thread Jose Legido
On Sat, Apr 2, 2011 at 5:38 PM, Rich Bowen rbo...@rcbowen.com wrote: Location /old RewriteRule  ^/old(.*) http://%{HTTP_HOST}//new  [PT] /Location 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

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 bti...@gmail.com: On Sat, Apr 2, 2011 at 2:07 AM, Raino Kolk x...@hot.ee wrote: My problem is how to split original request and send this