Category Archives: apache

install apache as a service

Share Running Apache as a Service Apache can be run as a service on Windows NT. There is some highly experimental support for similar behavior on Windows 9x. You can install Apache as a service automatically during the installation. If … Continue reading

Posted in apache | Tagged , , | Leave a comment

error using mod_rewrite

Share I got an error using mod_rewrite on my local server and it was only solved when I put  Options +FollowSymLinks but on live server using Options +FollowSymLinks gave me an error so I removed it. Well anyway, I came … Continue reading

Posted in apache, server | Tagged , | Leave a comment

debian – LAMP setup

ShareThis tutorial has been helpful to me on my 1st attempt of setting up our dedicated server. source: http://allyourtech.com/content/articles/16_01_2006_setting_up_a_local_web_server_in_debian_linux.php The basic Linux setup Setting this all up assumes you have a running version of Linux already installed. I won’t walk … Continue reading

Posted in apache, mysql, php, server | Tagged , , | 5 Comments

mod_rewrite and regular expressions

ShareI’ve been looking for this article and finally found it! Thanks to justin who posted this on some website. Regular Expressions I guess I should start by describing a regular expression. (They aren’t too scary once you get to know … Continue reading

Posted in apache, server | Tagged , | Leave a comment