Re: [users@httpd] Re: firefox shows default site page

2022-11-11 Thread Edward St Pierre
Hi, Just a thought, but can you show the output from: apache2ctl -S Ed On Fri, 11 Nov 2022 at 13:06, wrote: > Hello > > I just created config files under /etc/apache2/sites-enabled directly. > > $ ls /etc/apache2/sites-enabled > lrwxrwxrwx 1 root root 35 Oct 20 14:42 000-default.conf -> >

Re: [users@httpd] Problem with name-based virtual hosts

2015-05-21 Thread Pierre Wieser
> On Sun, May 17, 2015 at 11:53 AM, Pierre Wieser wrote: > > Hi all, > > > > I am facing a problem with name-based virtual host on httpd 2.4.6 on CentOS > > 7. > > > > My httpd is configured as a reverse proxy, letting two internal domains be > > avail

Re: [users@httpd] Problem with name-based virtual hosts

2015-05-17 Thread Pierre Wieser
- Original Message - > Hi Pierre, > > the _default_ vhost has a special meaning (see [1]), can you still > reproduce with * instead (since other vhost also uses *)? > > Regards, > Yann. > > [1] http://httpd.apache.org/docs/2.4/vhosts/examples.html#default

[users@httpd] Problem with name-based virtual hosts

2015-05-17 Thread Pierre Wieser
advance for some advice or valuable link. Regards Pierre My confs are: # cat conf/httpd.conf # === # # This is the main Apache HTTP server configuration file. It contains the # configuration directives that give the server its instructions. # See http://httpd.apache.org/docs/2.4

Re: [users@httpd] Errorlog for cgi and Perl

2013-03-20 Thread Pierre Forget
ernal, so, if I forget to remove the Carp directive in a file, it could bring some security issues. Two thumbs up for Jeff Trawick and all who took the time to give advice. Thanks again, Pierre Forget

Re: [users@httpd] Errorlog for cgi and Perl

2013-03-20 Thread Pierre Forget
to go in the right vhost folder? Thanks, Pierre Forget

Re: [users@httpd] Errorlog for cgi and Perl

2013-03-20 Thread Pierre Forget
o message in the vhost folder error file, but I still get the error (or warning) in the global Apache error log file. Any idea where I can search? BTW, I treid to use: ErrorLog "/httpd/domainname/logs/error_log" instead of Errorlog "/httpd/domainname/logs/error_log"

[users@httpd] Errorlog for cgi and Perl

2013-03-19 Thread Pierre Forget
rror file, but I still get the error (or warning) in the global Apache error log file. Any idea where I can search? BTW, I treid to use: ErrorLog "/httpd/domainname/logs/error_log" instead of Errorlog "/httpd/domainname/logs/error_log"

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
On Tue, Apr 10, 2012 at 6:04 PM, Pierre-Rudolf Gerlach wrote: > On Tue, Apr 10, 2012 at 5:49 PM, Daniel Gruno wrote: >> I have tried inputting exactly what you wrote into my configuration, and >> the output I got was: >> >>  HTTP/1.1 200 OK >>  ... >>  

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
ere is something in the default config, I think the problem is more likely to be a bug in Apache 2.4.1, corrected in your version. I'm gonna download and install it to check. Thanks ! -- Pierre-Rudolf Gerlach - To unsubscri

Re: [users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
ummy .* myothervar=othervalue Header set myvar %{myvar}e Header set myothervar %{myothervar}e I get the problem : "myothervar" is not set. (null in the response headers). I don't really get what difference it woul

[users@httpd] test against env variable previously defined by SetEnvIf

2012-04-10 Thread Pierre-Rudolf Gerlach
}e" Header set test_myvar2 "%{myres2}e" Header set test_myvar3 "%{myres3}e" Header set test_myvar4 "%{myres4}e" The response headers are : Server:Apache/2.4.1 (Unix) test_myvar:value test_myres:(null) test_myres2:(null) test_myres3:myvarIsEmpty test_myres4:

[users@httpd] [Apache mod_proxy & mod_proxy_http] Buffering issue

2011-04-08 Thread Jean-Pierre Huynh
y configuration : Listen 172.25.205.205:50 #ProxyPassReverse / http://172.25.205.216:5000/ flushpackets=on ProxyPass / http://172.25.205.216:5000/ flushpackets=on SetEnv proxy-sendchunks 1 Proxy works but the original chunked request is altered. Thanks for your help. Sincerely y

[users@httpd] Reverse proxy with digest auth to a webapp with basic auth

2011-01-27 Thread Jean-Pierre Bergamin
Hello everyone We are using apache's mod_proxy (reverse proxy) to make two internal webapps available over the internet. It works fine so far. We now tried to use digest authentication on the proxy to secure the access to the proxy itself. One webapp has no problem with that approach. You fi

RE: [us...@httpd] Issue with mod_proxy_html or mod_xml2enc after upgrade

2010-04-27 Thread Pierre Casenove
d_proxy_html or mod_xml2enc after > upgrade > > > On 27 Apr 2010, at 12:50, Pierre Casenove wrote: > >> Thanks in advance for your help, > > At line 946 of mod_proxy_html.c is a comment "uncomment for debug". > > Does it fix your problem if y

[us...@httpd] Issue with mod_proxy_html or mod_xml2enc after upgrade

2010-04-27 Thread Pierre Casenove
yHTMLEnable Off in the location tag, everything is working. The problem is that I don't get any log generated for this problem. Please note that all this is the only web app that fails (and of course the most critical, it wouldn't be funny otherwise!) Thank

RE: [us...@httpd] Windows Installation to local machine

2009-07-04 Thread Pierre Labrecque
In both case : localhost Bye ! -Original Message- From: news [mailto:n...@ger.gmane.org] On Behalf Of Edward Diener Sent: Saturday, July 04, 2009 1:04 PM To: users@httpd.apache.org Subject: [us...@httpd] Windows Installation to local machine When installing to my local machine under Windo

[us...@httpd] Apache under Windows 2003 or Linux ?

2009-06-21 Thread Pierre Labrecque
, Pierre

[EMAIL PROTECTED] Ubuntu - Apache replies "Could not reliably determine the server's fully qualified..."

2008-10-31 Thread Pierre
Hello, I installed Apache 2 just yesterday in Ubuntu, compiling the source code from Terminal. I don't know if any of you has ever installed a LAMP environment, but I guess it's not crucial for you to understand this particular message: "httpd: Could not reliably determine the server's fully quali

Re: [EMAIL PROTECTED] Removing or overwriting "Server" header field.

2007-01-24 Thread Pierre-Yves Bonnetain
d_security and SecServerSignature directive. -- Pierre-Yves Bonnetain B&A Consultants - Sécurité informatique - www.ba-cst.com Tel. : +33 (0) 567 040 403 - Fax : +33 (0) 567 737 829 smime.p7s Description: S/MIME Cryptographic Signature

[EMAIL PROTECTED] Re: suexec2 setup on Suse 10.1

2006-10-04 Thread Pierre Imbaud
Pierre Imbaud wrote: Hello, folks, Im trying to make apache2 work on my box with suexec2. Not familiar with apache2 (but configured, and works fine so far), and I guess my questions are somewhat naive. Oh, Im on Suse 10.1, with apache2-2.2.0-21 First: do I have to recompile apache2 to have this

[EMAIL PROTECTED] Re: suexec2 setup on Suse 10.1

2006-09-28 Thread Pierre Imbaud
d, makes U feel guilty U dont find what U seek. But more often than not, a vital piece of information is just too obvious to the authors to think its worth saying. Thanks anyway for your help, it sure helped. On 28/09/06, *Pierre Imbaud* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wr

[EMAIL PROTECTED] suexec2 setup on Suse 10.1

2006-09-27 Thread Pierre Imbaud
Hello, folks, Im trying to make apache2 work on my box with suexec2. Not familiar with apache2 (but configured, and works fine so far), and I guess my questions are somewhat naive. Oh, Im on Suse 10.1, with apache2-2.2.0-21 First: do I have to recompile apache2 to have this working? On start, I ha

[EMAIL PROTECTED] Access restriction control

2006-09-12 Thread Pierre . Rust
.   Any suggestions or solutions?   Regards, Pierre This email and any accompanying attachments may contain confidential and proprietary information. This information is private and protected by law and, accordingly, if you are not the intended recipient, you are requested to delete this

Re: [EMAIL PROTECTED] SSLVerifyClient, per directory access, POST and renegotiation failed

2006-02-18 Thread Pierre Couderc
debian sarge,and that the patch has not been backported... Stephen Collyer a écrit : Pierre Couderc wrote: I want to give an access to users controlled by client certificates on a per directory basis. It seems that there is a recurrent bug in mod_ssl the traces of which I have found on the

[EMAIL PROTECTED] SSLVerifyClient, per directory access, POST and renegotiation failed

2006-02-16 Thread Pierre Couderc
"renegotiation failed" in the logs. My question is, is there an uptodate synthetic howto describing how to do that? Else, did someone success doing an access by client certificates, with some directories where the certificate is not required, and using POSTs? Thank you in advan

[users@httpd] file requests not answered by apache

2005-06-22 Thread Pierre
x. Thanks. Best regards. Pierre. - 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] "

[users@httpd] Authorize users from an intermediate CA only

2005-06-14 Thread pierre lhostis
ootCA (using SSLVerifyDepth = 2) BUT, quite obviously, I don't want users from anotherSubCA to get access to my web site. So my question is quite simple: Is this simply possible to only authorize users from my subCA with the SSLCACertificateFile (SSLCACertificatePath) directive in Apache?

[users@httpd] Mutual Authentication and Certification Authorities

2005-05-30 Thread pierre lhostis
hand, I won't be able to check the Chain Path up to the RootCA, which is not good at all... Any ideas on what is happening? Thanks in advance, Pierre - The official User-To-User support forum of the Apache HTTP Ser

[users@httpd] modyfing the DEFAULT_BUFSIZE

2005-05-12 Thread Pierre Grassou
e but for what I have understood at the moment it's useless.   I guess I've been clear and this is the right ml.   Thanks all for any suggestion. Pierre   Nuovo Yahoo! Messenger E' molto più divertente: Audibles, Avatar, Webcam, Giochi, Rubrica… Scaricalo ora!