Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

SSL question

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  Problems trying to run a perl script as a SSI  
Author Message
zeitgeist

External


Since: Dec 01, 2003
Posts: 4



(Msg. 1) Posted: Tue Dec 02, 2003 1:21 am
Post subject: SSL question
Archived from groups: alt>apache>configuration (more info?)

Hi!

I have the following setup for one of my virtual domains:

<VirtualHost 212.185.119.158:80>
ServerName www.yfu-deutschland.de
ServerAlias yfu-deutschland.de
ServerAdmin admin.RemoveThis@yfu-deutschland.de
DocumentRoot /home/virtual/site2/fst/var/www/html
User admin2
Group admin2
UserDir /home/virtual/site2/fst/home/*/public_html
AliasMatch ^/users/([^/]+)/?(.*)
/home/virtual/site2/fst/home/$1/public_html/$2
<Directory /home/virtual/site2/fst/var/www/html/>
Allow from all
AllowOverride All
Order allow,deny
</Directory>
SetEnv SITE_ROOT /home/virtual/site2/fst
SetEnv SITE_HTMLROOT /home/virtual/site2/fst/var/www/html
Alias /squirrelmail /home/virtual/site2/fst/var/www/squirrelmail/
<Directory "/home/virtual/site2/fst/var/www/squirrelmail">
</Directory>
Include /etc/httpd/conf/site2
</VirtualHost>

<VirtualHost 212.185.119.158:80>
ServerName www.webmail.yfu-deutschland.de
ServerAdmin intranet.admin.RemoveThis@yfu.de
Redirect 301 / http://www.yfu-deutschland.de/squirrelmail/
</VirtualHost>

As you can see there is a special redirection for squirrelmail since it's
not in the html root of the webserver for special reasons. The other thing
that is clear is that I have created a second virtual host here for
www.webmail.yfu-deutschland.de which redirects to the squirrelmail/ path.
My question now is: how do I turn on SSL for squirrelmail? If I enter
https://www.webmail.yfu-deutschland.de or
https://www.yfu-deutschland.de/squirrelmail I get a 404.

Thanks,
zeitgeist

--
Every successful person has had failures but repeated failure is no
guarantee of eventual success.

 >> Stay informed about: SSL question 
Back to top
Login to vote
user2577

External


Since: Nov 26, 2003
Posts: 3



(Msg. 2) Posted: Wed Dec 03, 2003 1:02 pm
Post subject: Re: SSL question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

well, I do not know the rest of your conf. But a basic problem is that your
server does not listen to port 443. Did you implement mod_ssl?
Did you take a closer look at ssl.conf?
may be that adding
Listen 443
would do it.... but this is a question of configuration....

mirco

 >> Stay informed about: SSL question 
Back to top
Login to vote
zeitgeist

External


Since: Dec 01, 2003
Posts: 4



(Msg. 3) Posted: Wed Dec 03, 2003 7:53 pm
Post subject: Re: SSL question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mirco Jeske wrote in alt.apache.configuration:

 > well, I do not know the rest of your conf. But a basic problem is that
 > your server does not listen to port 443. Did you implement mod_ssl?
 > Did you take a closer look at ssl.conf?
 > may be that adding
 > Listen 443
 > would do it.... but this is a question of configuration....
 >
 > mirco

the server does already listen on port 443...

--
Green light in a.m. for new projects. Red light in P.M. for traffic
tickets.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: SSL question 
Back to top
Login to vote
user2577

External


Since: Nov 26, 2003
Posts: 3



(Msg. 4) Posted: Wed Dec 03, 2003 9:00 pm
Post subject: Re: SSL question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

problems with your certificat? do u use openSSL? version? logs?
tell us something....
mirco
 >> Stay informed about: SSL question 
Back to top
Login to vote
zeitgeist

External


Since: Dec 01, 2003
Posts: 4



(Msg. 5) Posted: Thu Dec 04, 2003 7:04 pm
Post subject: Re: SSL question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Mirco Jeske wrote in alt.apache.configuration:

 > problems with your certificat? do u use openSSL? version? logs?
 > tell us something....
 > mirco

except for that I'm using openSSL nothing else is to tell. The logs don't
show any error, not even the 404 error that I get, even in debug mode.
Certificates can't be the problem in this case.
I think the problem is, that the squirrelmail directory is not in the
SIE_HTMLROOT directory, but rather in the SITE_ROOT directory.

--
Every improvement in communication makes the bore more terrible.
-- Frank Moore Colby<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: SSL question 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Log question - Hello! Found this in access-log. What does it mean? 218.93.22.69 - - [07/Nov/2003:01:19:24 +0100] "GET http://www.eachnet.com/ HTTP/1.1" 200 916 //

URL question - Hi peeps, I have a domain I'd like to use for a few websites. i.e. site1.domain.org.uk site2.domain.org.uk etc. I'm not sure how to set this up or what it's called. Any pointers as to where in the docs I should look for the info? I already have..

log question - I have set up a log "environment" which sends different "stuff" into different logfiles: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined LogFormat "%h ...

.htaccess question - Hi all, I'd like to know the syntax of a .htaccess file wich secure his folder but not the subfolders (only one free, others secured). Exemple : /forum/ // Secured by .htaccess /lib/ // Secured by .htaccess /temp/ // Secured...

[P] problem vs [R] question - Hello. I'd like to make Apache take some file from the remote server w/o showing actual URL of this file to a client. I've tried to do it with mod_rewrite and mod_proxy ([P] directive) and got such problem: Apache reads ahead full remote file on first..
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]