Re: [users@httpd] prompting for user+passwd for a websocket proxied url

2021-04-23 Thread Hendrik Schmieder
@lbutlr schrieb: On 09 Apr 2021, at 03:08, karrageorgiou giannis wrote: have a ws:// url proxied That's a new one for me, what is ws:// ?? Take a look at https://en.wikipedia.org/wiki/WebSocket Hendrik Schmieder Senior Software Engineer +49 761 15147 13 Jedox Bismarckall

Re: [users@httpd] Apache file and characters accented

2020-02-28 Thread Hendrik Schmieder
] proxy_util.c(2171): AH00943: HTTP: has released connection for (example-tests.fr) [snip| Anyone have an idea? Does the pdf has a name with accents or are the accents just inside the pdf ? Hendrik www.jedox.com Hendrik Schmieder Senior Software Engineer +49 761 15147 13 Jedox AG

Re: [users@httpd] Continuous content provision.

2020-02-04 Thread Hendrik Schmieder
at this is a very bad idea. with best regards Hendrik Schmieder www.jedox.com Hendrik Schmieder Senior Software Engineer +49 761 15147 13 Jedox AG Bismarckallee 7a 79098Freiburg im Breisgau Germany Executive Board: Florian Winterstein (Chairman), Bernd Eisenblätter ​Supervisory Boar

Re: [users@httpd] Apache Installation

2015-04-14 Thread Hendrik Schmieder
Ethan Rosenberg schrieb: On 04/14/2015 07:29 AM, Richard wrote: Original Message - your ping indicates the reachability/responsiveness of the host, it says nothing about a specific service. - that you got a "404" indicates that the httpd service is running/respondin

Re: [users@httpd] Proxy pass

2015-01-22 Thread Hendrik Schmieder
Chris Arnold schrieb: From: Chris Arnold Sent: Tuesday, January 20, 2015 9:07 PM To: users@httpd.apache.org Subject: RE: [users@httpd] Proxy pass Is there something extra for this to work on Apache 2.4.10? Compared to what previous level? LogLevel r

Re: [users@httpd] How to route the request from apache with custom ports ( 86- http port, 4444-SSL port) to tomcat

2015-01-08 Thread Hendrik Schmieder
Eric Covener schrieb: On Thu, Jan 8, 2015 at 2:37 AM, Sailaja Gadireddy wrote: Now the issue is when I hit the url http://:86 and after providing the credentials, it is redirecting to https://:86 and throwing the below error. That port is either SSL enabled or it isn't, both requests can ne

Re: [users@httpd] PipedLogs and OpenGL

2014-10-29 Thread Hendrik Schmieder
Juan Carvajal B. schrieb: Hello List! I created an app with GUI that gets data from the apache served through the functionality called piped logs . My app works just fine when I launch it from codeblocks or when I start it myself via gui or from

Re: [users@httpd] Apache PHP configuration

2014-10-20 Thread Hendrik Schmieder
Ted Hickox schrieb: I'm trying to connect PHP to Apache. I have Windows 7 Ultimate. I used the thread safe windows binary PHP download. It was the latest download. I then downloaded Notepad ++ and opened PHP.ini. Using Notepad ++ I searched for the word _dir. Once I found it, I found ;exten

Re: [users@httpd] Building Apache 2.4.x on Windows 7 32bit with Visual Studio 2013

2014-07-24 Thread Hendrik Schmieder
Sandeep Thakkar schrieb: Hi I could successfully built httpd-2.4.7 on WIndows 7 32bit with Visual Studio 2010 with the help of few thread in mailing lists. But, now, we want to build it on another Windows 7 32bit machine, where we have Visual STudio 2013 installed. Hence. I just opened Apache.sl

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-31 Thread Hendrik Schmieder
Nallu Naren schrieb: On Thu, Jan 30, 2014 at 2:50 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com>> wrote: Nallu Naren schrieb: On Thu, Jan 30, 2014 at 1:34 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com> <mailto:hendrik.schmieder

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Hendrik Schmieder
Nallu Naren schrieb: On Thu, Jan 30, 2014 at 1:34 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com>> wrote: Nallu Naren schrieb: On Wed, Jan 29, 2014 at 6:29 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com> <mailto:hendrik.schmieder

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-30 Thread Hendrik Schmieder
Nallu Naren schrieb: On Wed, Jan 29, 2014 at 6:29 PM, Hendrik Schmieder mailto:hendrik.schmie...@jedox.com>> wrote: Nallu Naren schrieb: Hi Team, I've written my own module for Apache 2.2 compiled with 2.2.16 (includes and libs)and it is working

Re: [users@httpd] Windows- 'apr_sockaddr_t::sin6' uses undefined struct 'sockaddr_in6'

2014-01-29 Thread Hendrik Schmieder
Nallu Naren schrieb: Hi Team, I've written my own module for Apache 2.2 compiled with 2.2.16 (includes and libs)and it is working as expected and now I've upgrade to 2.4.7 by recompiling my code with 2.4.7(includes and libs) which I've downloaded from http://www.apachehaus.com/cgi-bin/download.p

Re: [users@httpd] Multiple choices

2014-01-23 Thread Hendrik Schmieder
Small correction: You can read it, but you don't understand it, because it is written in brazilian-portugese. Hendrik Walter H. schrieb: Hello, not here, normal access to this PDF as expected ...; the only fact: I can't read it - of course its in an unknown language ... Walter On 22.01.20

Re: [users@httpd] Command line build of httpd-2.4.6 on Windows

2013-11-25 Thread Hendrik Schmieder
Sandeep Thakkar schrieb: On Tuesday, November 26, 2013 12:54 PM, Hendrik Schmieder wrote: Eric Covener schrieb: >> 'msdev' is not recognized as an internal or external command,^M >> operable program or batch file.^M > > Find msdev.exe and put it in your PATH

Re: [users@httpd] Command line build of httpd-2.4.6 on Windows

2013-11-25 Thread Hendrik Schmieder
Eric Covener schrieb: 'msdev' is not recognized as an internal or external command,^M operable program or batch file.^M Find msdev.exe and put it in your PATH? Or use 'Visual Studio Command Prompt'. Hendrik - To unsubsc

Re: [users@httpd] Apache 2.2.16 stops running on a Windows 2008 R2 server, 2.4 install won't run

2013-11-15 Thread Hendrik Schmieder
Steven Miller schrieb: *From:* Jeff Trawick [mailto:traw...@gmail.com] *Sent:* Thursday, November 14, 2013 1:28 PM *To:* users@httpd.apache.org *Subject:* Re: [users@httpd] Apache 2.2.16 stops running on a Windows 2008 R2 server, 2.4 install won't run On Thu, Nov 14, 2013 at 4:13 PM, Steven Mill

Re: [users@httpd] Handling of picture sizing / clipping

2013-09-17 Thread Hendrik Schmieder
georg chambert schrieb: I have made a page where i have several frames with pictures displayed in each (the src= directive in the FRAME element used to point to .jpg file ) however I have a problem, the pictures get truncated/clipped on some browsers/machines out there, I think I have concluded o

Re: [users@httpd] Form problem with non-ascii characters (æ or ß)

2013-06-26 Thread Hendrik Schmieder
Jim Albert schrieb: On 6/25/2013 1:34 PM, Pi Dizayn wrote: Dear Apaches :) , I'm moving a website to another server. In the new server when I submit a form with æ or ß the browser says "The connection was reset". This never happened before. The OS is CentOS. PHP or CGI forms are the same. Di

Re: [users@httpd] ldap & authnz_ldap modules

2013-06-19 Thread Hendrik Schmieder
ysrini schrieb: Hi, On Red Hat EL 5 : $ rpm -qa openldap openldap-2.3.43-25.el5_8.1 openldap-2.3.43-25.el5_8.1 $ rpm -ql openldap /etc/openldap /etc/openldap/cacerts /etc/openldap/ldap.conf /usr/lib64/liblber-2.3.so.0 /usr/lib64/liblber-2.3.so.0.2.31 /usr/lib64/libldap-2.3.so.0 /usr/lib64/libld

Re: [users@httpd] PHP list issues

2013-03-07 Thread Hendrik Schmieder
georg schrieb: Hi, have a problem getting a picture stored and retreived by ODBC in PHP to get rendered, it comes as a golliable flush of nonsens characters anyone has a clue, or a deferral to a good PHP forum tnx http://www.php.net/mailing-lists.php ---

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

2013-02-07 Thread Hendrik Schmieder
Riccardo Cohen schrieb: On 07/02/13 16:50, Yehuda Katz wrote: On Tue, Feb 5, 2013 at 3:32 PM, Riccardo Cohen mailto:r.co...@realty-property.com>> wrote: Example : the catalog is at url : http://www.perspectives-__musicales.org/en/all-albums

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

2012-12-10 Thread Hendrik Schmieder
georg schrieb: - Original Message - *From:* Darryle Steplight *To:* users@httpd.apache.org *Sent:* Sunday, December 09, 2012 9:10 PM *Subject:* Re: [users@httpd] PHP wont dance with Apache Hi Georg,

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
Aborted (6) So I thought that libgcc_s.so.1 isn't found by apache process. I would do a strace on apache, but maybe someone else has a easier idea. Hendrik Fei Ren schrieb: So what is the real problem? :-( On Thu, Nov 29, 2012 at 12:54 AM, Hendrik Schmieder wrote: Sorry, can't s

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
gcc_s.so.1 I'm using Ubuntu 12.04. Thanks, Felina On Thu, Nov 29, 2012 at 12:41 AM, Hendrik Schmieder wrote: locate libgcc_s.so.1 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands,

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
Fei Ren schrieb: On Thu, Nov 29, 2012 at 12:17 AM, Hendrik Schmieder wrote: Fei Ren schrieb: On Wed, Nov 28, 2012 at 11:58 PM, Hendrik Schmieder wrote: Fei Ren schrieb: Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-29 Thread Hendrik Schmieder
Fei Ren schrieb: On Wed, Nov 28, 2012 at 11:58 PM, Hendrik Schmieder wrote: Fei Ren schrieb: Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out: libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be

Re: [users@httpd] [HELP] Apache HTTPD fails to start while bumping up error messages

2012-11-28 Thread Hendrik Schmieder
Fei Ren schrieb: Hi, guru, When I tries to start my Apache HTTPD Web server, it fails with the following log message bumped out: libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_cancel to work libgcc_s.so.1 must be installed for pthread_canc

Re: [users@httpd] php libraries

2012-11-07 Thread Hendrik Schmieder
Norman Fournier schrieb: Hello, I am upgrading my php from 4 to 5 on OSX 10.4. The upgrade docs pointed me to the Apache UNIX install guide. I uncommented the appropriate sections of httpd.conf but php 4x is returned with phpinfo.php. My question is where do I put the php 5 files in the OSX h

Re: [users@httpd] New PHP user requests your assistance.

2012-10-24 Thread Hendrik Schmieder
Wes Smith schrieb: I am receiving NOTICES when I run a script like this one: Welcome $_POST[user]!"; echo "Your product choices are:"; if (!empty($_POST[products])) { echo ""; foreach ($_POST[products] as $Value) { echo"$value"; } echo ""; } ?> As already told you, thi

[users@httpd] mod_auth_sspi and post request on Windows XP

2012-06-12 Thread Hendrik Schmieder
This is on Windows XP using IE 8.0.6001.18702 and and Apache/2.2.16 (Win32) mod_auth_sspi/1.0.5-beta mod_ssl/2.2.16 OpenSSL/0.9.8o Has anybody any ideas ? with best regards Hendrik Schmieder - To unsubscribe, e-mail: user

Re: [users@httpd] LD_LIBRARY_PATH issue in 2.2.22 and earlier

2012-05-25 Thread Hendrik Schmieder
John Iliffe schrieb: On Thursday 24 May 2012 13:05:10 Luke Lozier wrote: One of the PCI scanning companies is demanding an upgrade to 2.4.2 due to the issues described in this CVE: Changes with Apache 2.2.23 *) SECURITY: CVE-2012-0883 (cve.mitre.org) envvars: Fix insecure handling of

Re: [users@httpd] mod_dav, XP-File Explorer and ErrorDocument 404

2012-01-23 Thread Hendrik Schmieder
Michael Renner schrieb: Moin, I observe a strange behavior between my webdav server with apache 2.2.21 and the MS file explorer from Windows XP. Under normal circumstances an upload works in 2 steps: The file explorer checks (HEAD) if there is already a file with the same name. The apache give

Re: [users@httpd] web site unaccesible online

2011-10-18 Thread Hendrik Schmieder
Bill Miller schrieb: I'm new to web servers so this is all "greek" to me. My web site works ok from the computer I have the server on, but when I inquire on my domain (www.thepictureshow.net ) from a computer away from home or on my other computer on the home network it just times out because

[users@httpd] chrooted Apache

2011-05-04 Thread Hendrik Schmieder
Hello, I have build on Debian 6.0 Apache 2.2.17 and also build cage with all needed files. If I transfer this cage to a current 64bit Centos and try to start the Apache in this cache via chroot (chroot . ./usr/local/apache2/httpd ) I get the error message Invalid argument: alloc_listener:

Re: [users@httpd] problem loading mod_php

2011-03-11 Thread Hendrik Schmieder
Dave Dyer schrieb: Versions: Windows 7, Apache 2.2.17, PHP 5.3.5 If I start httpd as a console app, everything works correctly. If I start as a service, the php module fails to load.Messages and actual behavior suggest that the path is being treated strangely. Here are the relevant lines f

Re: [users@httpd] 64 Bit Apache httpd on Solaris

2011-02-11 Thread Hendrik Schmieder
kevin.frisw...@callista.com.au schrieb: From: "William A. Rowe Jr." To: users@httpd.apache.org Date: 08/02/2011 11:25 AM Subject: Re: [users@httpd] 64 Bit Apache httpd on Solaris On 2/7/2011 6:19 PM, kevin.frisw...@calli

Re: [users@httpd] problem with extra numbers after %h hostname/ip address in access_log

2011-02-11 Thread Hendrik Schmieder
Randy Tejas schrieb: *From:* Igor Galić *To:* users@httpd.apache.org *Sent:* Sat, January 29, 2011 6:39:18 AM *Subject:* Re: [users@httpd] problem with extra numbers after %h hostname/ip address in access_log - "Randy Tejas" mailto:randyte...@yahoo.com>> wrote: > Sorry I do not have cont

Re: [us...@httpd] SQL Server authentication

2011-01-11 Thread Hendrik Schmieder
Mark H. Wood schrieb: On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote: On 01/11/2011 04:18 PM, Paolo DiCanio wrote: The example on that page is for MySql. Unfortunately when using SQL Server, the configuration is more complicated, because you can't simply configure DB

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Hendrik Schmieder
Rainer Jung schrieb: Sorry, I meant: CONNECT 192.168.2.234: HTTP/1.1 (no path) Regards, Rainer OK, I hope I get it know: I make the following sequence: CONNECT http://192.168.2.234: HTTP/1.1 wait for response if response.statuscode == 200 send GET http://192.168.2.234:777

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Hendrik Schmieder
Rainer Jung schrieb: On 18.10.2010 11:17, Hendrik Schmieder wrote: Joost de Heer schrieb: On 10/18/2010 11:03 AM, Hendrik Schmieder wrote: Hello, with http over a proxy (like Apache mod_proxy) I send something like GET http://192.168.2.234:/server/info HTTP/1.1 Content-Length: 0 Host

Re: [us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Hendrik Schmieder
Joost de Heer schrieb: On 10/18/2010 11:03 AM, Hendrik Schmieder wrote: Hello, with http over a proxy (like Apache mod_proxy) I send something like GET http://192.168.2.234:/server/info HTTP/1.1 Content-Length: 0 Host: 192.168.2.234: Connection: Keep-Alive Accept-Encoding: identity

[us...@httpd] HTTPS over mod_proxy

2010-10-18 Thread Hendrik Schmieder
Hello, with http over a proxy (like Apache mod_proxy) I send something like GET http://192.168.2.234:/server/info HTTP/1.1 Content-Length: 0 Host: 192.168.2.234: Connection: Keep-Alive Accept-Encoding: identity, *;q=0 But I'm not sure what to send in case of HTTPS over proxy. The sa

Re: [us...@httpd] 500 internal server error running php application

2010-09-03 Thread Hendrik Schmieder
Eric Covener schrieb: On Fri, Sep 3, 2010 at 9:31 AM, chris h wrote: Does a failed PHP script not show a PHP error as well as send a 500 response code? White Screen Of Death, one of PHP's specialties. It is produced when an error has occurred in a PHP script and the error

Re: [us...@httpd] Intermittent crashing web server service

2010-09-03 Thread Hendrik Schmieder
Tom Evans schrieb: 2) That Apache 1.3 runs on windows at all is a minor miracle, it was not designed to. You really should not be using 1.3 on windows Just for the record: At least the lattter version of Apache 1.3 run well on Windows 2000 and Windows XP. Newer testet it with Windows 7.

Re: [us...@httpd] Perl script are not running on Apache 2.2.15 / mod_fcgid Win32

2010-08-23 Thread Hendrik Schmieder
Roey Almog r...@gmail.com schrieb: Hi, I have installed apache 2.2.15 with mod_fcgid on Windows XP SP3 and tried the perl example script in the mod_fcgid reference page but it is not working I get this in error log [Thu Jul 29 11:26:07 2010] [warn] [client 127.0.0.1] (OS 109)The pipe has been

Re: [us...@httpd] apxs: not found

2010-05-05 Thread Hendrik Schmieder
Tapan Maheshwari schrieb: YES, i am executing this command from this directory: /usr/local/apache2/bin where apxs is present. again, apxs is not a binary, this is a text file Thanks, What is the output of ls -l /usr/local/apache2/bin/apxs ? Hendrik ---

Re: [us...@httpd] Apache module that enables ActiveX

2010-04-22 Thread Hendrik Schmieder
Mauri schrieb: Eric, I'm very sorry for the new thread but I'm no able to reply to original thread. As per the previous mail, I have this error, always! (by 2 days): "Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provid

Re: [us...@httpd] Re: large amount of R in server-status

2010-03-12 Thread Hendrik Schmieder
Dietmar Müller schrieb: Hi, I use since long time the apache in version 2.0 on windows 2000 (SP4). Since 4 weeks I can see (some times per day) many R in server-status. Sometimes so much that the server run full and stop working because all threads are used. I search in web and generally

[us...@httpd] mod_fcgid and internal error

2009-11-30 Thread Hendrik Schmieder
Hello, I have an internal error problem with mod_fcgid and a php script. After about 40 seconds I get a 500 error although I set all timeouts for mod_fcgid higher (at least the one I could find). in apache error log I get [Mon Nov 30 14:12:18 2009] [notice] mod_fcgid: call C:/Programme/Jedox/

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-27 Thread Hendrik Schmieder
William A. Rowe Jr. schrieb: Peter Schober wrote: * Hendrik Schmieder [2009-11-19 12:53]: Is mod_fcgid stable enough for production usage ? "Yes" agreed [1] [1] there is an issue handling large POST bodies in 2.3.4, you may wish to stay with 2.3.1 (not recommended though), or

Re: [us...@httpd] CGI Apache Directive: LimitRequestLine

2009-11-25 Thread Hendrik Schmieder
Nick Kew schrieb: On 25 Nov 2009, at 10:18, Martucci, Andy wrote: I've been reliably informed that 8190 bytes is the maximum size available for the get method and anything over this should be done using the post method. IIRC the HTTP spec limits it to 2kb, so you can't rely on any agent (ser

Re: [us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread Hendrik Schmieder
Eric Covener schrieb: On Thu, Nov 19, 2009 at 5:57 AM, Hendrik Schmieder wrote: Hello, can somebody tell why mod_fcgid is not part of the apache distribution ? mod_fcgid was maintained by a third party until relatively recently, and just recently being worked on inside of Apache as a sub

[us...@httpd] apache 2.2 and mod_fcgid

2009-11-19 Thread Hendrik Schmieder
Hello, can somebody tell why mod_fcgid is not part of the apache distribution ? tia Hendrik - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more