Samet Kilictas’s Blog

Tag: apache2

Subversion (SVN) Server Nasıl Kurulur (Turkish)

by Samet Kilictas on Dec.19, 2008, under HowTo, Linux, Ubuntu

Merhaba arkadaşlar subversion hakkında türkçe yazılmış çok fazla kaynak olmamasından dolayı bu yazımı türkçe yazdığımı belirtmek istiyorum. Halen ingilizce dilinin artık global bir dil olduğunun bazı kişiler tarafından kabul edilmeyişide ayrı bir tartışma konusu bence.

Neyse hemen anlatmaya başlıyorum. Aslında kişisel olarak bir projeyi tek başıma yapıyorsam bunda daha başarılı olabildiğimi düşünüyordum ancak bazı nedenlerden dolayı anladım ki atasözümüz olan “Bir elin nesi var iki elin sesi” var sözü gerçekten yerinde ve mantıklı söylenmiş bir söz. :) . Geçenlerde üniversitede grup çalışması yaptıgım samimi arkadaşlar ile bir projeye başlama kararı aldık ve ortak bir çalışma ortamı oluşturmam gerekiyordu. Ortak çalışma ortamı çok şekilde yaratılabilir aslında;

  • Subversion
  • CVS
  • SourceSafe
  • Team Foundation Server
  • Birkaç duyulmamış sistem daha

Bu sistemler arasında en mantıklı ve uygulanabilirliği açısından rahat olan sistemin subversion olduğunu düşünüyorum. Linux altında çalışmışlığınız var ise bir Subversion (SVN) server kurmak yanlızca 30 saniyenizi alacaktır. Subversion sistemini windows işletim sistemilerinde de kurabiliyoruz ancak tabiki biz linuxumuza kurup rahat ve hızlı çalışmanın tadına varacağız :)

(continue reading…)

VN:F [1.0.6_327]
Rating: 6.4/10 (11 votes cast)
4 Comments :, , , , , , , more...

.htaccess problem at Apache2 (Ubuntu)

by Samet Kilictas on Sep.08, 2008, under HowTo, Linux, Ubuntu

Hi, Everyone,

Today i have faced with a problem which made me sick of apache2. Since i’ve done with this stupid problem it will be my pleasure to writing solution to my blog page   :)

Ok!, If you are running apache2 first you should know about that you got the configuration file at ;

sudo nano /etc/apache2/apache2.conf -> just check out this file to see what it contains exaclty

and you can see error log’s at ;

sudo nano /var/log/apache2/error.log  -> which helps a lot

So, to enable .htaccess files on your server first you have to edit ;

sudo nano /etc/apache2/sites-available/default

when you open this file you have to see some lines like;

DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>

you have to be sure the Document root is correct. Then you need to change the “AllowOverride None” to “AllowOverride All” then we are done with this part.

(continue reading…)

VN:F [1.0.6_327]
Rating: 4.0/10 (2 votes cast)
Leave a Comment :, , more...

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...