Re: [users@httpd] download stops at 1kB

2017-02-27 Thread Oscar Knorn
Hi Eric, can you please tell me, what vps means? Cheers, Oscar Am 27.02.2017 um 20:21 schrieb Erich Eckner: Hi, I have a strange problem: I'm running an apache server (Apache/2.2.22 under Debian) with several vhosts, one of which is hosted at crux.eckner.net, on a vps. The index document

Re: [users@httpd] Using an older version of PHP with Apach2

2016-04-22 Thread Oscar Knorn
Am 21.04.2016 um 14:05 schrieb Richard: > >> Date: Thursday, April 21, 2016 01:01:25 -0400 >> From: "Brandon L. Wisenburg" >> >> All, >> Is it possible to use PHP 5.2.5 with Apache/2.4.6 >> >> I have an application that was written in WAMP5 using PHP 5.2.5, >> and I am

Re: [users@httpd] how can lassfish application server behind Apache and wordpress blog as a subdirectory can work together

2016-04-01 Thread Oscar Knorn
On 2016-04-01 at 10:21 AM Szűcs Roland wrote: > > Hi expert users, > > > > I am newbie to Apache webserver and as a start I face a complex problem. > > > > I have developed a Java EE 7 app with Glassfish 4.1.1 Application > server. On the other hand I have a wordpress blog. Google pagerank >

Re: [users@httpd] SNI SSL per domain?

2016-02-01 Thread Oscar Knorn
On 2016/02/01 Felipe Gasper wrote: > Hello, > > Is it possible to do SNI SSL per domain rather than per vhost? If > not, is there a feature request in for this? > > Thank you! > > -Felipe Gasper > Houston, TX > > - > To

Re: [users@httpd] Load module .a

2014-10-16 Thread Oscar Knorn
On 16.10.2014 um 15:44, Mimiko wrote: On 16.10.2014 16:07, Eric Covener wrote: That's just how libtool works. You don't get an .so because your libtool doesn't know how to create them on your system. How's that? I've compiled other projects and created .so files. Anyway, for now I will

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

2014-09-30 Thread Oscar Knorn
Hi Hans-Georg, i guess, you will have to alter the Code of the form. 1. check for the referer URI in the action=* script. 2. establish a session in the form and check for the sessionid in the action script. 3. use javascript to write additional hidden fields into the form and check for their

Re: [users@httpd] You don't have permission to access / on this server.

2014-07-04 Thread Oscar Knorn
Please provide foll httpd.conf. Please provide a list of active modules. first read this information on new 'Allow' syntax of 2.4 : http://httpd.apache.org/docs/2.4/mod/mod_access_compat.html#allow read this information on new 'Order' syntax of 2.4 :

Re: [users@httpd] rewrite and internal redirects

2014-04-29 Thread Oscar Knorn
Am 29.04.2014 13:44, schrieb Moritz Lennert: RewriteRule ^balades/(.+)$ /qgiswebclient.html?map=/home/geogf405/PROJETS/$1.qgs Please insert these Rewriterules Directly after the DocumentRoot Directive and before the Directory-Section : RewriteRule ^/balades/moritz(.+)$

Re: [users@httpd] Why is debian-hosted 2.2.x giving 403 on CGI's?

2014-04-22 Thread Oscar Knorn
Am 22.04.2014 15:46, schrieb Jonathan Hayward: I have a fresh Debian installation (if that's not an oxymoron), with Apache 2.2.x which I am migrating to after using Ubuntu Saucy and Apache 2.4.x, and I'm pulling my hair out about why http://dev.JonathansCorner.com/index.cgi

Re: [users@httpd] Apache 2.4 - non adoption reasons??

2014-04-21 Thread Oscar Knorn
On 10.04.2014 19:43, Joey J wrote: Apache 2.4 has had a stable release out for over 2 years but is only used by 2.5% of active Apache sites. Why is the adoption so low?? The Apache foundation has been recommending upgrading to 2.4 for some time and looking at the improvements I see

Re: [users@httpd] High CPU Usage in Amazon EC2

2014-04-03 Thread Oscar Knorn
Sounds like apache is waiting for a response or a means to forward the request via stunnel. Is /dev/random or /dev/urandom providing sufficient random to the process? Cheers Oscar On 4/3/14, 40:23 PM, Christopher Schultz wrote: All, I forgot to mention that most of our traffic is over SSL.

Re: [users@httpd] httpd bug 52178 - passing ipv6 address to ServerName

2014-04-01 Thread Oscar Knorn
Hi, please let '/etc/hosts' and/or DNS do the forward lookup and use FQDN as statet in https://issues.apache.org/bugzilla/show_bug.cgi?id=52178#c4 Cheers Oscar Am 01.04.2014 11:45, schrieb Nawalramka, Priyanka: Hi, I came across this bug

Re: [users@httpd] How to solve The requested URL /.../..../ was not found on this server.

2013-12-03 Thread Oscar Knorn
Hi Vishnu, Am 03.12.2013 16:30, schrieb Vishnu Prasad: Hello, Currently, I'm working on a Ubuntu 10.04 server, on which I installed PHP 5.3, Apache 2 2.2.9. I followed the below steps to do the installation : 1. I installed apache2 using *sudo apt-get install apache2* 2. I also