Re: [users@httpd] Getting XAMPP Apache on Windows 10 to work through local network!

2022-04-06 Thread Jens Kallup
ernal usb hard drive device or a flash stick. That should be enough to know for the first time best regards Jens Kallup Am 06.04.2022 um 16:10 schrieb Frank Gingras: If httpd works on localhost, all you need to do is set up DNS to access it from another computer. Alternatively,

Re: [users@httpd] Re: Serve multiple websites (not sub-domains) from port 80

2022-04-05 Thread Jens Kallup
P <=> Domain Name / Domain IP. Such server have commonly a shadow copy of Your main server. So, if one serve fail, You have a fallback Server still the main Server is working correctly. As third point are Back-Up's, and so on, and so ... Hope this helps Jens Kallup Am 04.04.2022 um 17:34 s

[users@httpd] strange problem with auth. form with apache2.4 under linux

2021-07-07 Thread Jens Kallup
m out of my wisedome, can you help ? Thanks in advice Jens https://imgur.com/q8U9hVn - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Running on Win 10

2021-06-12 Thread Jens Kallup
Hello Michael, first, you should not run httpd.exe on command window. It give the XAMPP Apache and friends package, which is made for using Apache 24, MySQL, PHP, Perl, Tomcat and Mercurial E-Mail Server, and File-Zilla FTP-Server one in one. Jens

[users@httpd] Re: Hosting users pages on a common server in 2021

2021-05-31 Thread Jens Kallup
this helps - HTH Jens Am 31.05.2021 um 12:59 schrieb Alexandre IOOSS: Hello, It seems quite common for organizations to offer Linux servers (often Debian) on which members can host their personal page (often mod_userdir). This approach can have some drawbacks such as running PHP as each user

[users@httpd] time based not working

2021-03-18 Thread Jens Kallup
    RewriteCond %{TIME_HOUR} >=09 [OR]     RewriteCond %{TIME_HOUR} <=10     RewriteRule /pub/.* - [E=HTTP_OFFICE_HEADER:1]     RewriteRule /pub/.* - [E=HTTP_OFFICE_HEADER:0]     RewriteRule ^$ /pub/.* [R=301,L] In PHP: Jens -

[users@httpd] RewriteRule Time settings for sub folders

2021-03-17 Thread Jens Kallup
Hello, I use Apache 2.4.  is it possible to add time based openings in vhost's sub/multiple directories? When yes, how can I do this? Greets, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For addit

Re: [users@httpd] Re: conditionally create a Virtual Host?

2021-01-13 Thread Jens Kallup
not the same disk, and make Backup Your data. This can be done by Your favorite Backup Software or (for cheap) github.com like Software which help You to "save" state's of Your programming process. So it could be possible to &

Re: [users@httpd] How to config Authz form ?

2021-01-04 Thread Jens Kallup
mLogoutLocation    "/logout/index.php"                     Require valid-user                 # --     # logout needs log:out (htpasswd) ...     # --     #             IndexOptions -ShowForbidden         A

Re: [users@httpd] How to config Authz form ?

2021-01-03 Thread Jens Kallup
Hello, I would inform you, that all is done, and working well. Now, I have a simple two-factor authz. greetings, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
] [client fd00::1:60505] AH00027: No authentication done but request not allowed without authentication for /index/mod/. Authentication not configured? Jens Am 02.01.2021 um 17:04 schrieb Eric Covener: ... SetHandler form-login-handler Seems unusual to have this in such a general

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
ct /login.php, ok. But, when I type in browser address bar: https://domain/ all ok, But when https://domain/index/ I get "internal server error" instead unauthz message. Jens Am 02.01.2021 um 17:00 schrieb Eric Covener: Could it be related to no AuthFormLoginRequiredLocation? On Sat

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
uld be fine, becuase: Define APACHE_WEB /real/path/on/disk/to/content it is DocumentRoot in vhost maybe there a mistake ? I have delete all "self sign" cert to this "local" website, and clear browser cache. But same error as before. Jens Am 02.01.2021 um 16:27 schrieb Richard:

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
Hello, I added a picture link, which shows the error message, that comes, when i click "Login". in the decent yellow box: translated: "unknow protocol" https://imgur.com/FYER4Y7 Jens Am 01.01.2021 um 21:27 schrieb Eric Covener: Does your error_log show a crash? AH00051

Re: [users@httpd] How to config Authz form ?

2021-01-02 Thread Jens Kallup
Hello, I added a picture link, which shows the error message, that comes, when i click "Login". in the decent yellow box: translated: "unknow protocol" https://imgur.com/FYER4Y7 Jens - To unsubscribe, e-

Re: [users@httpd] How to config Authz form ?

2021-01-01 Thread Jens Kallup
Hello Eric, i searched the error.log, but can't find text positions with this mark's. Jens Am 01.01.2021 um 21:27 schrieb Eric Covener: Does your error_log show a crash? AH00051 or AH00052? On Fri, Jan 1, 2021 at 2:31 PM Jens Kallup wrote: Hello List, I tried to create a &q

[users@httpd] How to config Authz form ?

2021-01-01 Thread Jens Kallup
ERROR How can I fix that? the files I used as follow: Jens // script.js $(document).ready(function(){ console.log("loggser ok"); });     User-Login                                             <tt>src="/tools/web/js/jquery/base/jquery-min.3.5.1.js"&

[users@httpd] No authentication done but request not allowed without authentication

2020-12-31 Thread Jens Kallup
/index/index.php. Authentication not configured?, referer: https://www.page.net/ Jens ServerName www.page.net  ServerAlias www.page.net *.page.net ServerAdmin ad...@web.de  DocumentRoot "${APACHE_WEB}/443" ErrorLog "${APACHE_LOG}/error.log" Cust

[users@httpd] rewrite in global scope don't hide the extension

2020-12-30 Thread Jens Kallup
Hello, why will be don't hide the externsion php and html ? # - # office time rule ... # from 07:00 - 20:00 # - RewriteCond "%{TIME_HOUR}" ">=20" [OR] RewriteCond "%{TIME_HOUR}" "<07" R

Re: [users@httpd] Need help with Apache PHP issue on OpenWRT Linux

2020-12-30 Thread Jens Kallup
://your.domain/  or https://your.domain:443/ Cheers, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] 2 times user password dialogs - only one would be enough for me

2020-12-29 Thread Jens Kallup
ttps://httpd.apache.org/docs/2.4/mod/mod_auth_form.html And, when I add: SetHandler form-login-handler to the user, and pass input takes no effect, so all is not protected. Thanks In Advice Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] acme-challenge folder exists but 404 contents

2019-01-02 Thread Jens-U. Mozdzen
Hi Jerry, Zitat von Jerry Malcolm : I have an apache install that has been up and running for months.  I use LetEncrypt for certificates.  I went to renew all of my certificates using an automated script that worked fine 3 months ago on the last refresh.  It failed on every domain saying th

Re: [users@httpd] Problem setting up ssl

2018-08-14 Thread Jens-U. Mozdzen
Hi, Zitat von Mahmood Naderan : what's in the logs of your httpd server? Any errors reported during  httpd startup and/or your accesses? When I restart apache2 service, I see these lines in the syslog Aug 13 22:19:36 webshub systemd[1]: Stopping The Apache HTTP Server... Aug 13 22:19:36 webshu

Re: [users@httpd] Problem setting up ssl

2018-08-14 Thread Jens-U. Mozdzen
Hi, Zitat von Mahmood Naderan : what's in the logs of your httpd server? Any errors reported during  httpd startup and/or your accesses? When I restart apache2 service, I see these lines in the syslog Aug 13 22:19:36 webshub systemd[1]: Stopping The Apache HTTP Server... Aug 13 22:19:36 webshu

Re: [users@httpd] Problem setting up ssl

2018-08-13 Thread Jens-U. Mozdzen
Zitat von Mahmood Naderan : Now, when I open https://w.x.y.z in the browser, I get>>>An error occurred during a connection to w.x.y.z. SSL received a record that exceeded the maximum permissible >length. Error code: SSL_ERROR_RX_RECORD_TOO_LONG Excuse me... Isn't there any idea? what'

Re: [users@httpd] websocket header not passing a long with ProxyPass and mod_headers

2018-02-08 Thread Jens-U. Mozdzen
roxypass : "Parameter "upgrade", default "WebSocket": Protocol accepted in the Upgrade header by mod_proxy_wstunnel. See the documentation of this module for more details." So maybe setting "upgrade=websocket" as a ProxyPass parameter might alre

[users@httpd] mod_ssl: problem using a self-compiled OpenSSL installation on a 64-bit Linux system

2017-09-24 Thread Jens Schleusener
I could put /usr/local/sc/lib64 as last entry). Maybe on 64-bit systems a loop at least over "lib" and "lib64" should be done in the according configure script checks. Is that all correct or are there other mechanisms or better solutions existent in order to handle the d

[users@httpd] Re: TLS1.2

2017-05-17 Thread Jens Schleusener
t;, "--tlsv1.1" and "--tlsv1.2" optionally usable in combination with the verbose option "-v". There seems also different Windows binaries available https://curl.haxx.se/download.html but that I have never used. Regards Jens On Wed, May 17, 2017 at 1:30 PM, Aks

[users@httpd] Re: How to customize error responses (while using mod_rewrite)?

2017-05-16 Thread Jens Schleusener
On Mon, 15 May 2017, Jens Schleusener wrote: On Mon, 15 May 2017, Eric Covener wrote: On Mon, May 15, 2017 at 12:32 PM, Jens Schleusener wrote: Ok, in that case one could use the ErrorDocument directive (it works for me principally) but how can one can achieve that that directive is not

[users@httpd] Re: How to customize error responses (while using mod_rewrite)?

2017-05-15 Thread Jens Schleusener
On Mon, 15 May 2017, Eric Covener wrote: On Mon, May 15, 2017 at 12:32 PM, Jens Schleusener wrote: Ok, in that case one could use the ErrorDocument directive (it works for me principally) but how can one can achieve that that directive is not used globally but only specific for the above case

[users@httpd] Re: How to customize error responses (while using mod_rewrite)?

2017-05-15 Thread Jens Schleusener
On Mon, 15 May 2017, Eric Covener wrote: On Mon, May 15, 2017 at 10:46 AM, Jens Schleusener wrote: Unfortunately for the RewriteRule directive for e.g. a Rewrite flag R=4xx instead of R=permanent isn't allowed (only 300-399, why?) so I had considered the usage of the directive but d

[users@httpd] How to customize error responses (while using mod_rewrite)?

2017-05-15 Thread Jens Schleusener
e.g. a Rewrite flag R=4xx instead of R=permanent isn't allowed (only 300-399, why?) so I had considered the usage of the directive but didn't find a working solution. So maybe the only working solution is the detour via an external CGI program. Probably I have someth

[users@httpd] A hint for some CGI users: In httpd-2.4.17 variable REDIRECT_URL is now a full URL

2015-10-14 Thread Schleusener, Jens
#variables seems not yet adapted. Regards Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] help interpreting an Apache 2.2 segmentation fault backtrace. [I]

2015-08-06 Thread Jens-U. Mozdzen
/mod_wl.so [...] Regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-05 Thread Jens-U. Mozdzen
scripting) story, maybe running your script via "set -x" will give you a clue. Regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-04 Thread Jens-U. Mozdzen
where you're trying to do so (which might be an httpd question) Regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Jens-U. Mozdzen
Hi Andy, Zitat von Andy Wang : On 06/03/2015 10:31 AM, Jens-U. Mozdzen wrote: Hi Dirk, Zitat von Dirk Devos : Hi, I am running Redhat 7.1 and apache 2.4 but I am not able to find any documentation on the "/etc/sysconfig/httpd" file. [...] This works. HTTPD_ENV_NAME="devl&

Re: [users@httpd] Documentation for /etc/sysconfig/httpd file

2015-06-03 Thread Jens-U. Mozdzen
_HOSTNAME=${hostname} HTTPD_HOSTNAME=$(hostname) the first an the last line should work (while I prefer the $() version) - what catches the eye is the change in variable names (HTTPD_ENV_NAME vs. HTTPD_HOSTNAME)... Regards, Jens

[users@httpd] CGIDScriptTimeout directive ignored?

2015-01-30 Thread Schleusener, Jens
timeout Additionally two small observations: The syntax GIDScriptTimeout 2 ms wasn't accepted (that is ok, but it may be mentioned that no space is allowed between value and unit) but a time value (tested just for curiosity) like

Re: [users@httpd] Download

2014-07-02 Thread Jens-U. Mozdzen
e server's access log for that request). If you see error messages you cannot make anything of, please include these in your message. With regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.a

Re: [users@httpd] Mailman CGI scripts served instead of executed

2014-07-01 Thread Jens-U. Mozdzen
he php wrapper keeps functioning like it should. Is this a step forward or a step backward? Sideways, I'd say. You now get the programs called, but probably via the wrong interface ;) Regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Client certificate auth behind f5 loadbalancer

2014-06-25 Thread Jens-U. Mozdzen
server is only seeing the plain HTTP traffic - all the SSL "stuff" got stripped at the load balancer. You're so to speak asking to look at the post stamp of a letter, while you only received the content because your mail service already unpacked everything an

Re: [users@httpd] proxy squid and apache

2014-04-16 Thread Jens-U. Mozdzen
x27;s reporting? Squid or Apache httpd? If the former, squid is most probably mis-configured. This then has nothing to do with httpd, either. IOW - if you believe it's httpd's fault, please give more information. Regards, Jens -

Re: [users@httpd] Error :usr/include/unistd.h:1058: error: expected ')' before '[' token

2013-11-15 Thread Jens-U. Mozdzen
top. make: 1254-004 The error code from the last command is 1. Thanks & Regards, Baskaran.V please try this with a copy of XL C for AIX - iirc gcc assumes these macros to be available from glibc, but on AIX (without glibc) these are in libc instead. xlc ought to compile/link Apache's

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-17 Thread Jens-U. Mozdzen
rently referring to the repository http://download.opensuse.org/distribution/11.4/repo/oss/suse That's an openSUSE 11.4 repository - not SLES11SP2. As you can see on the page you mention above, no SLES11 repository (for none of the SPs) is given... only SLE(S|D)10, which won't help yo

Re: [users@httpd] Issue with URL Rewriting

2013-07-09 Thread Jens-U. Mozdzen
o set up mod_rewrite logging (http://httpd.apache.org/docs/2.4/mod/mod_rewrite.html#logging) to verify this... the logging is generally *very* helpful in debugging such problems. Regards, Jens - To unsubscribe, e-

Re: [users@httpd] htpasswd permissions

2013-07-04 Thread Jens-U. Mozdzen
pid,euser,egroup,args|grep httpd Regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Apache virtualhost order deny, allow works only on localhost; ignores public IP for allow

2013-06-25 Thread Jens-U. Mozdzen
address only and no matching servername? You should mock the hostname in your hosts file from the client you test on. Regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Jens-U. Mozdzen
Hi Joydeep, Zitat von Joydeep Bakshi : On 24-May-2013, at 6:23 PM, Jens-Uwe Mozdzen wrote: Hi Joydeep, Zitat von Joydeep Bakshi : On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: Hi Joydeep, Zitat von Joydeep Bakshi : [...] Thanks but without the leading slash it stil

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Jens-Uwe Mozdzen
Hi Joydeep, Zitat von Joydeep Bakshi : On 24-May-2013, at 6:06 PM, "Jens-U. Mozdzen" wrote: Hi Joydeep, Zitat von Joydeep Bakshi : [...] Thanks but without the leading slash it still fails to provide the redirection. Now I have RewriteRule ^ALP33211$ /ALP33211&L=1 [R=30

Re: [users@httpd] .htaccess {QUERY_STRING} and issue with append a value

2013-05-24 Thread Jens-U. Mozdzen
Hi Joydeep, Zitat von Joydeep Bakshi : [...] Thanks but without the leading slash it still fails to provide the redirection. Now I have RewriteRule ^ALP33211$ /ALP33211&L=1 [R=301] what's in mod_rewrite's debug log?

Re: [users@httpd] Failure to start 2.4.4

2013-04-10 Thread Jens-U. Mozdzen
Hi Steven, Zitat von Redalert Commander : Hi Jens, thanks for having a look. 2013/4/10 Jens-U. Mozdzen : Hi Steve, Zitat von Redalert Commander : [...] # cat /var/log/httpd/error_log [Wed Apr 10 12:44:44.796571 2013] [suexec:notice] [pid 23907] AH01232: suEX= EC mechanism enabled

Re: [users@httpd] Failure to start 2.4.4

2013-04-10 Thread Jens-U. Mozdzen
it shouldn't point to "/etc/httpd/logs/authdigest_shm.23908", but more probably to "/var/log/httpd/..." or even better to "/var/run/httpd/..." (or similar)? Regards, Jens - To unsubscribe,

Re: [users@httpd] SSL session problem

2013-03-04 Thread Jens-Uwe Mozdzen
Hi Tom, Zitat von Tom Evans : On Sun, Mar 3, 2013 at 10:36 PM, Jens-U. Mozdzen wrote: Zitat von Jens-Uwe Mozdzen : Zitat von "Jens-U. Mozdzen" : Hi list, I could use a helping hand with a SSL problem. [...] Anything I should do differently to get at least an ack from thi

Re: [users@httpd] PHP script not executing with empty POST when using chunked encoding

2013-03-04 Thread Jens-U. Mozdzen
r\n What might be confusing the server is that the content actually isn't empty, although Content-Length is set to 0. Regards, Jens - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands,

Re: [users@httpd] SSL session problem

2013-03-03 Thread Jens-U. Mozdzen
Zitat von Jens-Uwe Mozdzen : Zitat von "Jens-U. Mozdzen" : Hi list, I could use a helping hand with a SSL problem. [...] Anything I should do differently to get at least an ack from this list? Or is there some other, more appropriate list? I'd then be grateful f

Re: [users@httpd] SSL session problem

2013-02-27 Thread Jens-Uwe Mozdzen
Zitat von "Jens-U. Mozdzen" : Hi list, I could use a helping hand with a SSL problem. And my excuses for the lengthy message... I've been doing plenty of tests so far, these are my current results... It's about a web mail site (running Horde5 on SLES11SP2 with lat

[users@httpd] SSL session problem

2013-02-17 Thread Jens-U. Mozdzen
quot;TLS Client Hello" but immediately aborts (OpenSSL: I/O error, 5 bytes expected to read on BIO#7fcf89e1ca20). Since everything else works, including accessing the certificate-protected areas of the server (and I see the completed initial negotiation of the TLS session including t

[users@httpd] 2.3.15-beta: module proxy_balancer requires the not automatically loaded module slotmem_shm

2011-11-09 Thread Schleusener, Jens
d yet other combinations of options in combination with the option "proxy"). Is that "normal" or an error of the configuration process (or of the choosen configuration options)? Regards Jens - The

[us...@httpd] Re: apache 2.2.13 ssl problem: wrong certificate being served

2009-10-27 Thread Jens Schleusener
yes, I'll go check that FAQ, but as of right now in Western Europe, It does not talk of SNI yet. Hi, It's been in the Wiki for a while : http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI And a nice test site that may also help to increase SN

[us...@httpd] Re: connection/bandwidth limiting

2009-07-31 Thread Jens Schleusener
quot;quality of service" module for the Apache http://mod-qos.sourceforge.net/ Regards Jens -- Jens Schleusener T-Systems Solutions for Research GmbH jens.schleuse...@t-systems.com - The official User-To-User support foru

[EMAIL PROTECTED] mod_proxy_connect security questions

2008-11-12 Thread Jens
ng to see CONNECT sth:25 in the access log while nothing in the error log. Thank you for your information, Jens - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist

[EMAIL PROTECTED] mod_rewrite and dynamic content

2007-08-24 Thread Jens Danneschewski
hi there, i have the following problem that i cannot really solve, although i am familiar with mod_rewrite (and i have searchedbelive me). my company has a webserver with the name www.abcde.com on this webserver there is apache2 and tomcat, and tomcat creates dynamic content, starting wit

Re: [EMAIL PROTECTED] Apache2 hangs once in a while

2007-05-22 Thread Jens . Heinemann
the error by putting many requests in I > > think this is not the cause. Just for the record if someone else has this problem :) The temporarly frozen apache was caused by mod_ntlm when it is in NTLM authentication mode. After I changed it to BASIC (still checking agains

Re: [EMAIL PROTECTED] mod_define.so

2007-05-21 Thread Jens Schoenershoven
hanks. Martijn. - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Check if mod_ssl was built

2007-05-16 Thread Jens Schoenershoven
st: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Jens Schoenershoven Tel: 0228 98549 -28 kippdata GmbH Fax: 0228 98549 -50 Bornheimer Str. 33a Support: 0228 98549 -99 D-53111 Bonn[EMAIL PROTECTED] -

Re: [EMAIL PROTECTED] Invalid method in request \x80=\x01\x03

2007-05-08 Thread Jens Schoenershoven
Hi, Don Don wrote: Hi all am getting the follow error when an https request is made to a server confugired with apache2 with SSL support. I am trying to understand what cuases this error has anyone come across this before ? You are trying to access your web server with HTTPS but it is config

Re: [EMAIL PROTECTED] Apache2 hangs once in a while

2007-05-02 Thread Jens . Heinemann
the server does not lock up anymore but sometimes the server times out and comes back after a minute or so. I'm using suse and I have like 10 httpd2-prefork processes - how do I find out which of them I have to debug? Cheers Jens ---

Re: [EMAIL PROTECTED] URL escape characters [was: Re: apostrophe character reference?]

2007-04-25 Thread Jens . Heinemann
om/search?q=url+encoding HTH ;) Jens - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] "

[EMAIL PROTECTED] Apache2 hangs once in a while

2007-04-05 Thread Jens . Heinemann
/ Any hints what other logfiles to look at or anything else? Cheers Jens - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

Re: [EMAIL PROTECTED] ANN: mod_proxy_html 3.0-dev

2006-12-25 Thread Jens Schleusener
l_module (shared) so the corresponding module seems to be loaded correctly. Looking in the source code I have the impression that the "proxyHTMLLink" declaration lines contains a small typo and must be replaced by "proxyHTMLLinks". At least the configuration check is thereaf

Re: [EMAIL PROTECTED] Apache reverse proxy in front of a Windows NLB cluster

2006-09-04 Thread Jens Schleusener
Hi, On Mon, 4 Sep 2006, Nick Kew wrote: > On Monday 04 September 2006 15:59, Jens Schleusener wrote: > > > Any ideas to handle this situation (second network-interface, iptables, > > additional server hardware or ...) ? > > Erm, I may be missing your point, but why n

[EMAIL PROTECTED] Apache reverse proxy in front of a Windows NLB cluster

2006-09-04 Thread Jens Schleusener
this situation (second network-interface, iptables, additional server hardware or ...) ? I hope my question isn't too off-topic. Greetings Jens -- Dr. Jens SchleusenerT-Systems Solutions for Research GmbH Tel: +49 551 709-2493 Bunsenstr.10 Fax: +49 551 709-21

[EMAIL PROTECTED] Re: how to customise response to OPTIONS request?

2006-08-10 Thread Jens Theisen
wledge about all the content. I found someone's posting on an apache list who was trying to do the same thing, and he wasn't helped either. I suppose it's patching apache or forget the cgi approach with it. Cheers, Jens ---

[EMAIL PROTECTED] Re: how to customise response to OPTIONS request?

2006-08-09 Thread Jens Theisen
eader. :) Jens - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [EMAIL PROTECTED] " from the digest: [EMAIL P

[EMAIL PROTECTED] how to customise response to OPTIONS request?

2006-08-08 Thread Jens Theisen
particular, I need to insert the header DAV: 1 and perhaps some more windows-specific headers. I tried the headers module, but appears to ignore OPTIONS requests. Does anyone has any further ideas? Thank you very much, Jens - The

[EMAIL PROTECTED] Forcing a proxied host to generate REMOTE_USER

2006-02-13 Thread jens persson
ons of "Allow from ", "satisfy any" etc. I'm stumped. Anyone go any ideas how to do this? Best regards /jp -- jens persson # Don't spend more on programs, Debian <[EMAIL PROTECTED]># -- Subject on a spam to Mäster