Categories


Posts Tagged ‘Linux Webserver’

From Apache to NginX

After using Apache Webserver for 4 years I had no doubt of its simplicity and performance.  Reading several articles about the comparison of apache and nginx [engine x], I came to a point of using nginx.  Last night I kinda ditched apache and had a long time with nginx.  I have now an nginx webserver with mysql and php or other call it “LEMP”.  I found several tutorials of how to install nginx with php and mysql and found a

Continue Reading

No Comments

Changing the Owner of Your Docroot (LAMP)

apache chwon

In a LAMP server when you upload files in your htdocs folder by default  the owner of the files is root or the account you used to login and all other account won’t be able to execute the scripts.  This is what I have encountered when I uploaded a web application I just finished developing.  In my php script I used the system command chmod and it throws an error every time the line is being executed.  I was wondering why

Continue Reading

No Comments

Slackware PHP GD Error

In the past months I was able to handle a LAMP server, this is my second time to handle a UNIX based web server but this time its a lot different because I will will be the one to install and configure the web server.  Our System administrator was the one who installed the latest version of slackware which is 13.1 on the machine, so all I need to do is have the web server up and running. Our system

Continue Reading

No Comments

Rss Feeds