[EMAIL PROTECTED] mysql based authentication

2008-06-11 Thread Joseph Simmons
I'm setting up a site that will have some access controls. I know that user credentials can be held in a .htpasswd file, however I would like to use a database, specifically a MySQL database, to hold user credentials. Is it possible to just setup a .htaccess that tells Apache to use a database or a

[EMAIL PROTECTED] httpd(s) are consuming all cpu's

2008-06-11 Thread tjzsm1
Hi everybody,   We are running apache 1.3.39, modssl-2.8.30 and openssl-0.97m on Red Hat linux AS 3 and weblogic 8.1.6 on Solaris. The problem I got is there are always a few httpd processes keep running and taking all cpus. I can kill them but they will come back after one or two hours. Restart

RE: [EMAIL PROTECTED] server listening, not serving pages, no errors logged

2008-06-11 Thread Stusynski, Dan
Did you verify the the port is being listened on with netstat (or similar)? Out of curiousity, do you have an IPv6 stack on this Win machine, and if so, are you listening on IPv6 also (using the default Listen 80)? Reason I ask is it sounds similar to an issue I ran into resulting from IPv6 at o

Re: [EMAIL PROTECTED] server listening, not serving pages, no errors logged

2008-06-11 Thread Raul Santiago
Sorry for answering to miself, it's just to keep all the information together. I've been playing with the conf, set enablesendfile and enablemmap to off, changing listening port... and no success at all. All the symptoms keep the same. Please, nobody has a clue (as weird as it may sound) about

[EMAIL PROTECTED] rewrite rule to change spaces to underscores

2008-06-11 Thread dan_mitton
Is there a simple rewrite rule to change all space (and/or %20's) in a URL to underscores (_) ?? Thanks, Dan - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.ht

[EMAIL PROTECTED] mod_include & mod_cache together?

2008-06-11 Thread Adriano Nagel
Hi, I'd like to know if anyone is using SSI and mod_cache in the same Apache server to cache page "fragments", ie SSI includes with the virtual attribute. I'm currently using mem_cache and it works, but clients see some discrepancies because the cache is stored per process. I'm about to try disk_

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-11 Thread Chad Morland
If you are looking for an all Apache solution, 2.2 has mod_proxy_balancer. http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html Although in production my results are mediocre at best. Squid as a reverse proxy is the better option. No idea if it is supported under Win2k3. http://www.squid

[EMAIL PROTECTED] apache_to_apache Proxy error

2008-06-11 Thread Matteo Vadagnini
Hi dears. I am facing a random but very boring proxy error. The environment is the following: In the front-end (actually a customer CED): ProxyPass /webapp ProxyPass /static Ap2.0.59<->|FW|<---Internet In the back-end (actually our CED):

[EMAIL PROTECTED] configuring different mod_proxy settings for plain and ssl vhosts

2008-06-11 Thread Tamas Palagyi
Hello, I would like to achieve to have different mod_proxy settings for my :80 (plain) and :443 (ssl) virtual host. Ok, easy, just put the settings into the right virtual host config. Tried, works fine. BUT, I would like to have both mod_proxy configuration kept in a single separate file (under

[EMAIL PROTECTED] mod_perl compilation ?!?!?!

2008-06-11 Thread Pawel Eljasz
regards everybody got my perl-5.10.0 compiled with prefix /test as well as apache now, I'd think, simple mod_perl compilation, right? /test/bin/perl Makefile.pl MP_APXS=/test/sbin/apxs well, huh, works fine, no errors module lands into apache's module folders, gets dynamically loaded into apache,

Re: [EMAIL PROTECTED] Windows MPM

2008-06-11 Thread William A. Rowe, Jr.
Joshua Slive wrote: On Wed, Jun 11, 2008 at 11:54 AM, Alberto Dondana <[EMAIL PROTECTED]> wrote: Dear List, I need to recompile Httpd (unfortunately on windows) in order to change MPM Module from winnt to prefork. How should I do it? I'm able in linux/unix, but I can't find the way to do it in

Re: [EMAIL PROTECTED] Windows MPM

2008-06-11 Thread Eric Covener
On Wed, Jun 11, 2008 at 11:54 AM, Alberto Dondana <[EMAIL PROTECTED]> wrote: > Dear List, > > I need to recompile Httpd (unfortunately on windows) in order to change > MPM Module from winnt to prefork. > How should I do it? > I'm able in linux/unix, but I can't find the way to do it in a windows >

Re: [EMAIL PROTECTED] Windows MPM

2008-06-11 Thread Joshua Slive
On Wed, Jun 11, 2008 at 11:54 AM, Alberto Dondana <[EMAIL PROTECTED]> wrote: > Dear List, > > I need to recompile Httpd (unfortunately on windows) in order to change > MPM Module from winnt to prefork. > How should I do it? > I'm able in linux/unix, but I can't find the way to do it in a windows >

[EMAIL PROTECTED] Windows MPM

2008-06-11 Thread Alberto Dondana
Dear List, I need to recompile Httpd (unfortunately on windows) in order to change MPM Module from winnt to prefork. How should I do it? I'm able in linux/unix, but I can't find the way to do it in a windows environment. Kind regards Alberto -

[EMAIL PROTECTED] Handler for proxy-server returned invalid result code 730060

2008-06-11 Thread Spil Oss
Hi All, On our reverse-proxy setup (Client <-firewall-> DMZ1 Proxy <-firewall-> DMZ2 Proxy <-firewall-> http-server) we are getting spurious errors on DMZ1 proxies. DMZ1 handles the ssl-termination, so only ssl between client and DMZ1 in DMZ1 error.log [Wed Jun 11 08:23:01 2008] [error] (OS 10060

[EMAIL PROTECTED] Mark Tomlinson/IL/HCSC is out of the office.

2008-06-11 Thread tomlinsonm
I will be out of the office starting 06/11/2008 and will not return until 06/12/2008. ** The information contained in this communication is confidential, private, proprietary, or otherwise privileged and is intended only for the use of the addressee. Unauthorized use, disclosure,

[EMAIL PROTECTED] renaming a domain

2008-06-11 Thread Paul Hunter
Hello, I'm fairly new to Apache etc, so forgive me if i'm asking a stupid question... My company has a domain called ukgroup.mycomp.com. It has a document root of the same name. There are also several redirects set up that redirect requests to other domains. There are also redirects set up in o

Re: [EMAIL PROTECTED] How to distribute Web Access?

2008-06-11 Thread Krist van Besien
On Tue, Jun 10, 2008 at 22:24, thomas2004 <[EMAIL PROTECTED]> wrote: > But I use Windows 2003 Server. Not a good idea. > Besides, can one use the Apache Http Server to do this? You could have one apache httpd serve as a loadbalancer for a farm of tomcat backen servers. Consult the mod_jk docume