Re: [users@httpd] apache won't start

2012-10-13 Thread Yehuda Katz
On Sat, Oct 13, 2012 at 3:46 PM, Ben wrote: > * Starting web server apache2 > apache2: Syntax error on line 210 of /etc/apache2/apache2.conf: Syntax > error on line 1 of > /etc/apache2/mods-enabled/osrf_http_translator.load: Cannot load > /usr/lib/apache2/modules/osrf_http_translator.so into serv

Re: [users@httpd] Apache Query- RewriteRule

2012-10-13 Thread Yehuda Katz
On Sat, Oct 13, 2012 at 1:44 PM, vivek aggarwal < vicky007aggar...@yahoo.co.in> wrote: > Hi All, > > I h've observed that i am able to redirect from apache to Tomcat > Application without using "ProxyPass" attribute. > > I just used the following rewrite rule in place of "ProxyPass /abc > ht

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
On Tue, Nov 13, 2012 at 11:12 AM, Lester Caine wrote: > Ben Johnson wrote: > >> You, good sir, would be well-served to install mod_info, which will tell >> you exactly which directives are being applied to which containers. We >> can guess at this all day, but there are a number of reasons for wh

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
On Tue, Nov 13, 2012 at 11:16 AM, Kevin A. McGrail wrote: > This might be helpful in determining the error: > << LINK REMOVED >> > P.S. OK it's not helpful at all but I couldn't resist posting it. The > cuteness overwhelmed me. Next time, resist.

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
I am going to guess that there is a conflict between your rewrite rules and actual directory names. I am guessing that the 403 is generated by directory index not being allowed. When I go to http://evesham.uk.com/wiki/index.php?page=Life+in+Evesham, the page actually shows up (and it also does whe

Re: [users@httpd] 403 Forbidden ...

2012-11-13 Thread Yehuda Katz
On Tue, Nov 13, 2012 at 4:54 PM, Lester Caine wrote: > lines like > RewriteRule ^/?wiki/view/(.+)$ /wiki/index.php?page=$1 [L] > > have been ammended to > > RewriteRule ^/?wiki/view/(.+)$ > /srv/website/eveshamtc.org.uk/**wiki/index.php?page=$1 > [L] > > 'A web-path to a resource' is not us

Re: [users@httpd] Error in accessing the home page

2012-11-29 Thread Yehuda Katz
On Thu, Nov 29, 2012 at 6:57 PM, Alex Chen wrote: > However I have already set ServerRoot to "C:/Program Files/Apache" and > DocumentRoot to 'htdocs", therefore I assume it implies the document root > will be "C:/Program Files/Apache/htdocs", as indicated in your reply, > correct? > > The questi

Re: [users@httpd] Configuration apache

2012-12-03 Thread Yehuda Katz
Then make sure that Drupal is actually installed in /var/www/. Drupal uses a bootstrap file called index.php and your error log shows that it is missing. On Mon, Dec 3, 2012 at 8:34 AM, Antonio Moreno < antonio.mor...@codebusters.es> wrote: > El 03/12/12 13:53, John Doe escribió: > >> From: Anton

Re: [users@httpd] PHP wont dance with Apache

2012-12-09 Thread Yehuda Katz
On Sun, Dec 9, 2012 at 2:59 PM, georg wrote: > I have installed, at least to my own understanding, PHP 4.4.3 as module to > Apache 2.0.5. > I can not find any indication that a version 2.0.5 was released, but it would have been before 2002. Support for PHP 4 has been discontinued since 2007-12-3

Re: [users@httpd] Apache HTTP Server 2.4.x for Windows?

2012-12-16 Thread Yehuda Katz
This arguement has been going on the HTTPD-dev list recently too. Defining some terms should answer your question. Binaries are provided by volunteers who have commit access to the HTTPD project. They are not formally provided by the Apache Software Foundation. There is ongoing discussion on the

Re: [users@httpd] Fwd: Apache plugin malware

2012-12-19 Thread Yehuda Katz
On Wed, Dec 19, 2012 at 6:00 PM, Kevin A. McGrail wrote: > http://arstechnica.com/**security/2012/12/apache-** > plugin-turns-legit-sites-into-**bank-attack-platforms/ > > Annoyingly, the article

Re: [users@httpd] VirtualHost configuration not working as expected with ePages solution

2013-01-03 Thread Yehuda Katz
On Thu, Jan 3, 2013 at 9:01 AM, Tom Frost wrote: > Just to clarify, this is how the conf files look now: > > httpd.conf: > > NameVirtualHost *:80 > > > > DocumentRoot /var/www/html/path/ > ServerName url2.mydomain.com > ServerAlias url2.mydomain.com > > > epages.conf: > > > > ServerName url1.

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Yehuda Katz
On Sun, Jan 6, 2013 at 8:39 AM, Nick Kew wrote: > What is a "sokva"? > NetBSD sysctl -w kern.somaxkva=[sbmax] Set maximum size for all socket buffers together in the system

Re: [users@httpd] Please help Apache Segmentation fault

2013-01-06 Thread Yehuda Katz
On Sun, Jan 6, 2013 at 12:02 PM, Al Zick wrote: > This is what I get from gdb: > > [New process 1] > Core was generated by `httpd'. > Program terminated with signal 11, Segmentation fault. > #0 0xfddf352c in ?? () from /usr/lib/libc.so.12 > (gdb) bt > #0 0xfddf352c in ?? () from /usr/lib/libc.s

Re: [users@httpd] writing modules - missing sources?

2013-01-13 Thread Yehuda Katz
On Sun, Jan 13, 2013 at 6:44 AM, Piotr Suwala wrote: > I've got question for you concerned with writing modules for apache: > How can I start doing it? Where can I find any helpful info for this, > tutorials about configuring enviroment? > I do not have the answer to your specific question, but

Re: [users@httpd] Conflict between Alias, , and RewriteRule hides local directory from Apache httpd?

2013-01-30 Thread Yehuda Katz
On Mon, Jan 28, 2013 at 3:17 AM, Hedley Finger wrote: > When localhost/ledgersmb is entered, an Alias directive and Rewrite Rule > are supposed to return C:\Program_Files\LedgerSMB\login.pl: > > Alias /ledgersmb C:/Program_Files/LedgerSMB/ > > RewriteEngine On > RewriteRule ^/ledgersmb/?$ /led

Re: [users@httpd] Seeking copies of successful Windows httpd.conf and ledgersmb-httpd.conf files

2013-01-30 Thread Yehuda Katz
On Wed, Jan 30, 2013 at 4:53 AM, Hedley Finger wrote: > > I have hit the wall trying to implement LedgerSMB on Windows. First > hurdle is getting Apache htttpd to recognise the C:\Program_Files\LedgerSMB > folder so that the browser can execute and then display > http://localhost/ledgersmb/setup.

Re: [users@httpd] Seeking copies of successful Windows httpd.conf and ledgersmb-httpd.conf files

2013-01-31 Thread Yehuda Katz
On Wed, Jan 30, 2013 at 3:33 PM, Yehuda Katz wrote: > On Wed, Jan 30, 2013 at 4:53 AM, Hedley Finger wrote: > >> >> I have hit the wall trying to implement LedgerSMB on Windows. First >> hurdle is getting Apache htttpd to recognise the C:\Program_Files\LedgerSMB >&

Re: [users@httpd] "Official" apache win32 binaries for 2.2.23

2013-02-01 Thread Yehuda Katz
On Fri, Feb 1, 2013 at 10:20 AM, Michiel Beijen wrote: > On the Apache mirrors there are no Windows binaries for Apache 2.2.23 > available: > http://apache.proserve.nl//httpd/binaries/win32/ > > there are binaries for 2.2.22 (and even for netware 2.2.23!) - is > there a reason behind this? > The

Re: [users@httpd] moving from mod_php to mod_fcgid : rewrite problem

2013-02-07 Thread Yehuda Katz
On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen wrote: > Example : the catalog is at url : http://www.perspectives-** > musicales.org/en/all-albums > This should be transparantly mapped to http://www.perspectives-** > musicales.org/index.php/en/*

Re: [users@httpd] Problem with accessing Document Root (?)

2015-06-07 Thread Yehuda Katz
Ubuntu changed the configuration to require config files end with ".conf". You didn't give the full path, but since you said "In my virtual-sites file", I was guessing that was /etc/apache2/sites-enabled/virtual-sites (or conf.d/virtual-sites) which would need to be renamed in order to be loaded un

Re: [users@httpd] Problem with accessing Document Root (?)

2015-06-07 Thread Yehuda Katz
; > You don't have permission to access / on this server. > -- > Apache/2.4.7 (Ubuntu) Server at www.roissytest.ca Port 80 > > Permissions of the document root are RW RW and R > > Stephenwww.roissy.ca > > On 15-06-07 10:23 AM, Yehuda Katz wrot

Re: [users@httpd] HOW TO APPLY TOMCAT UPGRADE

2015-06-09 Thread Yehuda Katz
On Tue, Jun 9, 2015 at 2:45 PM, Salami Kehinde Rasheed < kennysal...@gmail.com> wrote: > I need step-by-step to make apache-httpd-upgrade-2_2_29, what to download > and how to apply this on production environment(Window Server 2008 and > 2012R2) > > I want to close *Apache HTTPD: mod_status buffer

Re: [users@httpd] how to upgrade httpd apache with existing SSL

2015-06-11 Thread Yehuda Katz
Your SSL certificate is part of your configuration, not part of the server itself. Just make sure you don't overwrite the config files (including where ever the SSL config says that the certificate is stored) and you shouldn't lose the certificate. Sent from a gizmo with a very small keyboard and

Re: [users@httpd] Apache 2.4.12 startup issue on linux server

2015-06-12 Thread Yehuda Katz
You need to find whatever RHEL package supplies libexpat. My RHN Satellite Server says the package is called compat-expat1 and is available in the standard channels. - Y On Fri, Jun 12, 2015 at 3:36 PM, Narne, Balakrishna (IT Consultant) < bna...@consultantemail.com> wrote: > Hi Team, > > > > W

Re: [users@httpd] how to upgrade httpd apache with existing SSL

2015-06-12 Thread Yehuda Katz
24-0309 > www.pscomplete.com > > On Thu, Jun 11, 2015 at 3:45 PM, Yehuda Katz wrote: > >> Your SSL certificate is part of your configuration, not part of the >> server itself. Just make sure you don't overwrite the config files >> (including where ever the SSL con

Re: [users@httpd] Cannot access my webserver any longer

2015-06-26 Thread Yehuda Katz
I have seen this happen when you send an HSTS header. The Chrome error would say that specifically. A workaround would be to install that certificate on your system (with the mmc certificate snap-in) so that it becomes a trusted certificate - trusted site in IE is not enough. - Y On Fri, Jun 26,

Re: [users@httpd] Cannot access my webserver any longer

2015-06-26 Thread Yehuda Katz
gt; Larry Cohen > > On Fri, Jun 26, 2015 at 12:33 PM, Yehuda Katz wrote: > >> I have seen this happen when you send an HSTS header. The Chrome error >> would say that specifically. >> A workaround would be to install that certificate on your system (with >> the mmc c

Re: [users@httpd] Cannot access my webserver any longer

2015-06-26 Thread Yehuda Katz
suming this > is the .crt files in httpd/conf/ssl.crt. > > Thanks, > > Larry > > On Fri, Jun 26, 2015 at 1:16 PM, Yehuda Katz wrote: > >> When Chrome does not show the coninue option, it usually has an >> additional error message where the button would be t

Re: [users@httpd] Security question

2015-07-02 Thread Yehuda Katz
It is an attempt to exploit a specific configuration. By the fact that apache returned a 404 (the log line says so), you can see that attempt was not successful. - Y Sent from a gizmo with a very small keyboard and hyperactive autocorrect. On Jul 2, 2015 8:00 AM, "Victor Sterpu" wrote: > Hello

Re: [users@httpd] Alias /doc/ "/usr/share/doc/"

2015-07-19 Thread Yehuda Katz
The allow statement only lets you view the docs from localhost, which explains the 403 (you should see that in your error log). You can safely remove those. - Y On Sunday, July 19, 2015, John Fisher GM wrote: > We're running Apache 2.2 on Debian 7 wheezy. We have approximately 24 > virtual host

Re: [users@httpd] ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

2015-07-19 Thread Yehuda Katz
This is only useful if you have scripts in /usr/lib/cgi-bin that you actually use. Look in that directory and see if anything there looks familiar. If not, you can remove that safely too. - Y On Sun, Jul 19, 2015 at 9:01 PM, John Fisher GM wrote: > A second question... > > Again, running Apache

Re: [users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-20 Thread Yehuda Katz
You haven't shown a need for any proxy configuration at all and you did not include nearly enough configuration, plus you didn't say what wiki package you are running. How about posting more of your config, including the vhost and actual fpm or mod_php config? Sent from a gizmo with a very small

Re: [users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-22 Thread Yehuda Katz
Do you need this configuration to be portable to different systems with different modules available? If not, remove all the wrote: > Apologies for the missing info. It is https by the way. Please see below: > > On 21 July 2015 at 00:48, Yehuda Katz wrote: > >> You haven'

Re: [users@httpd] php-fpm and proxy , httpd 2.4.12

2015-07-23 Thread Yehuda Katz
On Thu, Jul 23, 2015 at 3:15 PM, MM wrote: > You need to choose mod_php or fpm. Don't load both. I personally usually >> use mod_php. >> > Is it that with mod_php, httpd runs php in process while fpm delegates to > separate processes? > Correct. - Y

Re: [users@httpd] Request Entity Too Large

2015-07-23 Thread Yehuda Katz
The first thing to check is if it is an HTTPD error or a Tomcat error. You haven't explicitly said this, but I am guessing you are using HTTPD as a reverse proxy. Check the Tomcat logs first. If the 413 shows up there, it is a problem with Tomcat and not with HTTPD. Check the HTTPD error log also

Re: [users@httpd] Fwd: SSI directives not working on page used in ErrorDocument directive

2015-07-23 Thread Yehuda Katz
What mechanism are you using to have SSI work on .html pages? I have no problem getting SSI to work when my page extension is .shtml: This is my very simple test which works perfectly: .htaccess: > Options +Includes > ErrorDocument 404 /error.shtml error.shtml: > Last modified: Produces:

Re: [users@httpd] Re: Request Entity Too Large

2015-07-24 Thread Yehuda Katz
I am not familiar enough with Tomcat to say for sure. It might also depend on your application. - Y On Fri, Jul 24, 2015 at 10:55 AM, Cohen, Laurence wrote: > Hi Yehuda, > > Am I looking at catalina.out for the 413 error, or some other log on the > Tomcat server? > > Thanks, > > Larry Cohen > >

Re: [users@httpd] Re: Request Entity Too Large

2015-07-24 Thread Yehuda Katz
If you are sure the problem is with nss, you will probably get more help on their mailing list: https://www.redhat.com/mailman/listinfo/mod_nss-list - Y On Fri, Jul 24, 2015 at 1:22 PM, Cohen, Laurence wrote: > It seems that the problem I'm having started when we went to mod_nss from > mod_ssl.

Re: [users@httpd] Running Apache in Single Process Mode for Docker Container?

2015-10-25 Thread Yehuda Katz
You could try starting the service and run "ps auxf | grep apache". This doesn't always give you all the information, but it could help. - Y On Sun, Oct 25, 2015 at 10:26 PM, David Aronchick wrote: > Thank you, this is very helpful! Is there any way to get an output of all > the items on the co

Re: [users@httpd] Sanity Checking mod_rewrite for Apache 2.2 on Ubuntu 12.04

2015-10-26 Thread Yehuda Katz
It also looks from the access log that the request is actually coming with HTTP/1.1: $ sudo tail -1 /var/log/apache2/access.log > 127.0.0.1 - - [25/Oct/2015:18:13:16 +] "GET / HTTP/1.1" 200 402 "-" "curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 libr

Re: [users@httpd] Running Apache in Single Process Mode for Docker Container?

2015-10-26 Thread Yehuda Katz
Unsubscribe: email users-unsubscr...@httpd.apache.org - Y On Mon, Oct 26, 2015 at 11:13 AM, DeLeon, Rose L wrote: > Please do not email me anymore > > > > > > > > *From:* Kurtis Rader [mailto:kra...@skepticism.us] > *Sent:* Monday, October 26, 2015 7:34 AM > *To:* users@httpd.apache.org > *Subj

[users@httpd] How to post to HTTPD Users List

2015-11-15 Thread Yehuda Katz
How to get a reasonable answer to a question on this list: 1. Choose a subject that describes what you want to ask. "Re: confirm subscribe to users@httpd.apache.org" is not a descriptive subject. 2. Ask a question. You are more likely to get a good answer if you have a specific question. Implicit q

Re: [users@httpd] How to post to HTTPD Users List

2015-11-17 Thread Yehuda Katz
e can propose taking the link off the website or replacing it with something else. I actually do think that this document is way too long as a welcome to a new poster. A concise bulleted list might be better. - Y On Mon, Nov 16, 2015 at 8:37 AM, Rich Bowen wrote: > > > On 11/15/2015 12

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
The error log says the configuration that is denying access is in that .htaccess file. Can you post the contents of that file (putting it in a pastebin or gist and sending the link is a good way to avoid losing the formatting in an email). - Y Sent from a device with a very small keyboard and hyp

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
On Sun, Nov 22, 2015 at 10:34 AM, KARANDEEP SINGH DHALIWAL < dhaliwal...@gmail.com> wrote: > httpd.conf = https://gist.github.com/dhaliwaljee/264eddd3958f01925d94 > .htaccess = https://gist.github.com/dhaliwaljee/f263e27bede345a99639 > > On Sun, Nov 22, 2015 at 9:27 AM, Yehuda Ka

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
links but it still not working and having a > same problem. > > In httpd.conf on line 154, LoadModule rewrite_module > modules/mod_rewrite.so is already enabled > > On Sun, Nov 22, 2015 at 11:31 AM, Yehuda Katz wrote: > >> You have AllowOverride set to none and you don

Re: [users@httpd] Fwd: Server Problem

2015-11-22 Thread Yehuda Katz
#x27;t have knowledge about it. I am new here. Could you >> please guide me? what I have to change. >> >> On Sun, Nov 22, 2015 at 12:36 PM, Yehuda Katz wrote: >> >>> Did you change AllowOverride, and add RewriteEngine On anywhere in the >>> config? Otherwis

Re: [users@httpd] RewriteCond to compare file sizes

2015-11-23 Thread Yehuda Katz
I have never used it, but according to the documentation it is available in 2.4. RewriteCond supports expr [1], and expr has a function for filesize [2]. [1] http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#rewritecond [2] http://httpd.apache.org/docs/2.4/expr.html#functions - Y Sent from

Re: [users@httpd] Architecture recommendations, tips, hints and help

2015-11-29 Thread Yehuda Katz
You might want to use CGI or FastCGI rather than an Apache module. You can write CGI in any language, including C or C++ and there are libraries that already implement FastCGI for both languages. There are a few benefits of not using a module - If you update Apache, you may need to make changes to

Re: [users@httpd] apache 2.4 httpd.conf configuration

2015-12-28 Thread Yehuda Katz
Did you have --enable-module=static also? Are other modules compiled in? Check for LoadModule directives in your config to make sure. - Y On Mon, Dec 28, 2015 at 10:23 PM, David Long wrote: > when I start httpd. It failed with following error > "[Mon Dec 28 16:37:03.900984 2015] [core:crit] [p

Re: [users@httpd] apache 2.4 httpd.conf configuration

2015-12-29 Thread Yehuda Katz
in are > > "--enable-unixd" \ > > "--enable-so" \ > > "--enable-proxy" \ > > "--enable-ssl" \ > > "--enable-deflate" \ > > "--enable-rewrite" \ > > "--enable-headers" \ > > "--e

Re: [users@httpd] apache 2.4 httpd.conf configuration

2015-12-29 Thread Yehuda Katz
wrote: > I will try “--enable-module=static” in configure and re-compile. > > Then try httpd again without LoadModule line for unixd. > > > > Thanks > > David Long > > > > *From:* Yehuda Katz [mailto:yeh...@ymkatz.net] > *Sent:* Tuesday, December 29, 2015

Re: [users@httpd] Blocking of users [was: Apache Server Access]

2016-01-11 Thread Yehuda Katz
It's unfortunate that people can't figure out how to unsubscribe from a mailing list that they subscribed to in the first place. >From the website: To unsubscribe, send a messages to *users-unsubscr...@httpd.apache.org* (or, if you are subscribed to the digest version of the list, send to *users-

Re: [users@httpd] Apache stops serving pages

2016-01-11 Thread Yehuda Katz
Are you using a 64-bit version of Apache or a 32-bit version? Where did you download it? I often have issue with the 64-bit Windows builds, so I usually stick to the 32-bit builds from Apache Lounge. - Y On Mon, Jan 11, 2016 at 10:32 PM, Jim Walls wrote: > I asked the question below about my Ap

Re: [users@httpd] Apache serving up default certificate for certain domains

2016-01-16 Thread Yehuda Katz
Maybe the updated openssl doesn't like something about your certificates. Does Apache have any warnings or notices when it starts up? Try running httpd -S which lists all the vhosts Apache has and see if it matches what you expect. You may also see the errors from that command (tested on RHEL 7 -

Re: [users@httpd] Question

2016-01-25 Thread Yehuda Katz
Then this is the wrong place to ask for support. This list is for the Apache HTTPD project and has nothing to do with IIS or PHP. PHP.net has a list of places you can get PHP-specific help: http://php.net/support.php - Y On Mon, Jan 25, 2016 at 3:27 PM, Debra Rozier wrote: > No, this is a php a

Re: [users@httpd] Command line method to get virtual hosts and DocumentRoot?

2016-01-28 Thread Yehuda Katz
The best way I know of to do this is with mod_info and then you have two options: 1. Run "httpd -DDUMP_CONFIG" and parsing the output. This has the downside of not merging or overriding repeated directives. 2. curl (or similar) http://localhost/server-info and parse that output. - Y On Thu, Jan 2

Re: [users@httpd] Newbie

2016-02-07 Thread Yehuda Katz
IBM packages their own version of HTTPD. This might be a good place to start: http://www-03.ibm.com/systems/power/software/i/http/ - Y On Sun, Feb 7, 2016 at 12:08 PM, Rudy wrote: > I know nothing of Apache, but, I wish to setup an older iSeries as a web > server using Apache. My iSeries is

Re: [users@httpd] Support for http return code 451?

2016-02-09 Thread Yehuda Katz
What do you mean by "support"? If you have an application you can already send that header and an error message explaining it. The RFC says: > Responses using this status code SHOULD include an explanation, in the > response body, of the details of the legal demand: the party making it, the > ap

Re: [users@httpd] Second apache as fallback server

2016-02-14 Thread Yehuda Katz
We use three different methods: 1. Content on NFS server 2. Content auto-committing and auto-pulling over git about every 15 minutes 3. Separate database server - with replication for backup. - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Feb 14, 2016 5:28 PM, "

Re: [users@httpd] Second apache as fallback server

2016-02-15 Thread Yehuda Katz
On Mon, Feb 15, 2016 at 9:24 AM, Bob wrote: > The challenge is to maintain unique web server log across the nodes. Any > clue about that ? > Again for pages which send emails, all nodes must have running postfix > with same domain. > I'm also wondering how to do that. > To keep the configuration

Re: [users@httpd] SSI question

2016-02-28 Thread Yehuda Katz
Have you checked the error log? What did you do to require passwords? - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Feb 28, 2016 12:35 PM, "Dave Shaw" wrote: > Greetings-- We're setting up a website on a commercially-hosted server > that supports SSI. The we

Re: [users@httpd] SSI question

2016-02-29 Thread Yehuda Katz
ad no issues. - Y On Mon, Feb 29, 2016 at 10:22 AM, Dave Shaw wrote: > On 2/28/16, Yehuda Katz wrote: > > > Have you checked the error log? > > The error log the commercial service is showing us indicates no errors > > > What did you do to require passwords? > &g

Re: [users@httpd] mod_proxy HTTP/2

2016-03-01 Thread Yehuda Katz
mod_proxy_http doesn't support http2 yet. There is a separate mod_proxy_http2, but I don't think it has been released. It uses a new syntax to force an h2 connection. Dev list discussion: http://marc.info/?l=apache-httpd-dev&m=145495124513617&w=2 - Y Sent from a device with a very small keyboard

Re: [users@httpd]

2016-03-03 Thread Yehuda Katz
Debian includes the files in /etc/apache2/mods-enabled, not mods-available. If mods-enabled/ssl.conf is a symlink to mods-available/ssl.conf, it will be included in apache2.conf. You haven't specified which version of Debian or Apache you use, but in Apache 2.4, the line in apache2.conf looks like

Re: [users@httpd] Apache won't start after install on Unix-like system

2016-03-18 Thread Yehuda Katz
Are you running on mac? A quick Google search shows several possibilities, all homebrew related. http://stackoverflow.com/questions/31036704/starting-apache-httpd-with-homebrew-php55-dyld-library-not-loaded-usr-local - Y On Fri, Mar 18, 2016 at 11:43 AM, Roparzh Hemon wrote: > I get the follow

Re: [users@httpd] Server is going down after too many reloads (graceful)

2016-03-23 Thread Yehuda Katz
You could look at mod_vhost_alias to avoid reboots: http :// httpd.apache.org /docs/2.4/mod/mod_

Re: [users@httpd] Server is going down after too many reloads (graceful)

2016-03-24 Thread Yehuda Katz
a diferant configuration of this > > 2016-03-23 20:40 GMT-03:00 Yehuda Katz : > >> You could look at mod_vhost_alias to avoid reboots: http >> <http://httpd.apache.org/docs/2.4/mod/mod_vhost_alias.html>:// >> <http://httpd.apache.org/docs/2.4/mod/mod_vhost_alias.html> &g

Re: [users@httpd] Installing MySQL Debian Apache2

2016-03-27 Thread Yehuda Katz
You would be better off asking on a MySQL list of forum. This list is for the Apache HTTPD project. This might be a good place to start: https://dev.mysql.com/doc/refman/5.7/en/information-sources.html - Y Sent from a device with a very small keyboard and hyperactive autocorrect. On Mar 27, 2016

Re: [users@httpd] How to debug the PHP component of Apache2

2016-04-11 Thread Yehuda Katz
That documentation only contains modules shipped with HTTPD. mod_php is shipped with PHP. Try the PHP documentation: http://php.net/manual/en/install.php - Y On Mon, Apr 11, 2016 at 12:34 PM, Roparzh Hemon wrote: > On Sun, Apr 10, 2016 at 8:24 PM, Alexandru Duzsardi > wrote: > > php and php m

Re: [users@httpd] issue during installing httpd-2.0.63

2016-04-14 Thread Yehuda Katz
Is there a reason you are building 2.0? The last release was in 2013 and it is likely not secure. For 2.2 or 2.4, have you read this: https://wiki.apache.org/httpd/AIXPlatform - Y Sent from a gizmo with a very small keyboard and hyperactive autocorrect. On Apr 14, 2016 6:21 PM, "Sandeep Acharya"

Re: [users@httpd] issue during installing httpd-2.0.63

2016-04-14 Thread Yehuda Katz
> > regards, > Sandeep > > On Fri, Apr 15, 2016 at 4:08 AM, Yehuda Katz wrote: > >> Is there a reason you are building 2.0? The last release was in 2013 and >> it is likely not secure. >> >> For 2.2 or 2.4, have you read this: >> https://wiki.apache.o

Re: [users@httpd] Server replication

2016-04-17 Thread Yehuda Katz
A configuration management tool (like Puppet, for example) may be a better fit for what you are looking for. I have implemented this solution at a state university - email me off the list if you want specifics. That said, can you be more specific about what you are trying to do? Are you trying to

Re: [users@httpd] Show Alternate Image if Requested Image is Missing

2016-05-03 Thread Yehuda Katz
On Tue, May 3, 2016 at 10:52 AM, Julie Kurpa wrote: > The sketches themselves are JPGs located within a directory on the Linux > server. > If the JPG for a property is found to be missing, I would like to show an > alternate JPG called "no_sketch.jpg". > I've tried a gazillion variations of the

Re: [users@httpd] Show Alternate Image if Requested Image is Missing

2016-05-03 Thread Yehuda Katz
for missing JPGs in the /image/sketches path and having to work with > someone else's configuration. > So I'll try to give the best information I can. > > > Julie Kurpa > Sr. Systems Programmer > 119 W. Indiana Ave > DeLand, FL 32720 > Office: (386) 7

Re: [users@httpd] Show Alternate Image if Requested Image is Missing

2016-05-03 Thread Yehuda Katz
AllowOverride None > Order allow,deny > Allow from all > > > I can create the directory path "/mnt/data/pawebdata/docs/images/sketches" > just to see if the "no_sketch.jpg" shows. But that couldn't be the > permanent solution. > > I will also

Re: [users@httpd] Fwd: old solaris box (but heavily used)

2016-05-20 Thread Yehuda Katz
If you have the correct mod_rewrite.so file available you don't need to compile anything. If you need to make changes to the server configuration, you will need to restart the server process. If you are making the rewrite changes in an htaccess file, you don't need to restart anything (as long as h

Re: [users@httpd] old solaris box (but heavily used)

2016-05-20 Thread Yehuda Katz
Your original email said you were using HTTPD 2.0.63. Your last email says you are using HTTPD 1.3.37. In 1.3 you needed to have mod_so loaded in order to use LoadModule which would require recompiling since you don't already have it. - Y On Fri, May 20, 2016 at 4:20 PM, james pruett wrote: > I

Re: [users@httpd] old solaris box (but heavily used)

2016-05-20 Thread Yehuda Katz
Honestly - since you asked such an open-ended question: since you would have to recompile, upgrade to a more recent version. Is this machine also SunOS 5.10? I think you should be able to go all the way up to 2.4. - Y On Fri, May 20, 2016 at 4:40 PM, james pruett wrote: > so, what would you do?

Re: [users@httpd] Possible DOS Attack

2016-05-21 Thread Yehuda Katz
On Fri, May 20, 2016 at 7:09 PM, Kurtis Rader wrote: > On Fri, May 20, 2016 at 4:00 PM, Roman Gelfand > wrote: > >> Also, what does this mean? >> > >> ::1 - - [20/May/2016:18:26:09 -0400] "OPTIONS * HTTP/1.0" 200 - "-" >> "Apache/2.4.6 (Red Hat Enterprise Linux) PHP/5.4.16 (internal dummy >> con

Re: [users@httpd] Is there a way to return non-200 status when HHVM backend is down?

2016-06-08 Thread Yehuda Katz
If you use mod_rewrite instead of ProxyPass, you can specify it should only proxy for files that don't exist. This is an example from the documentation: RewriteCond "%{REQUEST_FILENAME}" !-f RewriteCond "%{REQUEST_FILENAME}" !-d RewriteRule "^/(.*)" "http://old.example.com/$1"; [P] - Y Sent from

Re: [users@httpd] Is there a way to return non-200 status when HHVM backend is down?

2016-06-08 Thread Yehuda Katz
t 3:35 PM, Yehuda Katz wrote: > >> If you use mod_rewrite instead of ProxyPass, you can specify it should >> only proxy for files that don't exist. This is an example from the >> documentation: >> >> RewriteCond "%{REQUEST_FILENAME}" !-f >> Rewr

Re: [users@httpd] Date Format of Shell Program Changes in Apache

2016-07-01 Thread Yehuda Katz
This is because of the locale settings. I changed the script to show the locale (and to be plain text so the spaces are visible). #!/usr/bin/perl > use strict; > print "content-type: text/plain\n\n"; > print `who`; > print `locale`; Apache shows this: yehuda pts/2Jul 1 17:37 (pool-xx

Re: [users@httpd] Date Format of Shell Program Changes in Apache

2016-07-01 Thread Yehuda Katz
opefully that helps, - Y On Fri, Jul 1, 2016 at 5:50 PM, Yehuda Katz wrote: > This is because of the locale settings. I changed the script to show the > locale (and to be plain text so the spaces are visible). > > #!/usr/bin/perl >> use strict; >> print "content-typ

Re: [users@httpd] Apache listening on UDP ports

2016-07-06 Thread Yehuda Katz
HTTPD as currently released does not support listening on UDP ports. A request like this came up in 2007 ( http://marc.info/?l=apache-httpd-users&m=118950412526067&w=2). At that time, someone came up with patches to make it work, but those haven't been maintained and there is no guarantee they wou

Re: [users@httpd] Syntax checking an alternate configuration file

2016-07-06 Thread Yehuda Katz
That is a change RedHat made to the script - it isn't in the regular distribution. RedHat explicitly discourages using a non-default-location configuration file. Ref: https://access.redhat.com/discussions/1605003 - Y On Wed, Jul 6, 2016 at 12:17 PM, Darryl Philip Baker < darryl.ba...@northwester

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Yehuda Katz
Are you using a 32-bit or 64-bit build? I had a similar problem with the 64-bit build and when I switch to the 32-bit build, it worked fine. - Y On Jul 25, 2016 11:54 AM, "Arthur Ramsey" wrote: > Hello, > > I'm using Apache as a proxy to AJP, HTTP and HTTPS services. I have an > issue with Apa

Re: [users@httpd] Apache 2.4.12+ on Windows x64 stops responding to requests

2016-07-25 Thread Yehuda Katz
Can you try the x86 build? - Y On Mon, Jul 25, 2016 at 12:34 PM, Arthur Ramsey wrote: > I'm using the x64 build. > > > On 07/25/2016 11:33 AM, Yehuda Katz wrote: > > Are you using a 32-bit or 64-bit build? > I had a similar problem with the 64-bit build and when I sw

Re: [users@httpd] 2.4.24 or 2.4.25

2016-07-25 Thread Yehuda Katz
There has been some talk of the next release on the dev@ list, but no specific timeline. - Y On Mon, Jul 25, 2016 at 11:56 PM, Good Guy wrote: > Any ideas when is the next version likely to be released? > > I'm not in a hurry but soon I'll have to setup a new server so if I have > to wait for a

Re: [users@httpd] Apache TomCat 5.5.23 SSL

2016-09-14 Thread Yehuda Katz
Are you using Apache HTTPD or just Tomcat? This list if for HTTPD questions. A better place to ask for help with Tomcat is the Tomcat list: http://tomcat.apache.org/lists.html - Y On Wed, Sep 14, 2016 at 9:02 AM, Pham, Mary (NIH/OD/ORS) [E] < maryp...@mail.nih.gov> wrote: > *Hello EveryOne,* > >

Re: [users@httpd] Query results display problem in Fuseki v2.4.0 web UI

2016-10-19 Thread Yehuda Katz
It looks like you are asking about some other product (maybe Apache Jena?), but not HTTPD. This list is for HTTPD questions. If you are using Jena, try here: https://jena.apache.org/help_and_support/index.html - Y On Wed, Oct 19, 2016 at 10:06 AM, Mahmood Ahmad < mahmood.ah...@telematicus.com> w

Re: [users@httpd] ProxyPass not working?

2016-11-09 Thread Yehuda Katz
Can you confirm you don't have a typo? Your ProxyPass has a slash and the URL you posted has a dot. - Y On Wed, Nov 9, 2016 at 6:46 PM, Lou DeGenaro wrote: > I'm running apache2 and have defined the following: > > lou@HAL9000:/etc/apache2/sites-available$ cat degenaro.com.conf > > ProxyReq

Re: [users@httpd] ProxyPass not working?

2016-11-09 Thread Yehuda Katz
I hit send too fast. Also, Ubuntu/Debian by default load config from /etc/apache2/sites-enabled. You can use a2ensite or just create a symlink from sites-available. - Y On Wed, Nov 9, 2016 at 7:01 PM, Yehuda Katz wrote: > Can you confirm you don't have a typo? Your ProxyPass has a s

Re: [users@httpd] Http sessions seems to get mixed with Apache SSL offload/reverse proxy for Exchange 2013 server

2016-11-29 Thread Yehuda Katz
Your best bet might be mod_dumpio and/or sniffing the traffic on each side of Apache. Posting your Virtual Host and Proxy config might help too. Also, it looks like other people appear to have this working (unless they don't use Mac). For example, I found this config: https://github.com/phr0gz/Apa

Re: [users@httpd] Issue During Cname Switch

2016-12-16 Thread Yehuda Katz
Your question doesn't say whether you are changing the HTTPD configuration or just changing the DNS. Any time you change the HTTPD configuration you need to restart the service. There is no way around that. If that isn't the problem, try describing the steps you take when you make a change. - Y

Re: [users@httpd] How to get notify on new releases

2016-12-23 Thread Yehuda Katz
If you install from your operating systems packages it may be possible to have security updates automatically installed - as long as they are backported by the OS package maintainer. You could probably also set up your own system to build HTTPD and make it available to your systems through their pa

Re: [users@httpd] Why ExpiresByType is ignored when has SetHandler application/x-httpd-php ?

2016-12-27 Thread Yehuda Katz
It might have something to do with the order the modules handle the request. What happens if you tell PHP to set the content type to application/xml? - Y On Tue, Dec 27, 2016 at 3:55 PM, Binyamin <7rai...@inbox.lv> wrote: > בע"ה > > > Why ExpiresByType is ignored when has SetHandler application/

Re: [users@httpd] Query for Apache Server support on Oracle Linux

2016-12-28 Thread Yehuda Katz
Are you looking for commercial support or do you have a specific question? If you need commercial support for Oracle Linux, you probably need to talk to Oracle. If you have a specific question about using HTTPS on Oracle Linux, post more details. - Y Sent from a device with a very small keyboard

Re: [users@httpd] Query for Apache Server support on Oracle Linux

2016-12-28 Thread Yehuda Katz
; server on oracle Linux. Customer will definitely buy oracle support for > oracle linux . Please suggest > > Regards > Pritam > > Get Outlook for iOS <https://aka.ms/o0ukef> > > _ > From: Yehuda Katz > Sent: Wednesday, December 28

<    1   2   3   4   5   >