Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-08 Thread Niklas Johansson
I will have a look at it once it pops up. /Niklas Skickat från min iPhone 8 aug 2011 kl. 00:49 skrev Nick Kew : > On Sun, 7 Aug 2011 23:44:54 +0100 > Nick Kew wrote: > >> Taking the low-hanging fruit, I just added that paragraph to the 2.2 docs >> and fixed the typo. > > I should've added:

Re: [users@httpd] LDAP validation using certificates

2011-08-08 Thread Martin Sanchez
Hi, Thank you for the reply. Eric, I know that I can use the mod_ssl to store certificates in one Apache, but I want have the certificates in LDAP because I have two or three Apaches or maybe more in the future and I don't want replicate this files in all Apaches Darren, the problem is that I ge

[users@httpd] [Q] apache2 2.2.16-6 / m3u streaming does not stream the mp3

2011-08-08 Thread J4K
Hi there, I set up my server with Apache HTTPD. It works fine, except the m3u streaming. I would be very grateful if some one would kindly point me in the right direction. The server is running: apache2 2.2.16-6 The /etc/mime.types have these relevent entries: audio/mpeg

Re: [users@httpd] LDAP validation using certificates

2011-08-08 Thread Eric Covener
On Mon, Aug 8, 2011 at 5:45 AM, Martin Sanchez wrote: > Hi, > Thank you for the reply. > Eric, I know that I can use the mod_ssl to store certificates in one Apache, > but I want have the certificates in LDAP because I have two or three Apaches > or maybe more in the future and I don't want replic

Re: [users@httpd] How to configure mod_dbd with MySQL on Apache 2.2

2011-08-08 Thread Tom Browder
On Mon, Aug 8, 2011 at 02:10, Niklas Johansson wrote: > I will have a look at it once it pops up. For the Apache 2.2 docs section on password formats, the Apache digest-authentication method, here is an example for Perl that I am using in my password generator script: use Digest::MD5 qw(md5_hex)

[users@httpd] VirtualHost configuration and REMOTE_ADDR variable

2011-08-08 Thread Petr Hracek
Dear users I have following virtual host configuration (apache 2.2.19) in file /etc/apache2/vhosts.d/vhost-my.conf: SSLEngine on SSLProxyEngine on ServerName portal ProxyRequests off #ProxyPreserveHost on TraceEnable off ProxyPa

Re: [users@httpd] LDAP validation using certificates

2011-08-08 Thread Martin Sanchez
Well, If I work directly with mos_ssl I need store the certificates in a PEM-encoded file with the directives SSLCACertificateFile Directive and SSLCARevocationFile Directive, right? Maybe I didn't understand well. If I use files inside the Apache I need replicate those files in all Apaches and th

Re: [users@httpd] VirtualHost configuration and REMOTE_ADDR variable

2011-08-08 Thread Eric Covener
> But when I go to the index.cgi page then REMOTE_ADDR is fill up with > 127.0.0.1 instead of 192.168.0.10. > Where I have made mistake in apache2 configuration? When the proxy makes a connection to 127.0.0.1, your OS implicitly assigns a local address of 127.0.0.1 for the "outgoing" side of that

Re: [users@httpd] VirtualHost configuration and REMOTE_ADDR variable

2011-08-08 Thread Petr Hracek
Thank you. I have found that problem in script was with using REMOTE_ADDR variable instead of HTTP_X_FORWARDED_FOR variable. Dne 8. srpna 2011 13:59 Eric Covener napsal(a): >> But when I go to the index.cgi page then REMOTE_ADDR is fill up with >> 127.0.0.1 instead of 192.168.0.10. >> Where I ha

[users@httpd] Different Virtual Host configurations

2011-08-08 Thread Petr Hracek
Dear users, I have following two virtual host configurations. First is working correctly and second one not. Could you please explain me where could be a problem? In directory /srv/www/htdocs/ssldocs/USMA/cert/ is CGI script index.cgi When I am calling https:// SSLEngine on SSLProxyEngine on #Pr

[users@httpd] NAS IP

2011-08-08 Thread aceror
Hello World! I have 5 AP to control, but they all use dynamic IP, there is any way to allow all NAS IP no mather if they change, every time the IP change I have to drive to the AP to find the new IP to added to my server. Thanks. Ah! I already try DynDNS.org but some routers dont let me use it.

Re: [users@httpd] NAS IP

2011-08-08 Thread Mark Brodis
I'm not sure I fully understand the question but the DynDNS service does not have to be supported by your router(s). You can also run a client application on a behind-the-scenes server that will update the DNS mapping if the internet/real IP changes for that server...assuming the outbound traffic

Re: [users@httpd] NAS IP

2011-08-08 Thread aceror
The problem is that the users move around so I thought to make a script to update the client list in the /freeradius/client.conf and restart the services, of course the problem is that the service will restart every 2sec because I have a lots of client connecting. 2º Option install the cert.pem i

Re: [users@httpd] Different Virtual Host configurations

2011-08-08 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/08/2011 05:57 AM, Petr Hracek wrote: > Dear users, > > I have following two virtual host configurations. First is working > correctly and second one not. > What does "not working" mean? What is in the logs? - -- James Moe moe dot james a

[users@httpd] using mod auth_mysql with apache for authentication

2011-08-08 Thread Rajeev Prasad
Hello, currently i have  mod auth_mysql configured and running as plaintext password: * Apache/2.2.16 (Ubuntu) * MySQL client version: 5.1.491. how can i generate crypt_des passwords to store in database? 2. how can i get a user log out once the browser tab is  closed. seems i