Apache Apache Apache…why aren’t you working working?
Posted by Cody Mays on 24 Jan 2006 9:01 pm. Filed under Geekery , Web Development , Linux , Tips and Tricks , Apache , Personal , Experiences.
I’ve just spent a good two to three hours of my time screwing with the Apache 2.0.54 Ubuntu Linux package, just to get mod_rewrite to work properly. So if you have an Error 500 when adding “RewriteEngine On” to your .htaccess, this is the fix for you.
- cd /etc/apache2
- sudo nano apache2.conf
- Add Options +FollowSymLinks
- sudo /etc/init.d/apache2 force-restart
and you should be up and running. Hope that assists you people out there. I know I spent too much time on that. :)
Del.icio.us
Digg
On January 24th, 2006 at 9:43 pm
Dude, I’ve wanted to get Mod Rewrite to work on my local apache for some time now, awesome!
Using
On December 4th, 2006 at 11:52 am
Hi! I setup SSL/TLS on apache 2.0.
Its working fine apache only listen on 443 port for incoming connections. My question is:
How to config apache , for example when user type www.dome.com to automatic redirect him to port 443 and https connection. Now when i use www.domain.com he dont display anything because apache don listen on 80.
Can you help me, please? Thanx :)
Using