Category: Apache

Drupal quick install guide

TweetHi there, here it comes a quick instillation guide for Drupal, there you can find several steps for download and install this cms (content management system). Before you begin the installation, you need to know: To install and run Drupal, your server host must meet certain minimum requirements. Must web hosts meet these requirements, at this link, you can [...]

Saturday May 12th, 2012 in Apache, FrameWorks, Linux, PHP - Geral, PostgreSQL | No Comments »

How to manipulate css using jquery

TweetIt’s really simple to manipulate css using JQuery. JQuery has the “.css()” method and its syntax is: .css( propertyName, value ) propertyNameA CSS property name. .css( propertyName, function(index, value) ) propertyNameA CSS property name. function(index, value) A function returning the value to set. this is the current element. Receives the index position of the element [...]

Wednesday May 9th, 2012 in Apache, JQuery | No Comments »

Fedora Linux: Start / Stop or Restart Apache Server

TweetIt’s really simple to start / stop or restart your apache environment, on Fedora Linux using command line. You must run the following line commands as the root user: Fedora Linux STOP Apache # service httpd stop OR # /etc/init.d/httpd stop Fedora Linux Start Apache # service httpd start OR # /etc/init.d/httpd start Fedora Linux [...]

Sunday May 6th, 2012 in Apache, Linux, PHP - Geral | No Comments »