[users@httpd] How do I configure two subversion repositories on one apache server?

2017-10-23 Thread Ron Tech
Hi I have two svn repositories on the same apache server under two virtual hosts on port 9000. Both hosts have their own certificates. The problem is, when I try to try and do an svn up I get this error below. For some reason an svn up to server1.example.com results in trying to access server2.ex

[users@httpd] Apache 2.4x Documentation

2017-03-21 Thread Ron Tuthill
on a FreeBSD v11 Server and would like to learn from the latest avail. Any feedback or suggestions would be appreciated. Thank You Ron

[users@httpd] RE: Apache fails to start after updating openssl from 1.0.1j to 1.0.2g

2016-03-14 Thread Ron Hawkins
I decided to upgrade the site to Apache 2.4.17. OpenSSL 1.0.2g was included and all is working well. Ron - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h

[users@httpd] Apache fails to start after updating openssl from 1.0.1j to 1.0.2g

2016-03-14 Thread Ron Hawkins
own any more than I have to. Ron - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Override a File to Same Name in Another Directory

2016-03-13 Thread Ron Wingfield
it will be warmly received.;-) OTTF, (http://archaxis.net/htdocs/RTWingfield/htdocs/humor/OTTF/OTTF.html) Ron W. On 3/13/2016 10:50 AM, Marat Khalili wrote: Why is Joomla designed this way? Seems that yet another MySQL DB table could have been designed into the system and the configuration extracte

Re: [users@httpd] Override a File to Same Name in Another Directory

2016-03-13 Thread Ron Wingfield
sion of a configuration file, then he simply moves his library containing the file to the top of (or up) the list.. . .sweet! My apologies if this is a little wordy; I still don’t have a solution, but perhaps this will help others understand the Joomla task and problems. Thanks again, Ron W.

[users@httpd] Override a File to Same Name in Another Directory

2016-03-12 Thread Ron Wingfield
I don’t know if and how this can be accomplished. Scenario: Two directories, parent and child. parent is in a virtual host “container”. child is a symbolic link to an application default core distribution directory (php objects). ./parent/child contains a default config.php file. ./parent cont

[users@httpd] Athentication

2016-01-21 Thread Ron Croonenberg
Hello, I want some authentication, but want to exclude a directory Below is the virtual host: Problem is that it wants to authenticate on everything in /var/www. I did change the first Directory directive to /var/www/proxy1 but that did not change anything. thanks, Ron Listen 81

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-09 Thread Ron Croonenberg
it's an extra layer of security, an imposed requirement On 12/08/2015 04:14 PM, Yann Ylavic wrote: On Tue, Dec 8, 2015 at 8:51 PM, Ron Croonenberg wrote: This is just a bunch of hardware, with connections between it's nodes. The whole thing/cluster is not connected to anything

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
are work horses, mostly run by people that know what they are doing. On 12/08/2015 12:20 PM, Eric Covener wrote: On Tue, Dec 8, 2015 at 2:19 PM, Eric Covener wrote: On Tue, Dec 8, 2015 at 11:41 AM, Ron Croonenberg wrote: P.S: why not make it an option that can be configured and where the

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
I think a bunch of people confuse "network" with "world wide web" The thing I am building is an appliance, it uses an internal network and it is not connected to anything 'internet', WAN or 'LAN' It is storage, sort of a file system, I worry about security of that internal network as much as

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
what if one simply doesn't care if the data is encrypted during transmission?. The data I move to an object store, basically files, could already be stored encrypted. Also, hardware encrypters don't have a need for encrypting data again. Encrypting it again is just a waste of A LOT of bandwith

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
I forgot, is there a "standard way" to create an rpm so I can install the binaries somewhere? thanks, Ron On 12/08/2015 09:41 AM, Ron Croonenberg wrote: so in the source tree: modules/ssl in: ssl_engine_config.c I see two lines: arg = apr_pstrcat(cmd->pool, "!aNULL:

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
ese 3 locations are the only places where NULL ciphers are excluded, right? Ron P.S: why not make it an option that can be configured and where the default 'setting' is "no NULL ciphers" ? -

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
t in my case, there is 'no one there' to do it. It is a separate, isolated network. thanks, Ron --Jacob [1] https://marc.info/?t=14490098273&r=1&w=2 - To unsubscribe, e-mail: users-unsub

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
something is secure or not, I am trying to figure out how to use/compile mod_ssl/apache where I'll be able to use the eNULL cipher. Ron On 12/07/2015 06:40 PM, Jacob Champion wrote: On 12/07/2015 05:06 PM, William A Rowe Jr wrote: On Mon, Dec 7, 2015 at 2:39 PM, Ron Croonenberg mai

Re: [users@httpd] explicitly including other ciphers for use with https

2015-12-08 Thread Ron Croonenberg
t this point, I am interested in performance. On 12/07/2015 06:06 PM, William A Rowe Jr wrote: On Mon, Dec 7, 2015 at 2:39 PM, Ron Croonenberg mailto:r...@lanl.gov>> wrote: Hello, I a building a storage system, using HTTP/HTTPS for ingesting data. I would like to use th

[users@httpd] explicitly including other ciphers for use with https

2015-12-07 Thread Ron Croonenberg
is httpd.conf/ssl.conf ? The NULL cipher keys are in openssl, I just want to use them. thanks, Ron - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] Forcing proxy backend server through url?

2015-06-25 Thread Ron
Hi, I want to be able to do: http://proxy-server/backend/10.100.2.3/. and force the proxy server to use that specific backend. How do I do that? Please note I cannot hardcode the ip address in the apache config file anywhere. Thanks. Ron

[users@httpd] configuring reverse proxy to variable amount of backends

2014-12-03 Thread Ron
? Thanks very much, Ron Arts

[users@httpd] httpd.conf maximum length / content

2013-05-23 Thread Ron Scruggs
imum size to the httpd.conf file or maximum number of config directives that apache can handle? Is this configurable during the build process? Thank you, Ron

Re: [users@httpd] mod_proxy: ProxyPreserveHost omits start of proxied path

2012-04-10 Thread Ron Van den Branden
ccess to the original URL, including that '/apps/' part. Is there a way to pass on the '/apps/' part of the original request to the proxied app, or is this outside of Apache's reach? Sorry about the muddiness; I hope to have made myself clear. Kind regards, Ron

[users@httpd] mod_proxy: ProxyPassReverse ignored with ProxyPreserveHost?

2012-03-29 Thread Ron Van den Branden
lt;http://mydomain/apps/whatever/my_app/index.htm>, which is what I'd expect. So, my question is: (how) can ProxyPassReverse be made to work in combination with ProxyPreserveHost? Kind regards, Ron

[users@httpd] mod_proxy: ProxyPreserveHost omits start of proxied path

2012-03-29 Thread Ron Van den Branden
ched off)? (Note: proxying to http://localhost:8082/apps/ is not an option, as there is no physical /apps/ folder there). I hope this sketches my problem. I have the feeling I'm almost there; any help much appreciated! Ron

Re: [users@httpd] reverse proxy via mod_proxy returns HTTP 500 error

2012-03-26 Thread Ron Van den Branden
Hi, Thanks for your help. The problem was on my side (of course): I apparently had forgotten to enable mod_proxy_http, next to mod_proxy on my production server. Enabling mod_proxy_http solved the issue. Kind regards, Ron

[EMAIL PROTECTED] Fwd: Error

2008-12-05 Thread Ron Green
I am running os x 10.5 and apache 2 and when I try to restart apache I get the following error: launchctl: CFURLWriteDataAndPropertiesToResource(/System/Library/ LaunchDaemons/org.apache.httpd.plist) failed: -10 How do I fix this? ---

Re: [EMAIL PROTECTED] Error when creating certificate in HPUX

2008-09-04 Thread Ron Savage
MS Windows to Debian and friends :-)). -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

Re: [EMAIL PROTECTED] Apache2 rewrite_log_lock

2008-08-27 Thread Ron Savage
g directive sets the name of the file...' So 1) It's a file name not a dir name 2) Ensure all components of the path are meaningful 3) Patch httpd.conf and restart the server -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html

Re: [EMAIL PROTECTED] Apache2 rewrite_log_lock

2008-08-26 Thread Ron Savage
in httpd.conf (an > Administrative user - the same as i had them in apache 1.3). I have > also tried setting: > > RewriteLog "/Library/Apache2/logs/ > rewrite.log" > RewriteLogLevel 0 Did you check the permissions on /all/ directories in that path? -- Ron Savage [EM

Re: [EMAIL PROTECTED] Failure of server APACHE bridge:Internal Server failure, APACHE plugin

2008-08-24 Thread Ron Savage
Hi Newkid > Could you please let me know where can I see Apacher error logs? Which file? Well, I have docroot at /home/ron/prefork/htdocs, so logs are at /home/ron/prefork/logs, and in particular see error_log. -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.h

Re: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-29 Thread Ron Savage
evant, don't emit warnings.' > > Autoconf .62 changes the rules, we've patched httpd to accomodate, but in > the meantime we have this version 2.2.9 that works *just like* 2.2.8, > but makes more noise. OK. $many x $thanx for the explanation. I shall re-try install

RE: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread Ron Savage
Hi Ron > I notice configure for 2.2.8 was generated by GNU Autoconf 2.60 and for > 2.2.9 it was 2.62. I just upgraded to 2.61 (don't know what from). I > wonder if that's relevant? More info. I just re-ran the command in the 2.2.8 directory, and it works without error. So i

RE: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread Ron Savage
): $ ./configure --prefix=/home/ron/httpd/prefork --with-mpm=prefork --enable-mod=info --enable-mod=status --enable-mod=auth-digest even though using './configure --help | grep enable-mod' returns just 2 lines: --enable-modules=MODULE-LIST --enable-mods-shared=MODULE-LIST I notice conf

Re: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread Ron Savage
Hi Angello > I faced the exact same problem with the new release 2.2.9 . > struggled with it for few hours ... then dediced to use 2.2.8 > which worked perfect on those same options. Argh! Many thanx! I wondered if it was an Apache problem. -- Ron Savage [EMAIL

Re: [EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread Ron Savage
Hi Davide On Mon, 2008-07-28 at 10:24 +0200, Davide Bianchi wrote: > Ron Savage wrote: > > I tried the command I used with V 2.2.8, with variations, but can't get > > configure to work. I could not see this problem in the archives. > > And what does ./configure --help

[EMAIL PROTECTED] V 2.2.9: configure: WARNING: Unrecognized options: --enable-mod etc

2008-07-28 Thread Ron Savage
ng whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... ^C Any ideas? -- Ron Savage [EMAIL PROTECTED] http://savage.net.au/index.html - The official User-To-

[EMAIL PROTECTED] Suggestion: CDN using Etags

2007-11-12 Thread Ron
er, I just wonder if this might not make a good dent. I should note that I'm just a linux user. I'm not a guru. I've been involved with linux/bsd for many years, but I'm definately not an E. Raymond, L. Torvalds, nor an rms. Not even close. :) Comments welcome. -Ron signature.asc Description: This is a digitally signed message part

Re: [EMAIL PROTECTED] Running httpd as root on a Linux machine

2007-08-07 Thread Ron Lee
Hi all, Thanks for your suggestions! Kind regards, Ron On 8/6/07, Graham Frank <[EMAIL PROTECTED]> wrote: > Why not use sudo to execute the commands through Apache? At least then you > don't leave yourself open to an injected "dd if=/dev/random of=/dev/sda" or >

[EMAIL PROTECTED] Running httpd as root on a Linux machine

2007-08-06 Thread Ron Lee
configuration scripts need root privilege to run but the httpd deamon runs as "apache user". Is it possible to run httpd as root? I know that this is a big security risk but I still want to do this to meet my project requirements. Thanks for any h

Re: [EMAIL PROTECTED] performance prob due to httpd's piling up

2006-05-08 Thread Ron Arts
wn way of doing things, and apache instructions only apply partially. Configuration file docs are ok though - I think a Unix/apache guru should be able to solve this problem in a couple of hours max. Ron Bennett Haselton schreef: > I'm looking at http://httpd.apache.org/docs/2.0/inst

Re: [EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-07 Thread Ron Arts
Krist van Besien wrote: On 5/7/06, Ron Arts <[EMAIL PROTECTED]> wrote: Hi, I am trying to accomplish the following: translate http:///device//pathinfo to a reverse proxy request to http:///pathinfo ProxyPass and ProxyReversePass are no good obviously, so I am experimentin

[EMAIL PROTECTED] reverse proxying to dynamically determined hosts

2006-05-06 Thread Ron Arts
.]*)/(.*) http://$1/$2 [P] does not work. In fact I can't even get RewriteRule ^dev/192.168.170.212/(.*) http://192.168.170.212/$1 [P] to work, because it redirects instead of proxies... How would redirects from the remote host be handled in this case? Thanks for any insights. Ron smim

Re: [EMAIL PROTECTED] Q: How to compile Apache with dmake under Windows using MinGW

2006-04-19 Thread Ron Savage
On Wed, 19 Apr 2006 14:02:28 -0500, William A. Rowe, Jr. wrote: Hi William > It's a puzzle inside a riddle. Ron, you might want to jump over to Good! I was hoping it would be trivial compared to getting MS to stop crippling my harware :-)). > [EMAIL PROTECTED] where there's on

[EMAIL PROTECTED] Q: How to compile Apache with dmake under Windows using MinGW

2006-04-19 Thread Ron Savage
mpile Perl V 5.8.8 and Compress::Zlib (as a check on compiling a non-pure-Perl module), but even MSYS still does not come with configure. The aim is to compile Perl, Apache and mod_perl all with the same, non-MS, compiler. So, any ideas? TIA. -- Cheers Ron Savage, [EMAIL PROTECTED] on 19/04/2006

RE: [EMAIL PROTECTED] using 127.0.0.2 for ServerName?

2005-12-22 Thread Ron Larson
Arthur, I tried entering the code you wrote and unfortunately it didn't work. Could you please input your code in the enclosed httpd.conf Thank you Ron --- Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Hi Ron, I may be the wrong guy to ask since I just started playing with >

RE: [EMAIL PROTECTED] using 127.0.0.2 for ServerName?

2005-12-21 Thread Ron Larson
Thanks buddy... I really appreciate your help. Ron --- Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Hi Ron, I may be the wrong guy to ask since I just started playing with > Apache a week ago... The apache website is does an impressive job with > documentation and is an exce

Re: [EMAIL PROTECTED] using 127.0.0.2 for ServerName?

2005-12-21 Thread Ron Larson
Arthur, Could you please write a single name VirtualHost script for hostname is turon-photos.com IP address is 69.110.41.144 I am still confused. Sorry for being so slow Thank you Ron --- Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Hello, (I aplogize if this is not in text mode. I

Re: [EMAIL PROTECTED] using 127.0.0.2 for ServerName?

2005-12-21 Thread Ron Larson
Arthur, Could you please write a single name VirtualHost script for hostname is turon-photos.com IP address is 69.110.41.144 I am still confused. Sorry for being so slow Thank you Ron --- Arthur DiSegna <[EMAIL PROTECTED]> wrote: > Hello, (I aplogize if this is not in text mode. I

RE: [EMAIL PROTECTED] Unable to access networked drives

2005-12-14 Thread Ron Lisle
Thanks for the help.  My problem was just a beginner mistake.  The "net use ..." commands were not run for the service logon (profile issue?). I was able to identify that ClearCase indeed provides URL maps to its views, and used them instead of the disk letter mapping. Thanks for the tips.

RE: [EMAIL PROTECTED] Unable to access networked drives

2005-12-14 Thread Ron Lisle
ECTED] Unable to access networked drives "Ron Lisle" <[EMAIL PROTECTED]> wrote on 13/12/2005 23:23:51:> I've installed Apache on a Windows XP machine running in a Domain.> I am able to create aliases to local drives and they work ok.> When I create an alias to a networke

[EMAIL PROTECTED] Unable to access networked drives

2005-12-13 Thread Ron Lisle
I've installed Apache on a Windows XP machine running in a Domain. I am able to create aliases to local drives and they work ok. When I create an alias to a networked drive, it doesn't appear to work, returning not found (404). The networked drives are visible from the same id/pw that the service i