Re: [users@httpd]

2024-12-15 Thread Andreas Croci
On 15/12/2024 18:40, Paul wrote: On 2024-12-13 21:03, Kevin Watkins wrote: I had two working websites until I realized over the weekend that my server was running Ubuntu 23.04 which had no apparent easy upgrade to 24.04. So I backed up my web files and site config files and did a clean install

[users@httpd] Tomcat anibm semeru

2024-09-23 Thread Andreas . Moroder
Hello, we would like to use tomcat with ibm semeru as jre. I searched the web, but found no documentation. Is this combination supported and is there documentation on how to configure it? Greetings Andreas Institut für den sozialen Wohnbau des Landes Südtirol Istituto per l’edilizia sociale

[users@httpd] http ok, https Forbidden

2024-05-15 Thread Andreas . Moroder
contains this lines AllowOverride none Require all denied Can anyone please tell me why the behaviour changes and how to solve it? Greetings Andreas Institut für den sozialen Wohnbau des Landes Südtirol Istituto per l’edilizia sociale della Provincia autonoma di Bolzano 39100

Re: [users@httpd] Reverse proxy issue with Chrome

2021-05-15 Thread Andreas Habel
No, there is no further information: GET https://webserver1.com/ 502 (Proxy Error) favicon.ico:1 GET https://webserver1.com/favicon.ico 502 (Proxy Error) Andreas On 14.05.2021 17:00, Michael Wechner wrote: Does your Chrome console have some additional hints? Thanks Michael Am Fr., 14. Mai

[users@httpd] Reverse proxy issue with Chrome

2021-05-14 Thread Andreas Habel
ificateKeyFile /etc/letsencrypt/live/webserver1.com/privkey.pem Apache version on the web server with reverse proxy and on webserver1 is: Apache/2.4.29 (Ubuntu) on Ubuntu 18.04.5 I wonder if there is anything wrong in my config? Any help is highly appreciated. Best regards, Andreas OpenPGP_0x96C7F19ADEC4AAB3.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: [users@httpd] questions about IPv6 and SSL

2016-09-01 Thread Andreas Meyer
server on port 443 with IPv6-entries without problems from my outside connection with IPv6 enabled but people tell me they can't. If have this in bitcorner-ssl.conf SSLEngine on SSLProtocol all > > ping from outside: > > > > andreas@workstation:/>

Re: [users@httpd] questions about IPv6 and SSL

2016-08-31 Thread Andreas Meyer
; 2. Web site is not reachable > > One may cause the other. > > What error message to you get, and where? The thing is, I didn't notice the website is not reachable 'cause my testings with my IPv6 connetion showed no errors. ping from outside: andreas@workstation:/> ping6 2

[users@httpd] questions about IPv6 and SSL

2016-08-31 Thread Andreas Meyer
https. The website is not reachable anymore, not certifactes are found. Is a fix possible and how? Every hint welcome! Kind regards Andreas pgpK33fGgJ2Bz.pgp Description: Digitale Signatur von OpenPGP

[users@httpd] matching when should match

2015-07-23 Thread Andreas Ley
any idea how to accomplish what I'm seeking to do, i.e. redirecting all filesystem objects while leaving alone all "virtual" URLs? TIA, Andy -- Andreas Ley, SCC, Karlsruhe Institute of Technology (KIT), D-76128 Karlsruhe E-Mail: andreas@kit.edu, Telephone: +49 721 608 46341, Fax: +4

Re: [users@httpd] cgi-bin disconnecting upload

2013-12-10 Thread Andreas Frisch
> Under what criteria, missing Content-Length? You can probably set that > up more directly w/ e.g. mod_rewrite. I'm not sure whether I understand that right. Does the question refer to which exact case the 100-Continue status shouldn't be sent? --That would be in case my cgi-bin determines tha

Re: [users@httpd] cgi-bin disconnecting upload

2013-12-06 Thread Andreas Frisch
> > or keep apache from sending the 100 - continue statement right away? > > What would it do instead? > Ιf it didn't send the continue at all, then at least the client side could detect a timeout and interrupt the upload itself rather than just keep sending data forever that apache has to dis

[users@httpd] cgi-bin disconnecting upload

2013-12-06 Thread Andreas Frisch
Hi, I have a peer that does an HTTP PUT using curl to my apache 2.2.25 running a cgi written in c. Under certain conditions, the cgi-bin terminates with an HTTP error status, like 400. This will keep a file from being uploaded as expected. However, when the content-length of the upload is unspeci

[users@httpd] Request Handling (over to mod_jk) seems to take ages

2013-03-26 Thread Behal Andreas
nyway: Normally we shouldn't even come close to the 2 Second timeout considering that network is very fast and application itself only needs 0.2 seconds on average and no longer than 0.5 max ..). Andreas

Re: [users@httpd] mod_proxy unleashes hell on my server

2012-12-10 Thread Andreas Westvik
Yeah, got some help on reddit. Everyting is sorted out. Even created a custom fail2ban rule to ban the suckers So everything is kinda cool now. Lesson learned! -Andreas On Dec 10, 2012, at 23:48 , "Brett @Google" wrote: > Wow. Don't be a free anonomizing proxy for the I

[users@httpd] mod_proxy unleashes hell on my server

2012-12-09 Thread Andreas Westvik
r I enable the mod_proxy the attack starts. What can I do? -Andreas

[users@httpd] Full load on Sundays

2011-05-03 Thread Andreas Kröhnke
: 64-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Linux apollo 2.6.18-194.32.1.el5 #1 SMP Wed Jan 5 17:52:25 EST 2011 x86_64 x86_64 x86_64 GNU/Linux Any help is greatly appreciated,

Re: [us...@httpd] how many TCP-connections at the same time per default?

2010-03-22 Thread Andreas
Jeff Trawick wrote: On Sun, Mar 21, 2010 at 11:17 PM, Andreas <619forl...@web.de> wrote: Hi guys, I want to know how many TCP-connections apache allows at the same time per default. Is it the Max_Clients setting? If I understand it correctly, it is not the Max_clients-setting bec

[us...@httpd] how many TCP-connections at the same time per default?

2010-03-21 Thread Andreas
Hi guys, I want to know how many TCP-connections apache allows at the same time per default. Is it the Max_Clients setting? If I understand it correctly, it is not the Max_clients-setting because a Client can have more than one TCP Connection.. THX -

[us...@httpd] No Html response for more than 10 requests per second

2010-03-20 Thread Andreas
Hey guys.. I wrote a C socket that sends up to 100 html requests per second to my apache server. However there is a problem.. When I send 1-10 html requests per second I got a valid html response from the server.. When I go above 10 requests per Second I get one answer on the first request and

[us...@httpd] Setting an limit for maximum request but dont throw away additional request

2009-10-14 Thread Andreas Rehmer
queue or something and process them when other request are finished. The only thing i find via google was "mod_limitipconn" but this module has the problem that additional request getting an 503. But this i dont want. Any ideas? Thank you for your help. Best regar

[us...@httpd] Change Location-headers with weblogic plugin

2009-03-18 Thread Andreas Dahlén
rite be comined? Is there any other configuration parameters for weblogic to state the frontend machine? /Andreas - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.htm

SV: [us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-18 Thread Andreas Dahlen
me=http://backend1.internal.c om" Since RewriteRules doesn't operate on what goes out, is there any other solution to operate on what goes out? /Andreas - The official User-To-User support forum of the Apache HTTP

[us...@httpd] Proxy needs to rewrite parameters in QueryString

2009-02-13 Thread Andreas Dahlén
MLURLMap (from mod_proxy_html), but without success. Any ideas on how to solve it? /Andreas - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for mo

[EMAIL PROTECTED] Looking for command with comparable result of "proxy_http_module" on Apache 1.3

2008-09-14 Thread Andreas Hartung
92.168.0.1/ ~ ~ AllowOverride All ~ ~ ~ RewriteRule ^/(.*) /controlcenter/router$1 ~ I would be very happy for any tips and hints Andreas Hartung -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIzPSn

[EMAIL PROTECTED] Default value of AllowOverride

2008-09-12 Thread Andreas Prilop
Which is the default value of AllowOverride? http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride claims that the default is AllowOverride All However, /etc/apache2/sites-available/default contains AllowOverride None Does this mean that the default is "none"? -

[EMAIL PROTECTED] Hebrew charset in apache2.conf

2008-09-11 Thread Andreas Prilop
The file apache2.conf specifies these default extensions for Hebrew charset ISO-8859-8: AddCharset ISO-8859-8 .iso8859-8 .heb .hebrew However, ISO-8859-8 is a charset designation for *left-to-right* Hebrew that was useful for text/plain messages with hard line wrapping but that has no use w

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-21 Thread Andreas Schneider
The other thing why the auto generated mod_jk.conf is using the extracted webapp in the temp folder. If I would configure it by myself, why I shouldn't use the folder in catalina_home/webapps/sw-builder? - The official User-To

Re: [EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-20 Thread Andreas Schneider
Michael Clark schrieb: Andreas Schneider wrote: [Wed Mar 19 14:57:27 2008] [error] [client 127.0.0.1] client denied by server configuration: E:/server/apache-tomcat-6.0/temp/0-sw-builder/ci.css, referer: http://localhost/sw-builder/login.jsp You have denies for the subdirectories

[EMAIL PROTECTED] Tomcat 6 / Apache 2.2 integration problem (no images, no css loaded)

2008-03-20 Thread Andreas Schneider
Hi, I am trying to use my tomcat 6 over Apache 2.2. I have deployed a war called sw-builder.war into the webapps folder of the tomcat instance. After restarting tomcat and apache Tomcat extracts the war into the webapps folder and into the temp folder (temp/0-sw-builder). The directory structure o

[EMAIL PROTECTED] Re: RewriteRule not executed with https

2007-02-02 Thread Andreas Matthias
Olaf Lautenschlaeger wrote: > On Friday, February 02, 2007 11:59 AM [GMT+1=CET], > Andreas Matthias <[EMAIL PROTECTED]> wrote: > >> But if I am trying to connect to https://localhost/drupal/ the >> RewriteRule doesn't seem to be executed. > > You probably n

[EMAIL PROTECTED] RewriteRule not executed with https

2007-02-02 Thread Andreas Matthias
in the log file. And addresses like https://localhost/drupal/admin fail with `url not found'. What's going wrong? Ciao Andreas - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

[EMAIL PROTECTED] shared object build problem

2006-04-15 Thread Andreas Unterkircher
this? Cheers, Andreas - 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 di

[EMAIL PROTECTED] cgi timeout / where to configure?

2006-03-30 Thread Andreas Tanner
to configure the time after which this error is thrown? Thanks, Andreas. - 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

[EMAIL PROTECTED] Re: Subdomains just by creating a directory?

2005-11-03 Thread Andreas Schildbach
hen access the page with http://webpage.mydomain.tld Boyle, is this example real enough? Regards, Andreas - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html

[EMAIL PROTECTED] Re: Subdomains just by creating a directory?

2005-11-03 Thread Andreas Schildbach
/cgi-bin/ [...] This maps as follows: mydomain.tld --> /var/www/ mydomain.tld/foo --> /var/www/foo/ ...and so on... Which directive do I have to change in order to get the "default" behaviour, as you s

[EMAIL PROTECTED] Subdomains just by creating a directory?

2005-11-03 Thread Andreas Schildbach
n/path/ --> /var/www/bar/path/ I know I can do that with multiple VirtualHost configuration elements, but I'd like to add new subdomains just by creating a directory. Regards, Andreas - The official User-To-User support forum

[EMAIL PROTECTED] allow access to one particular directory

2005-09-27 Thread Andreas Andersson
Hi! I'm trying to allow access to one particular directory on my server. The entier server is restricted by Basic auth but have AllowOverride AuthConf so I think it's possible. But how? Anyone knows? Thanks. -- Andreas Andersson IT Dept. Travelstart Nordic [EMAIL PROTE

[EMAIL PROTECTED] Directory Index (autoindex) cannot be disabled with Options -Indexes

2005-08-29 Thread Andreas Damek
Help! I am trying to disable the automatic display of files in a directory when there is no index file (like index.htm) defined by DirectoryIndex. When I use "Options -Indexes" it still displays some directories. The displayed directories are not systematical; i.e. sometimes only a subdirect

[users@httpd] Error at installing apache.rpm

2005-06-13 Thread Andreas Bauer
,libapr0,libapr.0.so.0, libaprutil-0.so.0) can be the reason for my big problems with connecting Tomcat and Apache. So, I will need this 4 modules. Where can I get them or equivalents rpm packages? After googlen I found not the modules.     Best regards and many thanks Andreas          

[users@httpd] Re: Apache cannot connect to Tomcat in httpd.conf

2005-06-05 Thread Andreas
:05:25 2005] [notice] child pid 5057 exit signal Segmentation fault (11) Best regards Andreas - - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html>

[users@httpd] Apache cannot connect to Tomcat in httpd.conf

2005-06-05 Thread Andreas Bauer
r Module works for me in a windows system. Best regards and many thanks Andreas