[EMAIL PROTECTED] "missing configuration" errors in log

2006-02-13 Thread Bob Kinney
Hello-- I'm new to this list--greetings everybody. I'm setting up my first web server, using FC3 distro, all available updates applied, specifics pasted below. Apparently the Fedora folks have not finished incorporating Apache V2.2 into their update channels (or is it considered a "new" package

RE: [EMAIL PROTECTED] Reverse proxy and cache

2006-02-13 Thread Airat A. Sadreev
> > > > [Mon Feb 13 17:17:30 2006] [debug] mod_cache.c(129): Adding > CACHE_SAVE > > filter for /vvmn/sdku/AK_VVMN_T.GDF [Mon Feb 13 17:17:30 > 2006] [debug] > > mod_cache.c(136): Adding CACHE_REMOVE_URL filter for > > /vvmn/sdku/AK_VVMN_T.GDF [Mon Feb 13 17:17:30 2006] [debug] > > mod_proxy_

[EMAIL PROTECTED] Help on configing to cache some directories

2006-02-13 Thread Xuekun Hu
Hi, I have one directory (called "first_dir") which holds lots of sub-directories (called "second_dirx", x is from 1 to 9). However I only want to cache some directories (for example, "second_dirx", from 1 to 01000). So how to config mod_mem_cache? CacheEnable mem /

Re: [EMAIL PROTECTED] Installation / Permissions Problem Apache 1.3.31 with Mod_SSL

2006-02-13 Thread dpgirago
Thanks, Richard, for the input. I was mistaken about the problem. After some research I now think it's an Mod_SSL or openssl issue as I'm getting error "126" and "cannot load module mod_ssl', etc... The causes of this problem seem to be about libeay32.dll and ssleay32.dll *not* being in the window

AW: [EMAIL PROTECTED] Problems with fixed file size

2006-02-13 Thread Stylec Martin
"I use..." has no relation to fixed size, but I thought, it could be a reason for any params in apache.It is simple but also an automatic, which is not under control. Regards Martin -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] im Auftrag von Joshua Slive G

Re: [EMAIL PROTECTED] Installation / Permissions Problem Apache 1.3.31 with Mod_SSL

2006-02-13 Thread Richard de Vries
I had a similar problem once, though the explanation of the root cause is quite long. Try changing the path info to the 8.1 naming convention. i.e. c:\progra~1\apache\ etc instead of c:\program files\apache\ and see if that makes a difference for you. --- [EMAIL PROTECTED] wrote: > Ho

Re: [EMAIL PROTECTED] Problems with fixed file size

2006-02-13 Thread Joshua Slive
On 2/13/06, Stylec Martin <[EMAIL PROTECTED]> wrote: > My Apache - Version is: Apache/2.0.54 (Win32). I use XAMPP in Version ... as > Base. What the heck does " I use XAMPP in Version ... as Base." mean and how is it related to a static file download? Joshua. ---

Re: [EMAIL PROTECTED] redirection question

2006-02-13 Thread Joshua Slive
On 2/13/06, Leandro Reis <[EMAIL PROTECTED]> wrote: > Hi all, > > I currently host a web site that uses the URL (not real name) > http://machine1.mycorp.com. Also, I had the DNS updated so that the URL > http://anotheraddress.mycorp.com redirects to my site. > > What I would like to do is, for user

[EMAIL PROTECTED] redirection question

2006-02-13 Thread Leandro Reis
Hi all, I currently host a web site that uses the URL (not real name) http://machine1.mycorp.com. Also, I had the DNS updated so that the URL http://anotheraddress.mycorp.com redirects to my site. What I would like to do is, for users who go to the http://anotheraddress.mycorp.com ONLY, to r

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Kresimir Peharda
> Only to make a ProxyPassReverse is not enough to make https > Do you have in your httpd.conf at least Lines like this ? > SSLEngine On > SSLProxyEngine On > Listen fe:443 Yes, I do have lines like this. However, based on the reponses from the Apache proxy, the browser never initiates a https ses

Re: [EMAIL PROTECTED] Re: I try a contact

2006-02-13 Thread William A. Rowe, Jr.
I'm betting he grabbed an .msi which was corrupted, and further he's running antivirus software which is known to pollute the otherwise functional Win32 socket stack. Bill Rodent of Unusual Size wrote: I can't make head nor tail out of this. Is there anyone here who speaks Japanese who might

[EMAIL PROTECTED] Installation / Permissions Problem Apache 1.3.31 with Mod_SSL

2006-02-13 Thread dpgirago
Howdy, I'm trying to set up Apache 1.3.31 with Mod_SSL on a win 2003 server. I was given a local administrator user account to do the install. However when I try to install apache as a service from the command line, I get 'cannot find file' errors related to 2 LoadModule directives (Mod_SSL.so and

[EMAIL PROTECTED] Re: I try a contact

2006-02-13 Thread Rodent of Unusual Size
I can't make head nor tail out of this. Is there anyone here who speaks Japanese who might be able to help? -- #kenP-)} Ken Coar, Sanagendamgagwedweinini http://Ken.Coar.Org/ Author, developer, opinionist http://Apache-Server.Com/ "Millennium hand and shrimp!" --- Begin Message --- I

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Oliver.Schaudt
Only to make a ProxyPassReverse is not enough to make https Do you have in your httpd.conf at least Lines like this ? SSLEngine On SSLProxyEngine On Listen fe:443 Your four lines with the Location shows a ProxyPass Directive with an absolute URL to the backend, which is normal. You cannot go to

AW: [EMAIL PROTECTED] Problems with fixed file size

2006-02-13 Thread Stylec Martin
My Apache - Version is: Apache/2.0.54 (Win32). I use XAMPP in Version ... as Base. And EnableSendfile is Off. Gruß Martin -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Joshua Slive Gesendet: Montag, 13. Februar 2006 17:57 An: users@httpd.apache

Re: [EMAIL PROTECTED] Forcing a proxied host to generate REMOTE_USER

2006-02-13 Thread Joshua Slive
On 2/13/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > Header add X-Forwarded-User %{RU}e Of course, that should be RequestHeader. Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

[EMAIL PROTECTED] Apache 2.2 on OS X 10.4.4

2006-02-13 Thread Ian Shafer
Hello, I'm building Apache 2.2 for OS X 10.4.4. It is very important that this server be very fast. It's main operation will be to proxy a backend Tomcat server (via the built-in ajp proxy) and server up images of about 6K. What is the best MPM to use for this situation? Thanks, Ian -

Re: [EMAIL PROTECTED] mod_logio with Apache 1

2006-02-13 Thread JupiterHost.Net
Joshua Slive wrote: On 2/13/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: Is it possible to build Apache 1 with mod_logio (DSO or not)? Not as distributed. And I suspect the work to make it compile with 1.3 would be much greater than the work to upgrade your server to 2.2. It depends on

Re: [EMAIL PROTECTED] Q: about mod_status.

2006-02-13 Thread Joshua Slive
On 2/12/06, Alexander Lazic <[EMAIL PROTECTED]> wrote: > Hi, > > in > > http://httpd.apache.org/docs/2.0/mod/mod_status.html > > stands: > > --- > A compile-time option must be used to display the details marked "(*)" > as the instrumentation required for obtaining these statistics does not > exist

Re: [EMAIL PROTECTED] Forcing a proxied host to generate REMOTE_USER

2006-02-13 Thread Joshua Slive
On 2/13/06, jens persson <[EMAIL PROTECTED]> wrote: > > Hello all! > > I'm having trouble with a proxy setup, where I need to generate a > REMOTE_USER variable for a cgi-script, but also allow no-authenticated use. > > The setup to allow authentication ether by http-auth and remote ip, and > then f

Re: [EMAIL PROTECTED] Problems with fixed file size

2006-02-13 Thread Joshua Slive
On 2/13/06, Stylec Martin <[EMAIL PROTECTED]> wrote: > > > Hi, > > I have a problem with fixed file size (1,9MB) for any download. Any file > would be cuted at 1,9 MB. There is no proxy (I work "on my side" of proxy) > and no changes in this system. > > Had anyone any idea, how I can fix it? Where

Re: [EMAIL PROTECTED] Reverse proxy and cache

2006-02-13 Thread Joshua Slive
On 2/13/06, Airat A. Sadreev <[EMAIL PROTECTED]> wrote: > > > Using Apache 2.2.0 (binary distribution from http://apachelounge.com/) > Apache running on port 85 > client running on server machine (www-root.in, 10.10.1.2) > > Log file is > > [Mon Feb 13 17:17:30 2006] [debug] mod_cache.c(129): Addi

Re: [EMAIL PROTECTED] mod_logio with Apache 1

2006-02-13 Thread Joshua Slive
On 2/13/06, JupiterHost.Net <[EMAIL PROTECTED]> wrote: > Is it possible to build Apache 1 with mod_logio (DSO or not)? Not as distributed. And I suspect the work to make it compile with 1.3 would be much greater than the work to upgrade your server to 2.2. It depends on some of the architectural

[EMAIL PROTECTED] mod_logio with Apache 1

2006-02-13 Thread JupiterHost.Net
Is it possible to build Apache 1 with mod_logio (DSO or not)? If so, how? (url to documentation would be awesome!) http://httpd.apache.org/docs/2.0/mod/mod_logio.html The only references I can find are related to Apache 2. TIA!

Re: [EMAIL PROTECTED] proxypassreverse redirection

2006-02-13 Thread Joshua Slive
On 2/13/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote: > Is there a standard way to send credentials at once instead of displaying > auth box ? No. This is essentially impossible with http basic auth. You would need to role your own session support using cookies or the like, and then path an

RE: [EMAIL PROTECTED] Reverse proxy and cache

2006-02-13 Thread Airat A. Sadreev
> -Original Message- > From: Joshua Slive [mailto:[EMAIL PROTECTED] > Sent: Monday, February 13, 2006 4:48 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Reverse proxy and cache > > On 2/13/06, Садреев Айрат Алмазович > <[EMAIL PROTECTED]> wrote: > > > > I'd like

[EMAIL PROTECTED] Problems with fixed file size

2006-02-13 Thread Stylec Martin
Title: Problems with fixed file size Hi, I have a problem with fixed file size (1,9MB) for any download. Any file would be cuted at 1,9 MB. There is no proxy (I work “on my side” of proxy) and no changes in this system. Had anyone any idea, how I can fix it? Where to seek… Martin Stylec

[EMAIL PROTECTED] Forcing a proxied host to generate REMOTE_USER

2006-02-13 Thread jens persson
Hello all! I'm having trouble with a proxy setup, where I need to generate a REMOTE_USER variable for a cgi-script, but also allow no-authenticated use. The setup to allow authentication ether by http-auth and remote ip, and then froward the calls to an inner server where the cgi-program che

Re: [EMAIL PROTECTED] email sending utility

2006-02-13 Thread Mark H. Wood
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I use Blat to script mail submission from Windows boxes. http://www.blat.net/ - -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Open-source executable: $0.00. Source: $0.00 Control: priceless! -BEGIN PGP SIGNATURE- Version:

RE: [EMAIL PROTECTED] proxypassreverse redirection

2006-02-13 Thread Frederick, Fabian
Is there a standard way to send credentials at once instead of displaying auth box ? Fabian -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Joshua Slive Envoyé : lundi 13 février 2006 14:51 À : users@httpd.apache.org Objet : Re: [EMAIL PROTECTED] proxyp

Re: [EMAIL PROTECTED] proxypassreverse redirection

2006-02-13 Thread Joshua Slive
On 2/13/06, Frederick, Fabian <[EMAIL PROTECTED]> wrote: > This method works but I'd like to avoid access _only_ without > authentification : > http://site returns 401 with www-auth > > ... But I'm surprised http://user:[EMAIL PROTECTED] works in 2 phases : > > 1.Server returns 401 (why?)

Re: [EMAIL PROTECTED] Reverse proxy and cache

2006-02-13 Thread Joshua Slive
On 2/13/06, Садреев Айрат Алмазович <[EMAIL PROTECTED]> wrote: > > I'd like to provide access to multiple remote Web-servers via my > Apache using reverse proxy. Remote Web-servers connected via low-speed > channels so I'd like to use caching to speed-up content loading for clients. > >

Re: [EMAIL PROTECTED] apache 2.2 build failure

2006-02-13 Thread kalin mintchev
> On Saturday 11 February 2006 05:18, kalin mintchev wrote: >> hi al... >> >> trying to build apache 2.2 with the http proxy and load balancing >> modules >> enabled. ./configure went trough fine. the making fails. i'm attaching >> the full output of where the error happens but here is a few line

Re: [EMAIL PROTECTED] Apache 2.0.55 : Auth&Allow from IP for CGI-BIN folder

2006-02-13 Thread Sim
> See the docs on Satisfy. Sounds like you want "Satisfy all" and to > reverse the allow/deny stuff. Thanks! Now it's ok! > And by the way, there is no need to use an .htaccess file. You can > put the auth directives in the same section. > Re-Tnx! :) Sim

Re: [EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Kresimir Peharda
--- [EMAIL PROTECTED] wrote: > Where in your config should come the https from ? > > If you want a secure communication to the backend than make a virtual host on > Port 80 for the frontend, rewrite than all incoming requests from the second > virtual host which is listening on Port 443 of your f

[EMAIL PROTECTED] RE [EMAIL PROTECTED] ProxyPass/ProxyPassReverse switch from http to https on redirect? (Apache 2.2.0)

2006-02-13 Thread Oliver.Schaudt
Where in your config should come the https from ? If you want a secure communication to the backend than make a virtual host on Port 80 for the frontend, rewrite than all incoming requests from the second virtual host which is listening on Port 443 of your frontend server and put there (in the