Re: [users@httpd] Authentication in Location blocks for reverse proxy seems to take precedence in routes

2024-06-14 Thread M Foster
Ah, that works! Great suggestion. I've never encountered this behavior before because previous iterations had the backends for each ProxyPass directive pointing to the same (Docker) host. Thank you so much! On Fri, Jun 14, 2024 at 12:25 PM Daniel Gruno wrote: > On 6/14/24 12:41, M Fost

[users@httpd] Re: Authentication in Location blocks for reverse proxy seems to take precedence in routes

2024-06-14 Thread M Foster
I forgot to add I'm using Docker image http:2.4.59. On Fri, Jun 14, 2024 at 11:41 AM M Foster wrote: > Hello, > > I'm struggling a bit with an issue when using Apache as a reverse proxy > when needing to use differing Authentication. I've searched for a couple

[users@httpd] Authentication in Location blocks for reverse proxy seems to take precedence in routes

2024-06-14 Thread M Foster
Hello, I'm struggling a bit with an issue when using Apache as a reverse proxy when needing to use differing Authentication. I've searched for a couple of days now, but nothing matching what I'm seeing has come up. The scenario is that I am using Apache as a reverse proxy, but sending a sub-path

[users@httpd] OpenSSL 1.1.1o in Apache http

2022-05-19 Thread Moore, Douglas M.
Hi, Does anyone know if OpenSSL 1.1.1o is being used for the next build of Apache http? Thanks, DOUG MOORE Senior Systems Engineer [Logo_versions-01 - Copy] 230 North Main Street, Dayton, OH 45402 937.224.3300 | CareSource.com p: 937.531.2033 | c: 937.516.5171 douglas.mo...@caresource.co

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-12 Thread Jack M. Nilles
Thanks, Martin, Great advice! I have two virtual hosts. The certificate and key match on one of them but not on the other. The mismatched one is much less important so I guess I'll de-ssl it until I trace down the mismatch and redo the certificate/key. Thanks again, Jack

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-11 Thread Jack M. Nilles
just comment out the and lines in ssl-global.conf, leaving the SSLSessioncache line as is? And why did this glitch just happen recently? > On 11 Jul 2020, at 10:34, Jack M. Nilles wrote: > > I set the error level to debug in vhosts.conf, tried a restart and got this > from yester

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-11 Thread Jack M. Nilles
: Init: Session Cache is not configured [hint: SSLSessionCache] [Fri Jul 10 09:47:37.909108 2020] [:emerg] [pid 7681] AH00020: Configuration Failed, exiting AH00016: Configuration Failed > On 11 Jul 2020, at 7:52, Jack M. Nilles wrote: > > The /var/log/apache2/error_log simply lists

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-11 Thread Jack M. Nilles
The /var/log/apache2/error_log simply lists a set of Configuration Failed lines. apachectl configtest produces Syntax OK What file should I change to set the debug level? > On 11 Jul 2020, at 7:08, Jack M. Nilles wrote: > > If I use: openssl x509 -noout -text -in WWW.SITENAM

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-11 Thread Jack M. Nilles
1/2020 6:10 AM, Holger Schramm wrote: >> Am 11.07.20 um 00:32 schrieb Jack M. Nilles: >>> The apache error logs all quit at the point just before I restarted it. >>> User and group permissions for the SSL files are all root, as before. >>> >>> Jack >&

Re: [users@httpd] Failure to start apache2 after SSL cert update.

2020-07-10 Thread Jack M. Nilles
The apache error logs all quit at the point just before I restarted it. User and group permissions for the SSL files are all root, as before. Jack > On 10 Jul 2020, at 15:00, Antony Stone > wrote: > > On Friday 10 July 2020 at 23:54:05, Jack M. Nilles wrote: > >> I

[users@httpd] Failure to start apache2 after SSL cert update.

2020-07-10 Thread Jack M. Nilles
I recently updated two virtual servers with new SSL certificates, restarted apache and got a failure to load. Here is a diagnostic: systemctl status apache2.service ● apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled; vendor preset: dis

Re: [users@httpd] Access from Internet to web app

2020-04-20 Thread Jack M. Nilles
For starters, all your entries >/Directory> should read > On 20 Apr 2020, at 9:43, > wrote: > > Hi team, <> > > I need to access to a web app from the local network and from > internet (GLPI) > > I use linuxlite =ubuntu 18.04 and Apache 2 with SSL > certi

[users@httpd] Setting Directive ServerName in VirtualHost to the full qualified domain of the request

2019-02-27 Thread Jakob M
Hello together, I need a little bit help setting up my apache to support a dynamic ServerName. Use-Case: I have a DNS server which forwards all requests *.server.de to my apache. This leads to these 3 example domains (In fact we talk about 600-800 Subdomains): - subomain1.server.de - subomain2.s

Re: [users@httpd] Configuring redirects from http to https

2018-12-03 Thread Jack M. Nilles
I quickly discovered that when a test of host2 returned the host1 index page. So I changed the second VirtualHost address to be the same as host1 (aaa.bbb.ccc.ddd:80). That seems to have solved the problem. So now the actually working *.conf is as follows (as a template?): Listen 80 # Listen 4

Re: [users@httpd] Configuring redirects from http to https

2018-12-02 Thread Jack M. Nilles
I just added a Listen 80 line at the top of my config file, changed both

Re: [users@httpd] Configuring redirects from http to https

2018-12-01 Thread Jack M. Nilles
server and port 80 should be open -- but clearly isn't. So I tried 'nc -l 80' to force the port open; it hung. I have exhausted my linux expertise. > On 1 Dec 2018, at 8:47, Jack M. Nilles wrote: > > Good point. I will add logging to port

Re: [users@httpd] Configuring redirects from http to https

2018-12-01 Thread Jack M. Nilles
Good point. I will add logging to port 80 and see what happens. - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Jack M. Nilles
config seems correct, > which is weird > > On Fri, 30 Nov 2018 at 21:17 Jack M. Nilles <mailto:jnil...@jala.com>> wrote: > I have an access log and an error log. The error log doesn't show much for > today. The access log is full of entries from those who have used t

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Jack M. Nilles
I have an access log and an error log. The error log doesn't show much for today. The access log is full of entries from those who have used the https address. What should I be looking for to detect the http failures? - To uns

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Jack M. Nilles
The interchange also had no effect. Nor did changing the line to: RedirectPermanent / https://www.host1.com <https://www.host1.com/> > On 30 Nov 2018, at 13:52, Jack M. Nilles wrote: > > This doesn't work for me either with or without the trailing slash. I'll try >

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Jack M. Nilles
> ServerName www.abc.com <http://www.abc.com/> > ServerAlias abc.com <http://abc.com/> > Redirect 301 / https://www.abc.com/ <https://www.abc.com/> > > > -- > Jeff Cox > j...@jeffpcox.com <mailto:j...@jeffpcox.com> > > > &g

Re: [users@httpd] Configuring redirects from http to https

2018-11-30 Thread Jack M. Nilles
some logs, and maybe more information > about the actual response? the 1xx range isn't supposed to be an error code > in HTTP. > > On Thu, Nov 29, 2018 at 3:25 PM Jack M. Nilles <mailto:jnil...@jala.com>> wrote: > I have the following configuration file cover

Re: [users@httpd] Configuring redirects from http to https

2018-11-29 Thread Jack M. Nilles
The error I mentioned turns out to be a Squid error. I'm beginning to think I'm getting a false alarm from the browser since, if I connect through a different network, I have no problem with the redirects. I'll have to test some more from different locations. So forget it for now, thanks. > On

[users@httpd] Configuring redirects from http to https

2018-11-29 Thread Jack M. Nilles
I have the following configuration file covering two virtual hosts: # http redirect ServerName www.host1.com ServerAlias host1.com *.host1.com Redirect "/" "https://www.host1.com"; ServerName www.host2.com ServerAlias host2.com *.host2.com Redirect / https://www.host2.com # https

Re: [users@httpd] 403 error upon upgrade

2018-10-04 Thread Jack M. Nilles
Eureka!! I found a new or recently revised file: /etc/apache2/listen.conf. That had a pair of listen lines under NameVirtualHost that I commented out. Restarting apache then produced a running server. Thanks, guys, for your patience and help! I will keep your emails in my Whatthehell? folder fo

Re: [users@httpd] 403 error upon upgrade

2018-10-04 Thread Jack M. Nilles
Of course, since Apache isn't running -- failed to start -- why would I get any LISTEN ports? > On 4 Oct 2018, at 11:46, Jack M. Nilles wrote: > > Here's what I get for the first part of that: > > # netstat -napo | egrep "(:80|:443)" > tcp0

Re: [users@httpd] 403 error upon upgrade

2018-10-04 Thread Jack M. Nilles
Here's what I get for the first part of that: # netstat -napo | egrep "(:80|:443)" tcp0 0 1.2.3.4:43160 23.210.206.246:443 ESTABLISHED 1961/(squid-1) off (0.00/0/0) tcp0 0 1.2.3.4:59116 107.14.47.80:80 TIME_WAIT - timewait

Re: [users@httpd] 403 error upon upgrade

2018-10-04 Thread Jack M. Nilles
Here's what I get: # lsof -i:443 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 710 root 245u IPv6 49204 0t0 TCP server.site1.com:52752->central.crashplanpro.com:https (ESTABLISHED) squid 1961 squid 13u IPv4 19134 0t0 TCP server.site1.com 55151->ec2-52-32

Re: [users@httpd] 403 error upon upgrade

2018-10-03 Thread Jack M. Nilles
A few minutes later I get: apache2.service - The Apache Webserver Loaded: loaded (/usr/lib/systemd/system/apache2.service; enabled) Active: failed (Result: exit-code) since Wed 2018-10-03 15:10:27 PDT; 38s ago Process: 5147 ExecStop=/usr/sbin/start_apache2 -DSYSTEMD -DFOREGROUND -k gracef

Re: [users@httpd] 403 error upon upgrade

2018-10-03 Thread Jack M. Nilles
Well, I have now set SuSE's YaST to reconfigure apache2 using the same vhosts.conf file while ensuring that php5 is running. Now apache won't start. I have moved from a 403 error to a site can't be reached error. I get the following output from systemctl status apache2.service: apache2.service

Re: [users@httpd] 403 error upon upgrade

2018-10-03 Thread Jack M. Nilles
I just noticed, upon running 'apache2ctl -S', that the server root is listed as "/srv/www" and the document root as "/srv/www/htdocs" while the actual document roots are elsewhere (such as /home/data/site1/htdocs). I'm assuming that the vhosts.conf file takes care of this linkage. If it doesn't

Re: [users@httpd] 403 error upon upgrade

2018-10-02 Thread Jack M. Nilles
Frank, My main concern is to get apache to run with php at all, never mind scalability issues. So far everything looks fine except that it doesn't work. Maybe somewhere in the bowels of SuSE 42.1 there is an error. Jack - To

Re: [users@httpd] 403 error upon upgrade

2018-10-02 Thread Jack M. Nilles
t; Nowadays, mod_proxy_fcgi and php-fpm is trivial to set up, and allow you to > use a threaded mpm, such as event. > > On Tue, Oct 2, 2018 at 11:21 AM Jack M. Nilles <mailto:jnil...@jala.com>> wrote: > Sure enough, there seems to be no php module loaded: > > Loaded

Re: [users@httpd] 403 error upon upgrade

2018-10-02 Thread Jack M. Nilles
The package manager (YaST) shows php5.5 as installed so it should have php-fpm in its code base. I notice that /etc/php5/apache2/php.ini at present has short_open_tag = Off which might be the clue to its ignoring all the code in these sites that use -- or not. The commented text is a tad amb

Re: [users@httpd] 403 error upon upgrade

2018-10-02 Thread Jack M. Nilles
Sure enough, there seems to be no php module loaded: Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_prefork_module (static) unixd_module (static) systemd_module (static) actions_module (shared) alias_module (shared) auth_basic_module (shared) authn_file_

Re: [users@httpd] 403 error upon upgrade

2018-10-01 Thread Jack M. Nilles
/etc/apache2/conf.d/php5.conf is as follows: SetHandler application/x-httpd-php SetHandler application/x-httpd-php-source DirectoryIndex index.php4 DirectoryIndex index.php5 DirectoryIndex index.php Why this doesn't w

Re: [users@httpd] 403 error upon upgrade

2018-09-30 Thread Jack M. Nilles
I don't have an index.html in that directory -- only index.php. I suppose I could put in an html file that immediately switches to the php page. That site has always worked before with no index.html file. Why not now? - To uns

Re: [users@httpd] 403 error upon upgrade

2018-09-30 Thread Jack M. Nilles
Basically the same as before: [Sun Sep 30 10:29:05.708882 2018] [autoindex:error] [pid 3663] [client 220.181.51.119:50416] AH01276: Cannot serve directory /home/data/site1/htdocs/: No matching DirectoryIndex (index.html,index.html.var) found, and server-generated directory index forbidden by Op

Re: [users@httpd] 403 error upon upgrade

2018-09-29 Thread Jack M. Nilles
I have found another DirectoryIndex directive in /etc/apache2/conf.d/gitweb.conf. Since this is higher up the chain than the vhosts.d directory that might be what's producing the file download behavior. If I omit the DirectoryIndex line and restart apache then I at least just get the 403 error

Re: [users@httpd] 403 error upon upgrade

2018-09-28 Thread Jack M . Nilles
re. If the sole purpose of said .htaccess file is to set up > permalinks, all you need is likely a single FallbackResource in the vhost > context instead. > > Also, set the DirectoryIndex in the vhost context instead. > > On Thu, Sep 27, 2018 at 1:29 PM Jack M. Nilles <mailto:jni

[users@httpd] 403 error upon upgrade

2018-09-27 Thread Jack M. Nilles
Two days ago I upgraded my SUSE server. It serves three websites as virtual sites. All of the sites run php. Upon restarting apache 2.4 I got the following error message: [Wed Sep 26 07:36:55.666104 2018] [autoindex:error] [pid 12345] [client 1.2.3.4:50430] AH01276: Cannot serve directory /webd

[users@httpd] RewriteRules with Prestashop and Drupal

2017-03-01 Thread M A P
Hello, 2 separate needs for 2 web sites... 1) a prestashop 1.6 catalog. The owner asked to change the domain name of the site but wanted to keed the old one for legacy purpose... so www.olddomain.com became www.newdomain.com We did a rewri

Re: [users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread Gary M
Ahh.. ok the interpolation and the service settings will work. I can place the env var in the registry in M$ DS. Perfect guys, thank you so much.. On Fri, Nov 20, 2015 at 3:34 PM, Gary M wrote: > Thanks Chris, > > I'm doing that in linux now.. I wanted to just call httpd.exe in

Re: [users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread Gary M
stopher Schultz < ch...@christopherschultz.net> wrote: > Gary, > > On 11/20/15 4:44 PM, Gary M wrote: > > I'm in a unique configuration dilemma where I need to place the location > > of httpd.conf in a "soft" location. eg the shell environment variable. > > > >

[users@httpd] Is there a shell environment variable to direct httpd to a httpd.conf ?

2015-11-20 Thread Gary M
Hi, I'm in a unique configuration dilemma where I need to place the location of httpd.conf in a "soft" location. eg the shell environment variable. I did look and cannot find the answer. The question: "is there a shell environment variable read by httpd pointing to the conf file ? " This is win

[users@httpd] Configuration conflict between root folder and sub-folder

2015-07-27 Thread Justin M.
Hi dear Apache users, I contact you because I am not that good at configuring Apache, and I am facing a problem that I am not able to solve alone. I am setting up a Debian 8 (Jessie) server on which I wish to have: * access by the svn: protocol * access by the http: protocol * access by a W

Re: [users@httpd]

2015-03-23 Thread Rainer M. Canavan
On Mar 20, 2015, at 21:45 , el kalin wrote: > 60-0 - 0/0/2 . 0.01102281 0 0.0 0.000.00 > 127.0.0.1 my.domain.com:80OPTIONS * HTTP/1.0 > 61-0 - 0/0/1 . 0.00102274 0 0.0 0.000.00 > 127.0.0.1 my.domain.c

Re: [users@httpd]

2015-03-19 Thread Rainer M. Canavan
On Mar 19, 2015, at 01:11 , el kalin wrote: […] > my guess is that the "dummy" connections (since they don't have their own > process attached to them) are there because some of the other processes that > do show in ps ask for those at various stages. is it true? how would i know > which one

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-10 Thread A M
Thanks again Igor. Yesterday I have in fact posted a summary, it is available at this URL: http://mail-archives.apache.org/mod_mbox/httpd-users/201503.mbox/browser On Mon, Mar 9, 2015 at 10:42 PM, Igor Cicimov wrote: > > On 10/03/2015 4:13 AM, "A M" wrote: > > > &g

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends [SOLVED]

2015-03-09 Thread A M
Thanks to the hints provided by Igor Cicimov, I was able to set up the desired configuration. Just in case someone might find it useful, am citing here the full recipe. Cheers - Andy. Given: -- 1. Three public names, "apachefrontend.example.com", "appserver1.example.com " and "appserver

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread A M
ateKeyFile /etc/pki/tls/private/localhost.key ProxyRequests Off ProxyPass / http://appserver2.backend/ ProxyPassReverse / http://appserver2.backend/ On Mon, Mar 9, 2015 at 10:55 AM, Igor Cicimov wrote: > > On 09/03/2015 8:01 PM, "A M" wrote: > >

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-09 Thread A M
ings - Andy. On Mon, Mar 9, 2015 at 5:22 AM, jeffmonte101 . wrote: > Andy, > > What do you see in error logs and proxy logs when you try to bring up the > web server? > > > > On Sun, Mar 8, 2015 at 5:11 PM, A M wrote: > >> >> Hello Igor, and many tha

Re: [users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-08 Thread A M
mov wrote: > > On 08/03/2015 10:01 AM, "A M" wrote: > > > > > > Hello experts, > > > > I am trying to set up a classical frontend HTTPS Apache Reverse Proxy > > for a couple of plain backend HTTP servers sitting on a backend private > > net

[users@httpd] Example Apache reverse proxy configuration for HTTPS frontend and several HTTP backends

2015-03-07 Thread A M
Hello experts, I am trying to set up a classical frontend HTTPS Apache Reverse Proxy for a couple of plain backend HTTP servers sitting on a backend private network. The plaform is Centos 6, the Apache rpm is httpd-2.2.15-39.el6.centos. I first created three DNS entries, all pointing to the same

[users@httpd] Re: Problem on having used the version 2.4

2015-02-19 Thread Juan M. Puertas
I have just found the solution. What changes Apache 2.2 to Apache 2.4 is that it is necessary to include the following directive in the file "apache2.conf": LoadModule cgi_module/usr/lib/apache2/modules/mod_cgi.so Now everything works correctly. Regards. 2015-02-16 19:22 GMT+01

[users@httpd] Problem on having used the version 2.4

2015-02-16 Thread Juan M. Puertas
Hello. When I use the Apache 2.2 version, my python cgi application works well, but when I use the 2.4 version, the Web browser show the source code of my program. The program and all the configuration is the same with 2.4 and 2.2 versions. It's a simple cgi, not mod_sgi application. Thank-you for

Re: [users@httpd] Apache crashes on Qualys Scan

2014-12-05 Thread Rainer M. Canavan
On Dec 5, 2014, at 12:07 , "Kannan Narayanasamy -X (kannanar - HCL TECHNOLOGIES LIMITED at Cisco)" wrote: > Hi Team, > > While scanning the ports using Qualys scanner, Apache process is crashing. > We can add the corresponding port in the exclude list but in customer > scenario is not poss

Re: [users@httpd] Access control with source IP addresses

2014-11-21 Thread Rainer M. Canavan
On Nov 21, 2014, at 08:48 , Bu Xiaobing wrote: > Hi All, > > I want to do the httpd URL access control through visitors' IP addresses as > the following : > > all source IP address can visit ^/action.php?login > and only specified IP addresses can visit ^/action.php?manage > > Anyone can gi

Re: [users@httpd] How to define string list for comparison?

2014-11-03 Thread Rainer M. Canavan
On Nov 2, 2014, at 16:22 , Marco Pizzoli wrote: > I mean; > that looks somewhat dangerous. I haven't checked the Documentation for =~ but I assume that you have to anchor that expression, since you would allow IPs like 231.1.1.145 otherwise. Something like would be better. rainer --

Re: [users@httpd] Denying access for a complicated bugger address

2014-09-30 Thread Rainer M. Canavan
On Sep 30, 2014, at 19:16 , Hans-Georg Scherneck wrote: > My site is bombarded by POST requests from a site identifying itself like > 123.123.123.123.word.word.word.word > A "deny from" instruction with a string trying to match this in .htaccess > does not appear to work (though other abusers w

Re: [users@httpd] OpenSSL Multiple Remote Security Vulnerabilities

2014-09-26 Thread Rainer M. Canavan
On Sep 26, 2014, at 15:33 , "Kannan Narayanasamy -X (kannanar - HCL TECHNOLOGIES LIMITED at Cisco)" wrote: > Anyone share your thoughts on this??? apparently, apache.org hasn't provided any windows binaries for a while. If you need binaries, the usual recommendation here is to head over to apa

Re: [users@httpd] Cookie in HTTP Request Header

2014-09-09 Thread Rainer M. Canavan
On Sep 9, 2014, at 04:01 , vipin kumar wrote: > Thanks Eric. > > can you please share any real network wireshark traces which can show that > cookie can come in between as well. That should not be necessary - the standard does not require any specific order, therefore any well-behaved server

Re: [users@httpd] Business Setup

2014-09-08 Thread Rainer M. Canavan
On Sep 7, 2014, at 04:39 , John Iliffe wrote: > Someone should also bring to his attention that the web site will have to > comply with the PCIA requirements (all several hundred of them!) if he is > planning on taking credit and debit cards. > > This is NOT a trivial undertaking for those sma

Re: [users@httpd] Rewrite and automount question

2014-08-11 Thread Rainer M. Canavan
On Aug 8, 2014, at 17:59 , "Rose, John B" wrote: > mod_userdir does not seem to cause superfluous automounter attempts when an > http request to a non-existent web address, http://website.com/~someuser, is > received > > Is there some way to implement that mechanism with > http://website.com

Re: [users@httpd] Order of applicatoin of sites-enabled configs

2014-08-07 Thread M Busche
first. You can even use ServerName or ServerName in the default vhost. Frank On Wed, Aug 6, 2014 at 11:58 AM, M Busche wrote: Ooops!  Somehow I missed the "in alphabetical order" the first time I read that.  Thanks for making me read that again! > >After playing with this

Re: [users@httpd] Order of applicatoin of sites-enabled configs

2014-08-06 Thread M Busche
yet -- this is all on my test environment -- so don't be befuddled if you don't see my live machine redirecting as I claim here. Thanks, Matt On Wednesday, August 6, 2014 5:08 AM, Eric Covener wrote: On Wed, Aug 6, 2014 at 5:20 AM, M Busche wrote: > Hi, > I notice that the d

[users@httpd] ServerName usage

2014-08-06 Thread M Busche
Hi, If I only have ServerName declarations in the scope of my virtualhost directives, then I get a complaint at startup that apache couldn't figure out what my domain name is.  To make this warning go away, I added another ServerName entry at global scope (in apache2.conf).  But this seems wei

[users@httpd] Order of applicatoin of sites-enabled configs

2014-08-06 Thread M Busche
Hi, I notice that the default virtual host configuration file name is 000-default.conf.  I presume the convention of starting virtual host configuration file names with a three digit number governs the order in which the configurations are applied.  Can someone point me to the apache docs web p

Re: [users@httpd] Re: [users] Re: [users@httpd] LDAP Login Access by Organization Unit

2014-06-17 Thread Rainer M. Canavan
On Jun 17, 2014, at 19:47 , Darly Senecal Baptiste wrote: > Eric: > > To be honest, I got apache from CentOS server, was looking the source code > with not avail. Can you help me you how to pull those source code. Keep in > mind I'm using Apache 2.2.3 > > Regards You want the SRPM for apac

Re: [users@httpd] Segmentation fault in logs

2014-05-23 Thread Rainer M. Canavan
On May 23, 2014, at 11:42 , Hugo Gomes wrote: > Hi Guys, > > I have httpd-2.2.3-85.el5.centos in CentOS release 5.10, i and see all > days, more than 10 times, the error in httpd logs: > > [Thu May 22 01:20:15 2014] [notice] child pid 561 exit signal > Segmentation fault (11) > > >

[users@httpd] Apache 2.4 Proxy Connect - connection reset

2014-04-25 Thread Vladimir-M. Obelic
Hello, I have a working setup with apache 2.2 server acting as a remote proxy. I'm using proxytunnel with two chained proxies: proxytunnel -q -X -p localproxy:8080 -r remoteproxy:443 -d destination:22 I had to apply a patch for SSL to work though: https://issues.apache.org/bugzilla/show_bug.cgi?

Re: [users@httpd] mod ssl

2014-04-14 Thread Rainer M. Canavan
On Apr 14, 2014, at 01:34 , John Iliffe wrote: > The library (found in the OpenSSL installation > directory in the /bin/ subdirectory) must be copied to the SYSTEM's library > directory. Don't do that. Re-Build apache with LDFLAGS=-Wl,-rpath,/path/to/new/openssl You can check if the RPATH

Re: [users@httpd] Re: !!! Urgently need apache 2.4.3 source code Urgent due to heartbleed bug]

2014-04-10 Thread Rainer M. Canavan
On Apr 10, 2014, at 18:30 , katherine.man...@sita.aero wrote: > I've you've built mod_ssl as a DSO, you don't need to recompile apache, you > can just upgrade your openssl (assuming you're already in the 1.0.1 branch) > and restart apache. Even if you have built mod_ssl statically into the

Re: [users@httpd] Apache/2.2.22 - child pid exit signal Bus error (7)

2014-03-17 Thread Rainer M. Canavan
On Mar 15, 2014, at 17:38 , Mark Thom wrote: > Hello, > I'm fighting from few days with "signal Bus error(7)" on my Apache instance, > and i can't figure out what is wrong and what thing is causing this error.. > Thanks in advance for any suggestions what can be wrong! If you don't know what

Re: [users@httpd] cache_disk :

2014-01-24 Thread Rainer M. Canavan
On Jan 24, 2014, at 11:30 , Paul Beckett wrote: > I am seeing the following logged in the apache error log (client IP removed): > > [cache_disk:warn] [pid 26540:tid 139906663675648] (28)No space left on > device: [client xxx.xxx.xxx.xxx:56003] AH00725: could not create header file > /usr/loca

Re: [users@httpd] cookie read/write in module handler

2013-12-11 Thread Rainer M. Canavan
On Dec 11, 2013, at 19:53 , Allasso Travesser wrote: >>> I am attempting to write a cookie, then retrieve it later. I am doing this >>> in a handler, using simple code found from (sparse) information I have >>> gathered from google searches: >>> >>> apr_table_set(r->headers_out, "Set-Cookie"

Re: [users@httpd] Trouble installing renewed SSL certificate

2013-10-25 Thread Rainer M. Canavan
On Oct 25, 2013, at 13:25 , Øyvind Lode wrote: > Hi Harald. > > No. > > I just received the new certificate from Comodo. > > I assume they used the original csr file which I have stored somewhere :) > > I thought I documented what I did to set up the cert but can't for the life > of me find

Re: [users@httpd] Issues building apache httpd-2.4.6-1.x86_64 on SUSE Linux Enterprise Server 11 (x86_64) - Kindly help

2013-09-18 Thread Rainer M. Canavan
On Sep 18, 2013, at 07:53 , Balaji Katika wrote: > > blr-3rd-2-dhcp330:~/apache # rpmbuild -ts httpd-2.4.6.tar.bz2 > error: Failed build dependencies: > apr-devel >= 1.4.0 is needed by httpd-2.4.6-1.x86_64 > apr-util-devel >= 1.4.0 is needed by httpd-2.4.6-1.x86_64 > op

[users@httpd] AH00052: Segmentation fault (11)

2013-06-17 Thread Ezequiel M. Cardinali
Hi, I'm having a problem with apache 2.4. When I do a "apachectl graceful" I start to see in apache error.log this: [Mon Jun 17 16:19:05.69 2013] [core:notice] [pid 20581] AH00052: child pid 1268 exit signal Segmentation fault (11) [Mon Jun 17 16:19:05.80 2013] [core:notice] [pid 20581]

[users@httpd] htaccess priority

2013-04-12 Thread Ezequiel M. Cardinali
Hi Is there any way to priorize one .htaccess file to the others? I need to restrict users from a shared hosting server to change some configurations in the server. I cannot use AllowOverride, because I need to permit to use the Rewrites directives but not SetHandler and this directives are in

[users@httpd] mod_rewrite question

2012-09-25 Thread Ashley M. Kirchner
Hi folks, I'm hoping someone can help me figure this out. We own the domain 'fairviewbands.org' which at the moment is a redirect to our school's page at 'fairviewhs.org/sites/band'. If you visit that page, there are several menu items on the left. All of them (except the Overview and Calendar

RE: [users@httpd] Apache SSL issue.

2012-04-24 Thread M. Lebbink
pache SSL issue. So where are your Listen statements for ports 5001/2? On Apr 24, 2012 7:56 PM, "M. Lebbink" wrote: Gentlepeople, Got the following situation that I can't seem to solve. Would love some suggestions or a faq/link on how to solve this: Running a Ubuntu LAMP with 2

[users@httpd] Apache SSL issue.

2012-04-24 Thread M. Lebbink
/apache2/apache.pem Changing all 443 for 5001 does not do the trick what am I missing here...? If it helps, I run my one DNS forward and reverse working fine and private proxy also working fine. Met vriendelijke groet, Kind regards, M. Lebbink P

Re: [users@httpd] trivial question about webserver

2012-02-10 Thread Dr. Sunil M. Dogra
Hi John, the Ips of CDRSTDU.EDU.IN, TIER-3.CDRSTDU.EDU.IN has changed so that's why its is not working. Now I wanted to make a webpage working if you could suggest how to start working. With Best Regards sunil On Fri, Feb 10, 2012 at 3:59 PM, John Doe wrote: > From: Dr. Sunil

Re: [users@httpd] trivial question about webserver

2012-02-09 Thread Dr. Sunil M. Dogra
Best Regards On Fri, Feb 10, 2012 at 9:57 AM, Jim Albert wrote: > On 2/9/2012 11:16 PM, Dr. Sunil M. Dogra wrote: > >> Hi, >> A trivial question.I would like to make webpage on my own, I have been >> struggling on this for long time. My ISP has changed the IP's gi

[users@httpd] trivial question about webserver

2012-02-09 Thread Dr. Sunil M. Dogra
Hi, A trivial question.I would like to make webpage on my own, I have been struggling on this for long time. My ISP has changed the IP's given to us and now I want proper registration of my domain name. My ISP has given set of IP's range IPs: qqq.aa.zzz.xxx to qqq.aa.zzz.x75 SubNetMask: 255.255

Re: [users@httpd] webserver

2012-01-21 Thread Dr. Sunil M. Dogra
dress of the server. >> >> If they are different (a 99% probability) then fix that. >> >> The other 1% probability might be interesting. >> >> On 21 January 2012 06:46, Frank Gingras wrote: >> >>> >>> >>> On 20/01/12 06:42 AM,

Re: [users@httpd] webserver

2012-01-21 Thread Dr. Sunil M. Dogra
g. > > On 21 January 2012 06:46, Frank Gingras wrote: > >> >> >> On 20/01/12 06:42 AM, Dr. Sunil M. Dogra wrote: >> >>> >>> Hi >>> >>> I am running webserver on Scientific linux 6.1 (64bit) machine in >>> private network

[users@httpd] webserver

2012-01-20 Thread Dr. Sunil M. Dogra
Hi I am running webserver on Scientific linux 6.1 (64bit) machine in private network "http://myserver.edu.in"; I am able to see this page on server but when open on other machines on my private network, it says can't connect to http://server.edu.in because it could not find server. I can ssh t

[users@httpd] What is the "correct way" for starting apache2 as a service in UNIX (Ubuntu)

2012-01-15 Thread Ravindranath M
Dear Apache team and other friends, According to official Apache documentation, the correct way to start httpd is to use apachectl. When I start this way it works. Since I am using Ubuntu, I run it with "sudo" prefix. As a result it starts with root user's privileges. But for another softwa

[users@httpd] Re: Apache 2.2 LocationMatch problem

2011-12-19 Thread Patrick M
> I'm also getting the same issue. I've tried to use many different variations of ... and then using ...to no help. Or dropping entirely or even putting it within the ifmodule. Using JUST doesn't seem to work, it then complains that the weblogicCluster, like error below, doesn't exist. D

Re: [users@httpd] name-server

2011-12-03 Thread Dr. Sunil M. Dogra
hi Lester Caine, my ISP is ernet india and cdrstdu.edu.in is also registered with http://www.registry.ernet.in/ With Best Regards sunil On Sat, Dec 3, 2011 at 5:15 PM, Lester Caine wrote: > Dr. Sunil M. Dogra wrote: > >> I have also registered my domain name (cdrstdu.edu.

Re: [users@httpd] name-server

2011-12-03 Thread Dr. Sunil M. Dogra
ache should serve the contents > of the site. > > -Original Message- > From: Dr. Sunil M. Dogra [mailto:smdo...@gmail.com] > Sent: 3. desember 2011 07:58 > To: users@httpd.apache.org > Subject: [users@httpd] name-server > > Hi > I have Scientific Linux 5.6 (64bit) and ha

[users@httpd] name-server

2011-12-02 Thread Dr. Sunil M. Dogra
Hi I have Scientific Linux 5.6 (64bit) and have installed webserver. when I do service httpd status it shows its running and also when I open the page on same machine it opens the page. I have also registered my domain name (cdrstdu.edu.in) with my registrar. But I still could not open the page.

Re: [users@httpd] Blocking referer problem

2011-11-06 Thread Leonardo M . Ramé
> >From: Yehuda Katz >To: users@httpd.apache.org; Leonardo M. Ramé >Sent: Saturday, October 29, 2011 11:44 PM >Subject: Re: [users@httpd] Blocking referer problem > > >2011/10/29 Leonardo M. Ramé > > >>Knowing this, I found by

[users@httpd] Blocking referer problem

2011-10-29 Thread Leonardo M . Ramé
Hi, I'm trying to block some spam referers to my site I've found by reading my site's httpd-error.log. This an extract of the log file containing the suspicious sites: [Sat Oct 29 14:32:04 2011] [error] [client 207.46.12.118] File does not exist: /usr/local/www/apache22/data/ceciliastrada/galle

[users@httpd] core dump apache with the latest version of mod_qos

2011-09-29 Thread m...@smtp.fakessh.eu
Hello list httpd I have problems in core dump of Apache with the latest version of mod_qos I returned to the depot version of debian that is a lower version the problem seems to be resolved all testimonials are welcome --  http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7  gpg --key

[us...@httpd] dynamic ip blockin

2010-10-08 Thread kalin m
hi all... what's the best and most efficient (performancewise) way to block an ip from access to a vhost based on number of requests per hr/day? thanks... - The official User-To-User support forum of the Apache HTTP Server

[us...@httpd] Could not set LDAP_OPT_X_TLS to LDAP_OPT_X_TLS_HARD

2010-09-23 Thread Minson, John M CIV SPAWARSYSCEN-ATLANTIC, 82370
I am trying to upgrade from http 2.2.10 to 2.2.15 . Httpd comes up and runs but I get [debug] mod_authnz_ldap.c(623): [client 10.19.47.67] auth_ldap authorise: User DN not found, LDAP: ldap_set_option failed. Could not set LDAP_OPT_ X_TLS to LDAP_OPT_X_TLS_HARD When attempting to connect to th

[us...@httpd] weird apache behavior

2010-07-14 Thread Brendan M Wong
Hi all. Our Apache (v2.0) is running on Windows Server 2003 and I'm running into some strange behavior that I can't figure out. I'm currently testing an Alias, and it only seems to work up to a certain point. In my httpd.conf, I've tested the following using the URL http://blah.blah.com/cfide

  1   2   3   >