![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Beans: 11
|
Re: HOWTO - Apache2 + Subversion + SSL
I'm trying to follow this HOWTO but when I try to add port to ports.conf in Dapper Drake 6.06 by using
Code:
sudo echo "Listen 443" >> /etc/apache2/ports.conf |
|
|
|
|
|
#12 |
|
First Cup of Ubuntu
![]() Join Date: Aug 2006
Beans: 11
|
Re: HOWTO - Apache2 + Subversion + SSL
Fixed it myself: Stop Apache first
|
|
|
|
|
|
#13 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2006
My beans are hidden!
|
Re: HOWTO - Apache2 + Subversion + SSL
I am having the same problem as someone earlier posted:
Code:
~# svn import .bashrc http://localhost/svn/testfile -mlogentry svn: PROPFIND request failed on '/svn/testfile' svn: PROPFIND of '/svn/testfile': 403 Forbidden (http://localhost) # svn import .bashrc https://localhost/svn/testfile -mlogentry svn: PROPFIND request failed on '/svn/testfile' svn: PROPFIND of '/svn/testfile': 403 Forbidden (https://localhost) Code:
# apt-get install libapache2-svn Reading package lists... Done Building dependency tree... Done libapache2-svn is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Any other ideas? |
|
|
|
|
|
#14 |
|
First Cup of Ubuntu
![]() Join Date: Sep 2006
My beans are hidden!
|
Re: HOWTO - Apache2 + Subversion + SSL
I found my mistake. It was in the dav_svn.conf file.
I had enabled the following: Code:
# AuthzSVNAccessFile /etc/apache2/dav_svn.authz |
|
|
|
|
|
#15 |
|
Dipped in Ubuntu
![]() Join Date: Oct 2005
Location: Adelaide, South Australia
Beans: 589
Ubuntu 8.10 Intrepid Ibex
|
Re: HOWTO - Apache2 + Subversion + SSL
try this...
check out the empty-only-just-now-created-repository : Code:
/var/www/projects:$ svn co svn+ssh://localhost/svn-repos/project-name ./project-name Code:
/var/www/projects:$ echo 'text for inclusion' >> test.txt Code:
/var/www/projects:$ svn import ./ Code:
/var/www/projects:$ svn commit svn+ssh://localhost/svn-repos/project-name ./project-name
__________________
Fear is the mindkiller.... The little death that obliterates... |
|
|
|
|
|
#16 |
|
5 Cups of Ubuntu
![]() Join Date: Jun 2006
Location: Jacksonville, FL
Beans: 31
Ubuntu 8.10 Intrepid Ibex
|
Re: HOWTO - Apache2 + Subversion + SSL
I just created a script that will automate the installation and setup of Subversion and Apache2. At this point SSL is not implemented but I am planning on getting to that in the future.
It can be found here. Hopefully it will be useful for someone.
__________________
http://jessejcollins.com |
|
|
|
|
|
#17 | |
|
First Cup of Ubuntu
![]() Join Date: Dec 2006
Location: Fairbanks, Alaska
Beans: 2
Ubuntu 6.10 Edgy
|
Re: HOWTO - Apache2 + Subversion + SSL
Quote:
Here is an update with corrected English and a little fancier markup. I also added in some other users' notes, and 'a2enmod dav_svn', which I had to do with Edgy Eft; I'm not sure if it was necessary before? HOWTO Install Subversion + Apache2 + SSL References: This example configures a web-accessible Subversion repository on Ubuntu using Basic Authentication and SSL.
|
|
|
|
|
|
|
#18 |
|
5 Cups of Ubuntu
![]() Join Date: Jul 2006
Location: Canada
Beans: 39
Kubuntu 9.04 Jaunty Jackalope
|
Re: HOWTO - Apache2 + Subversion + SSL
Hi,
How do I generate multiple ssl cert. for virtual host setup. For example, i want to make a ssl cert for 2 different virtual hosts site1.com and site2.com Thanks, |
|
|
|
|
|
#19 |
|
First Cup of Ubuntu
![]() Join Date: Dec 2006
Location: Fairbanks, Alaska
Beans: 2
Ubuntu 6.10 Edgy
|
Re: HOWTO - Apache2 + Subversion + SSL
wuhaa, there might be more specific tips on the SSL tutorial or the Apache docs, but I'll offer one tip off the top of my head-- you need a separate IP address for each SSL virtual host. You can't do name-based virtual hosting with SSL because the web server needs to send the SSL cert to the client before it can read the hostname from the encrypted HTTP headers.
|
|
|
|
|
|
#20 |
|
5 Cups of Ubuntu
![]() Join Date: Aug 2006
Beans: 24
|
Re: HOWTO - Apache2 + Subversion + SSL
for generating the ssl certificate under feisty works:
Code:
/usr/sbin/make-ssl-cert /usr/share/ssl-cert/ssleay.cnf /etc/apache2/ssl/apache.pem Code:
sudo apt-get install ssl-cert Last edited by mike.thorton; April 23rd, 2007 at 09:45 AM.. |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|