[users@httpd] digest auth over ssl

2014-06-19 Thread Pol Hallen
Hi all :-) I've configured apache2 to redirect a virtual host (munin) from http to https, I've something like this: cat /etc/apache2/site-enabled/default [...] # 20140619 - munin redirect http to https RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} ^/munin/.*

[users@httpd] virtualhost: both http and https too

2013-12-31 Thread Pol Hallen
Hi folks! I use debian 7 with apache2 and several virtualhost. Now I need for each site connect to it using http and https too. So, do I need add new https virtualhost config to default-ssl? or merge ssl config to http virtual host? Thanks for help! Pol

Re: [users@httpd] virtualhost: both http and https too

2013-12-31 Thread Pol Hallen
So, do I need add new https virtualhost config to default-ssl? or merge ssl config to http virtual host? So, I've done exactly the same config file for http virtualhost and the rendering of browser is ok. I've added (debian) new https virtualhost to /etc/apache/site-available but the rendering

[users@httpd] AllowOverride

2013-10-10 Thread Pol Hallen
Hello to all :-) I've done a long search on internet but I've some troubles about the setting of AllowOverride (obviously I also read http://httpd.apache.org/docs/2.2/mod/core.html#allowoverride) i.e. Directory /var/www/ Options Indexes FollowSymLinks MultiViews AllowOverride

[users@httpd] ProxyHTMLURLMap

2013-10-09 Thread Pol Hallen
Hi all :-) I lost myself with this problem... and I don't know what is useful to resolve it :-/ apache2.2 and virtual host the name of this webserver is: domain.org, I've phpmyadmin as alias: http://domain.org/phpmyadmin A virtual host: newdomain.org I need connect to phpmyadmin using

[users@httpd] rewrite (remapping?) url

2013-10-04 Thread Pol Hallen
Howdy :-) I'm not sure what's the best module for my issue... my problem is: I've http://domain1.org and I'd like show another domain on the address bar (only show, so not redirect to new one) So, when an user try to connect to http://domain1.org, in the browser show (i.e.) newdomain.org is

Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Pol Hallen
You can't do that without redirecting the user. Why not redirect them? Let's explain :-) I need to access to phpmyadmin using http://newdomain.org/phpmyadmin and not using http://domain1.org/phpmyadmin http://domain1.org is old real name... domain1.org is the real webserver name

Re: [users@httpd] rewrite (remapping?) url

2013-10-04 Thread Pol Hallen
I don't see how that relates to whether you redirect or not. Are you indirectly saying that newdomain.org doesn't actually resolve to an IP that reaches your server? first of all: sorry for my english :-( My server has only one IP, so domain1.org and newdomain.org has same IP. I need access

[users@httpd] suphp

2013-09-26 Thread Pol Hallen
Howdy :-) Does suphp supports cgi scripts? If yes, how? I've done a long searching but I didn't found any howto or tips to do this. Any idea? Thanks! Pol - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For

[users@httpd] logging

2013-08-08 Thread Pol Hallen
Hi folks :-) I've several virtual host (for each I've the relative access.log e error.log) [...] ErrorLog /home/site1/logs/error.log CustomLog /home/site1/logs/access.log combined [...] I need have the merge of each log files of virtual host also to /var/log/apache2/access.log (and error.log)

[users@httpd] How limit directives at htaccess file

2013-08-06 Thread Pol Hallen
Hi all, I'm study apache and I don't understand some things about htaccess. Reading, the advice is: never permit htaccess to users. So, can I enable htaccess but only for personalize something like this? ErrorDocument 400 /errors/badrequest.html ErrorDocument 401 /errors/authreqd.html

Re: [users@httpd] phpmyadmin auth

2013-07-10 Thread Pol Hallen
thanks all for replies :-) I think aboout vpn, ssl and auth. What about auth cookies? Pol - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

[users@httpd] https before auth

2013-07-10 Thread Pol Hallen
Hi all :-) working on my last post I configured a https rewrite and auth basic: default [...] IfModule mod_rewrite.c IfModule mod_ssl.c Location /test RewriteEngine on RewriteCond %{HTTPS} !^on$ [NC] RewriteRule . https://example.org/test [L] /Location /IfModule /IfModule [...] default-ssl

Re: [users@httpd] https before auth

2013-07-10 Thread Pol Hallen
I'm not sure but add: SSLOptions +StrictRequire SSLRequireSSL seems resolve the problem Is it correct? thanks! Hi all :-) working on my last post I configured a https rewrite and auth basic: default [...] IfModule mod_rewrite.c IfModule mod_ssl.c Location /test RewriteEngine on

[users@httpd] phpmyadmin auth

2013-07-09 Thread Pol Hallen
Hey all! This is my first post :-) I need allow access of phpmyadmin to some users but I'm not sure which type of authentication use... Is it a good idea use ssl with client certificates? I see also auth cookie (debian 7 libapache2-mod-auth-memcookie) which should be best secure way to do this?

Re: [users@httpd] phpmyadmin auth

2013-07-09 Thread Pol Hallen
Lock down to IP only and use SSL. You can't get any better than that. hi and thanks for reply :-) I can't :-( Users has dynamic IP Pol - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands,

[users@httpd] externel rewrite

2013-07-03 Thread Pol Hallen
Hi all! This is my first post! I've read apache the definitive guide (unfortunately based on 1.3 apache). I've 2 server and my problem is about webmail, webmail is on server2, main site in on server1 server1 ip: 12.34.56.78 server2 ip: 34.56.78.90 on server1 I've a link to server2: