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/.*
RewriteRu
> 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
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
---
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.
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order a
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 http://n
> 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 acces
> 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
newdomain.o
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 t
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 addit
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)
O
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
ErrorDocum
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
> [...]
>
>
>
> RewriteEngine on
> RewriteCond %{HTTPS} !^on$ [NC]
> RewriteRule .
Hi all :-)
working on my last post I configured a https rewrite and auth basic:
default
[...]
RewriteEngine on
RewriteCond %{HTTPS} !^on$ [NC]
RewriteRule . https://example.org/test [L]
[...]
default-ssl
[...]
Options +SymLinksIfOwnerMatch +Multiviews +Indexes
AuthType Basic
AuthName "Au
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
> 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, e-
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
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: 34.56.78.90
17 matches
Mail list logo