[users@httpd] Issue with LDAPVerifyServerCert: On

2016-07-06 Thread Roger Paanini
Hi Folks, I am having a problem connecting with LDAP when I turn on LDAPVerifyServerCert. With this parameter turned off everything is working fine. I took tcpdump for both the scenarios. The only difference is in the list of Distinquished Names that my LDAP server sends as part of the "Certifica

Re: [users@httpd] Apache listening on UDP ports

2016-07-06 Thread Marat Khalili
Well, you can redirect UDP to TCP with tools like netcat. Not sure what you want to achieve, though. HTTP is mostly stream-oriented IMO. -- With Best Regards, Marat Khalili On July 6, 2016 7:09:22 PM GMT+03:00, Hermes Moraes wrote: >Dear all, > > I'm wondering how to get Apache listening on

Re: [users@httpd] Syntax checking an alternate configuration file

2016-07-06 Thread Rich Bowen
On 07/06/2016 12:17 PM, Darryl Philip Baker wrote: > I want to syntax check an alternate configuration file in Apache 2.4 but > I have hit a snag, “apachectl –t –f {full path name}” and “apachectl –f > {full path name} configtest” give me an extra message which I don’t need > and don’t want to se

Re: [users@httpd] Syntax checking an alternate configuration file

2016-07-06 Thread Yehuda Katz
That is a change RedHat made to the script - it isn't in the regular distribution. RedHat explicitly discourages using a non-default-location configuration file. Ref: https://access.redhat.com/discussions/1605003 - Y On Wed, Jul 6, 2016 at 12:17 PM, Darryl Philip Baker < darryl.ba...@northwester

Re: [users@httpd] Apache listening on UDP ports

2016-07-06 Thread Yehuda Katz
HTTPD as currently released does not support listening on UDP ports. A request like this came up in 2007 ( http://marc.info/?l=apache-httpd-users&m=118950412526067&w=2). At that time, someone came up with patches to make it work, but those haven't been maintained and there is no guarantee they wou

[users@httpd] Syntax checking an alternate configuration file

2016-07-06 Thread Darryl Philip Baker
I want to syntax check an alternate configuration file in Apache 2.4 but I have hit a snag, "apachectl -t -f {full path name}" and "apachectl -f {full path name} configtest" give me an extra message which I don't need and don't want to see. I looked at the shell script that is apachectl and it l

[users@httpd] Apache listening on UDP ports

2016-07-06 Thread Hermes Moraes
Dear all, I'm wondering how to get Apache listening on TCP and UDP ports. I've found an option through Apache CXF framework but it seems to be quite complex (Web-Services, XML, etc.). All I need is a simple HTTP server with one or two simple web pages answering requests on TCP or UDP ports.

Re: [users@httpd] 403 Forbidden

2016-07-06 Thread newlifeR REN
Dear Eric, First of all,thank you for attention to my issuse :) Yes,I have updated httpd.conf file as Administrator and I uploaded the error log and the httpd.conf file 2016-07-06 18:35 GMT+08:00 Eric Covener : > On Wed, Jul 6, 2016 at 4:13 AM, newlifeR REN wrote: > > I have installed wampserver

Re: [users@httpd] 403 Forbidden

2016-07-06 Thread Eric Covener
On Wed, Jul 6, 2016 at 4:13 AM, newlifeR REN wrote: > I have installed wampserver(apache 2.4.18) on windows when i access the > server on other pc and I have got en Error 403(you didn't have permission to > access on this server).I have changed the httpd.conf file following and I > also get the s

[users@httpd] 403 Forbidden

2016-07-06 Thread newlifeR REN
Hi bros, I have installed wampserver(apache 2.4.18) on windows when i access the server on other pc and I have got en Error 403(you didn't have permission to access on this server).I have changed the httpd.conf file following and I also get the same error 403: DocumentRoot "c:/wamp/www" #