RE: [EMAIL PROTECTED] How to cluster apache webserver?

2006-01-22 Thread Rony Xu
Thanks Gary & G.Lams for the www.linux-ha.org and Stuart for the http://www.ultramonkey.org solution. Skimmed through the Heartbeat website. For the httpd, seems Heartbeat brings up the backup httpd and take over the IP once the primary httpd is down. But how about the sticky session? Will I lost

Re: [EMAIL PROTECTED] Problem with htpasswd

2006-01-22 Thread G . Lams
> I have an Apache web server ver 1.3.27 on a Redhat linux 9.0 machine. > > However the passwords generated using htpasswd doesn't seem to work. > The authentication dialog box doesn't seem to accept the password. I > went through innumerable documents online but nothing seems to solve > this issu

Re: [EMAIL PROTECTED] How to cluster apache webserver?

2006-01-22 Thread G . Lams
> Greetings experts, > > I have 1 apache webserver load balance a set of tomcats. > How do i setup a new apache webserver so that if the first one down, > the second apache webserver will be used and load balance the same set > of tomcats? Those two apache webservers will reside on different > phy

Re: [EMAIL PROTECTED] OT question

2006-01-22 Thread G . Lams
> Where would I go to ask questions about cron? > > I keep getting /bin/bash: root: command not found > Ask your distribution's mailing list. Regards, Gaël - The official User-To-User support forum of the Apache HTTP Server P

[EMAIL PROTECTED] solution proxy-html

2006-01-22 Thread senthil kumar
Hi , We have lot of intranet server http://products , http://sales ,http://market. I want to access the intranet server from internet through my gateway server http://gatewaryserver. I have installed apache on gateway server. I would like to redirect all the request to appropriate intranet server.

RE: [EMAIL PROTECTED] AddOutputFilterByType MIME wildcards?

2006-01-22 Thread Axel-Stéphane SMORGRAV
http://issues.apache.org/bugzilla/show_bug.cgi?id=31226 Hmmm. Looks like this is true only in conjunction with mod_proxy - which is my case. -ascs -Original Message- From: Olaf van der Spek [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 8:35 PM To: users@httpd.apache.org Sub

[EMAIL PROTECTED] Uninstalling Apache on OS X

2006-01-22 Thread java_nutt
Greetings to all! My name is James and I am new to this list. I'm working on learning Apache, HTTP, and all that jazz. I have an Apple Powerbook running OS X 10.4.4, and I would like to know if it is safe and/or possible to uninstall Apache. Reason being, I learn best by starting at the begi

Re: [EMAIL PROTECTED] Problem with htpasswd

2006-01-22 Thread Jochen Kächelin
Am Sonntag, 22. Januar 2006 19:08 schrieb Saurabh Jain: > Hi Guys, > > This is my first post to this mailing list. > > I have an Apache web server ver 1.3.27 on a Redhat linux 9.0 > machine. > > However the passwords generated using htpasswd doesn't seem to > work. The authentication dialog box doe

Re: [EMAIL PROTECTED] PHP-5 (error) libphp5.so

2006-01-22 Thread httpd2
Hi Dave. Did you compile apache first, then compile php5 as a shared module, using apxs. Something like this: my-host/php-5.0.4/# # config.nice contents: './configure' \ '--with-apxs2=/usr/local/apache2-0-55/bin/apxs' \ '--prefix=/usr/local/php5-1-2' \ '--with-mysql=shared,/downloads/mysql/my

RE: [EMAIL PROTECTED] How to cluster apache webserver?

2006-01-22 Thread Gary W. Smith
You can look into something like linux-ha. We use it for all of our client web servers to provide for failover support and had great success with Apache, MySQL and Cyrus. Hope that helps. Gary Smith > -Original Message- > From: Rony Xu [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 2

Re: [EMAIL PROTECTED] How to cluster apache webserver?

2006-01-22 Thread Stuart Low
Heya, > I have 1 apache webserver load balance a set of tomcats. > How do i setup a new apache webserver so that if the first one down, > the second apache webserver will be used and load balance the same set > of tomcats? Those two apache webservers will reside on different > physical servers. Y

[EMAIL PROTECTED] mod_proxy problem during HTTP 302 when public and private ports are different

2006-01-22 Thread oss lover
Part from the httpd.conf:    ProxyRequests   Off ProxyPreserveHost On ProxyPass  /  http://privateserver:/ ProxyPassReverse /  http://privateserver:/       The end user request the following from the webserver    http://publicwebserver/application/originalpage   In turn proxy pass

[EMAIL PROTECTED] How to cluster apache webserver?

2006-01-22 Thread Rony Xu
Greetings experts, I have 1 apache webserver load balance a set of tomcats. How do i setup a new apache webserver so that if the first one down, the second apache webserver will be used and load balance the same set of tomcats? Those two apache webservers will reside on different physical servers.

[EMAIL PROTECTED] samba artifact on error log?

2006-01-22 Thread Marty Landman
I've been annoyed by entries like this [Sun Jan 22 19:22:04 2006] [error] [client 192.168.0.111] File does not exist: /usr/local/apache/htdocs/web on my Apache error log for... forever. Workstation is Win XP home and the server runs RedHat 9 with Apache and Samba. I'm thinking this is some ki

[EMAIL PROTECTED] PHP-5 (error) libphp5.so

2006-01-22 Thread Dave Muhammad
I have compiled Apache 2.0.54, and PHP 5.0.4, when I try to start apache I am given an error. The error is as follows... $ /etc/rc.d/init.d/httpd start Starting httpd: Syntax error on line 24 of /opt/apache-2.0.54/conf/httpd.conf: Cannot load /opt/apache-2.0.54/modules/libphp5.so into server: /opt

Re: [EMAIL PROTECTED] OT question

2006-01-22 Thread Gerry Danen
Thanks Steven and Keith. There were 2 problems. crontab in my fedora setup had "root" inserted after the time params and the fedora version of cron took that as a command. Then my second problem was that my editor for some silly reason thought they were windoze files rather than unix... All happ

Re: [EMAIL PROTECTED] Small rewrite problem

2006-01-22 Thread ifz 77i
> RewriteCond %{QUERY_STRING} ^b=(.*)$ > RewriteRule a\.php /b.php?%1 Thank you Sir, that works perfectly. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> f

Re: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-22 Thread Nick Kew
On Sunday 22 January 2006 16:58, Dirk Taggesell wrote: > For instance, one of the culprits looks this way: > > rowsperpage="25" url="http://10.11.12.13/exchange/dirk/Inbox/"; Hmmm, didn't notice that just now. mod_proxy_html has builtin knowledge of HTML4/XHTML1 and

Re: [EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-22 Thread Nick Kew
On Sunday 22 January 2006 16:58, Dirk Taggesell wrote: > SetOutputFilter proxy-html > ProxyHTMLExtended On > ProxyHTMLURLMap 'http://10.11.12.13' 'https://hostname.example.com' You seem to be missing the flags to that rule. (and BTW, why the quoted values?) -- Nick Kew ---

[EMAIL PROTECTED] webdav DAVLockDB files not created

2006-01-22 Thread Brent Kearney
Hello, I'm running apache 2.0.55 on freebsd 5.4, installed from the ports collection. Apache/2.0.55 (FreeBSD) PHP/4.4.1 DAV/2 mod_ssl/2.0.55 OpenSSL/0.9.7e I recently upgraded from 2.0.54; in that version, webdav was working perfectly. After the upgrade, webdav clients cannot connect, and apach

[EMAIL PROTECTED] Problem with htpasswd

2006-01-22 Thread Saurabh Jain
Hi Guys, This is my first post to this mailing list. I have an Apache web server ver 1.3.27 on a Redhat linux 9.0 machine. However the passwords generated using htpasswd doesn't seem to work. The authentication dialog box doesn't seem to accept the password. I went through innumerable documents

[EMAIL PROTECTED] mod_proxy_html doesn't rewrite as commanded

2006-01-22 Thread Dirk Taggesell
Hello Apache users, Recently I sat up a reverseproxy (Apache 2.0.53, FreeBSD) for providing Outlook Web-Access to a certain group of users. What makes it somewhat sophisticated is that the reverseproxy itself is located behind a firewall and has only a local IP address. So it has to rewrite every

Re: [EMAIL PROTECTED] Small rewrite problem

2006-01-22 Thread Joshua Slive
On 1/22/06, ifz 77i <[EMAIL PROTECTED]> wrote: > URL: > http://www3/a.php?b=moo > > Error: > 404 Not Found > The requested URL /a.php was not found on this server. > > .htaccess contents: > RewriteEngine On > RewriteRule ^/*a\.php\?b=(.*)$ /b.php?a=$1 > (3) [per-dir > /home/mick/sites/www3/htdocs

Re: [EMAIL PROTECTED] Small rewrite problem

2006-01-22 Thread httpd2
This is probably all you need to master regular expression syntax. Very brief and concise. Then you need to get your head around mod_rewrite: Title: Regular Expression Pocket Reference Author: Tony Stubblebine Publisher: O'reilly ISBN: 0-596-00415-X 86 pages plus index US$ 12.95 GBP 7.00 HTH

[EMAIL PROTECTED] Small rewrite problem

2006-01-22 Thread ifz 77i
I've asked on a few IRC channels with no fix :( Server version: Apache/2.0.55 URL: http://www3/a.php?b=moo Error: 404 Not Found The requested URL /a.php was not found on this server. .htaccess contents: RewriteEngine On RewriteRule ^/*a\.php\?b=(.*)$ /b.php?a=$1 log_rewrite contents: 192.168.1