Re: [users@httpd] Redirecting to multiple webapps in same Tomcat

2015-06-25 Thread Serge Fonville
, Serge Fonville http://www.sergefonville.nl 2015-06-25 11:28 GMT+02:00 Gerard Dosaigües gdosaig...@gmail.com: I must say that I tried a lot of possibilities but my knowledgment in Apache WS is not too much advanced. Apache Web Server version: 2.2.22 OS: Centos 6 64 bits Tomcat version: 7.0.57

Re: [users@httpd] Dynamic SSL

2014-12-31 Thread Serge Fonville
vriendelijke groet, Serge Fonville http://www.sergefonville.nl 2014-12-31 20:31 GMT+01:00 Greg gregborbo...@gmail.com: Hi guys, I'm sure this has been asked before, but I'm unable to find much. I'm attempting to make one virtualhost that is basically a wildcard setup. they all share the same

Re: [users@httpd] fedora - apache

2013-04-13 Thread Serge Fonville
Hi, Possibly you have a hint for where im stuck just now: Cant find any ethernet device on the PC im digging into. Perhaps there is no NIC detected. if you run ifconfig and lspci, you should be able to determine if that is the case HTH Kind regards/met vriendelijke groet, Serge Fonville

Re: [users@httpd] fedora - apache

2013-04-13 Thread Serge Fonville
download and install the driver. Alternatively, if you know the system make and model, you might be able to find relevant information from the vendor. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION

Re: [users@httpd] speed up response time

2013-01-12 Thread Serge Fonville
if you know what requests take the longest, it will become easier to determine where to optimize. Are you using a particular CMS, or are the requests that send a lot of bytes, for example. Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft

Re: [users@httpd] how to dynamically set a request header befor send the content handler is run

2012-12-13 Thread Serge Fonville
Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2012/12/13 Liudonghua (Eric) eric.liudong

Re: [users@httpd] Need tips on compiling Apache

2012-09-12 Thread Serge Fonville
Hi, A few questions: * Are the same libraries available on both servers * Are the servers the same platform (OS/Architecture) * What files did you copy(config/libaries/binary) * Is the directory structure the same on both servers HTH Kind regards/met vriendelijke groet, Serge Fonville http

Re: [users@httpd] Need tips on compiling Apache

2012-09-12 Thread Serge Fonville
vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2012/9/12 Frank Mancini frank...@hotmail.com No. I basically

Re: [users@httpd] reverse proxy via mod_proxy returns HTTP 500 error

2012-03-25 Thread Serge Fonville
One line containing: RewriteRule uri/(.*) http://host/$1 [P] Works for me Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android (star to agree) http://code.google.com/p/android/issues/detail?id=4602 2012/3

Re: [users@httpd] reverse proxy via mod_proxy returns HTTP 500 error

2012-03-24 Thread Serge Fonville
Hi, What I'm trying to achieve is defining a reverse proxy rule that defers all traffic to -say- http://mydomain/tomcat/ to the Tomcat server running on port 8080. Does http://tomcat.apache.org/tomcat-7.0-doc/proxy-howto.html apply? Kind regards/met vriendelijke groet, Serge Fonville

Re: [users@httpd] site loads correctly using lan ip, but not from other computers on same lan

2012-03-17 Thread Serge Fonville
Hi, Two things: Have you read into AllowCONNECT Have you read the logs and could you post any relevant entries HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android (star to agree) http://code.google.com

Re: [users@httpd] site loads correctly using lan ip, but not from other computers on same lan

2012-03-17 Thread Serge Fonville
Also, does your URL change when you visit the pages. Since I'd expect proxypass and proxypassreverse to refer to the same url Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android (star to agree) http

Re: [users@httpd] redirect based on HTTP_HOST using mod_rewrite

2012-01-25 Thread Serge Fonville
regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add GAL support on Android (star to agree) http://code.google.com/p/android/issues/detail?id=4602 2012/1/25 Thomas Carrié tho...@free.fr Hi, I have 2 DNS entries - a.domain.com

Re: [users@httpd] Windows 7 DocumentRoot directive not working

2011-10-19 Thread Serge Fonville
Hi, Assuming you restarted apache after changing the httpd.conf.. What output do you get from: httpd.exe -S sc query | find /i apache tasklist /fi Imagename eq httpd.exe /svc HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to add

Re: [users@httpd] Re: Apache Web Server for Windows 64 bit OS

2011-02-12 Thread Serge Fonville
http://www.blackdot.be/?inc=apache/binaries http://www.blackdot.be/?inc=apache/binariesHTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=enanswer

Re: [users@httpd] ssl over https with ubuntu server 10.04

2011-01-15 Thread Serge Fonville
there is nothing wrong what i did. But lets begin start to analyse please? What did you expect to get and what did you get instead? Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense

Re: [us...@httpd] Reverse proxy : https changes to http with blank page

2010-09-15 Thread Serge Fonville
on the behaviour, either your Sap portal is doing a redirect or you have something misconfigured. In that case it may be a misconfigured proxypass and proxypassreverse directive. Could you attach your vhost configuration? Most important the part where everything is proxied. HTH Regards, Serge Fonville

Re: [us...@httpd] php5 installation

2009-12-24 Thread Serge Fonville
Hi,  i looked up installing it and got a ramge of diferant tutorials on how to do it telling me to put compleatly differant things in diferant places so i came to you to help me :) Have you read install.txt? It has all the steps for installing PHP 5 to Apache on Windows HTH Regards, Serge

Re: [us...@httpd] Questions about implementing SSL/VirtualHosts

2009-12-14 Thread Serge Fonville
in virtualhosts directives can also be done in htaccess, which you can even put one level higher. HTH Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense/support/bin/answer.py?hl=enanswer=10528 http

Re: [us...@httpd] A php question

2009-10-08 Thread Serge Fonville
If you name the module differently and make sure the assigned file extension is different. That should work fine I'd check ;-) *http://lmgtfy.org/?q=multiple+php+versions+apachel=1*http://lmgtfy.org/?q=multiple+php+versions+apache HTH Regards, Serge Fonville On Fri, Oct 9, 2009 at 6:45 AM, J

Re: [us...@httpd] Problem with cert of *443 VirtualHost

2009-10-05 Thread Serge Fonville
the Root Certificate to all clients in their trusted store For an internetfacing webserver, probably too bad. Since I can't think of CA that allows this HTH Regards, Serge Fonville -- http://www.sergefonville.nl Convince Google!! They need to support Adsense over SSL https://www.google.com/adsense

Re: [us...@httpd] PHP5

2009-09-22 Thread Serge Fonville
a php.ini Have you read install.txt HTH Regards, Serge Fonville On Tue, Sep 22, 2009 at 9:02 AM, Silvio Siefke lis...@silviosiefke.dewrote: Hey, Apache runs with PHP as a module. Indeed, the side remains white by the call from phpinfo. There no log entrys. Greeting Silvio

Re: [us...@httpd] PHP5

2009-09-22 Thread Serge Fonville
On Tue, Sep 22, 2009 at 1:41 PM, Silvio Siefke lis...@silviosiefke.dewrote: Serge Fonville schrieb: Apache runs with PHP as a module. Indeed, the side remains white by the call from phpinfo. There no log entrys. Just a few: What is the URL. http

Re: [us...@httpd] how to get logs per vhosts ?

2009-09-22 Thread Serge Fonville
Hi, I'd consider logging to a database instead Read into mod_log_mysql http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql-on-debian-etch That should get you started. It might require som fiddling... HTH Regards, Serge Fonville On Tue, Sep 22, 2009 at 2:24 PM, J

Re: [us...@httpd] Log to DBMS other than MySQL? [was Re: how to get logs per vhosts ?]

2009-09-22 Thread Serge Fonville
On Tue, Sep 22, 2009 at 4:04 PM, Mark H. Wood mw...@iupui.edu wrote: On Tue, Sep 22, 2009 at 02:28:51PM +0200, Serge Fonville wrote: I'd consider logging to a database instead Read into mod_log_mysql http://www.howtoforge.com/apache2-logging-to-a-mysql-database-with-mod_log_sql

Re: [us...@httpd] PHP5

2009-09-22 Thread Serge Fonville
I just noticed it comes a window what say The requested operation has failed. Have you installed visual C++ redistributables 2005/2008? That might resolve the error HTH Regards, Serge Fonville On Tue, Sep 22, 2009 at 4:07 PM, Silvio Siefke lis...@silviosiefke.dewrote: Serge Fonville

Re: [us...@httpd] PHP5

2009-09-22 Thread Serge Fonville
Have you restarted our system afterwards? Since the error seems to be in the executable and not in the configuration (httpd -t) I'd check dependency walker. Check the missing dependencies and get those resolved HTH Regards, Serge Fonville On Tue, Sep 22, 2009 at 4:55 PM, Silvio Siefke lis

Re: [us...@httpd] PHP5

2009-09-21 Thread Serge Fonville
] [client] File does not exist: C:/Apache2/htdocs/php/php-cgi.exe What is the reason you wan't to run php as cgi Regards, Serge Fonville

Re: [us...@httpd] PHP5

2009-09-21 Thread Serge Fonville
What is the reason you wan't to run php as cgi Yes i want when its run. Why do you want to run it as cgi? What makes that running as a module isn't an option? Regards, Serge Fonville Now the follow entry in the log: [Mon Sep 21 20:01:10 2009] [error] [client] client denied by server

Re: [us...@httpd] PHP5

2009-09-21 Thread Serge Fonville
This is described in install.txt HTH Regards, Serge Fonville On Mon, Sep 21, 2009 at 9:08 PM, Silvio Siefke lis...@silviosiefke.dewrote: Serge Fonville schrieb: What is the reason you wan't to run php as cgi Yes i want when its run. Why do you want to run it as cgi? What makes