Page 1 of 1

LAMP Server

Posted: 28 Feb 2013, 10:04
by Hamza
Here is a LAMP Server made with these software:
  1. aaa_elflibs-14.0-i486-4
  2. httpd-2.4.3-i486-1
  3. libmcrypt-2.5.8-i486-1
  4. php-5.4.7-i486-1
  5. apr-1.4.6-i486-1
  6. icu4c-49.1.2-i486-1
  7. mysql-5.5.29-i486-1_slack14.0
  8. t1lib-5.1.2-i486-3
  9. apr-util-1.4.1-i486-3
  10. libaio-0.3.109-i486-1
  11. net-snmp-5.6.1-i486-5
It include a little file named 'httpdautostart' under the directory /etc. It's default value is '0' which means LAMP will not start automatically at each boot. If you change this value to '1', it will start at each boot. You must use changes feature in order to use this feature as it saves the httpdautostart in changes output folder/file set.

HTTPD
Web root is at /var/www/htdocs
Default index.html is /var/www/htdocs/index.html

MYSQL
It create 2 databases named 'mysql' and 'test'. These one are default in mysql. The database 'test' can be deleted if not needed or used for local development of a web application. I don't suggest to remove the database named 'mysql'. There is no default root password. This means that in your application you have to give an empty password for root account.

Example: mysql_connect('localhost', 'root', '');

PHP
Only default extenstions are enabled.

HOW TO START SERVICES
Httpd: /etc/rc.d/rc.httpd start
MySQL: /etc/rc.d/rc.mysqld start

HOW TO STOP SERVICES
Httpd: /etc/rc.d/rc.httpd stop
MySQL: /etc/rc.d/rc.mysqld stop

Download:lamp-server

Cheers!

Re: LAMP Server

Posted: 03 Mar 2013, 18:32
by tadatma
Thanks Hamza! things are going great...but I wanted to know the username and password I should use to access mysql....with this I hope to not pain you further.

Re: LAMP Server

Posted: 03 Mar 2013, 19:26
by Guest
Updated initial post.

Re: LAMP Server

Posted: 05 Mar 2013, 05:54
by tadatma
Everything configured and the system's up and running...successfully!! Only that the phpmyadmin had to downloaded and installed in htdocs and some parameters (such as enabling password-less login) had to be set. Now what remains is choosing (the right) printer and configuring that, which I shall ask about in the appropriate section.

Hamza, I'm ever thankful.

Re: LAMP Server

Posted: 13 Nov 2016, 12:32
by ajaxii
Сообщение Hamza » 28 фев 2013, 11:04
Here is a LAMP Server made with these software:

Code: Select all

    aaa_elflibs-14.0-i486-4
    httpd-2.4.3-i486-1
    libmcrypt-2.5.8-i486-1
    php-5.4.7-i486-1
    apr-1.4.6-i486-1
    icu4c-49.1.2-i486-1
    mysql-5.5.29-i486-1_slack14.0
    t1lib-5.1.2-i486-3
    apr-util-1.4.1-i486-3
    libaio-0.3.109-i486-1
    net-snmp-5.6.1-i486-5


It include a little file named 'httpdautostart' under the directory /etc. It's default value is '0' which means LAMP will not start automatically at each boot. If you change this value to '1', it will start at each boot. You must use changes feature in order to use this feature as it saves the httpdautostart in changes output folder/file set.

HTTPD
Web root is at /var/www/htdocs
Default index.html is /var/www/htdocs/index.html

MYSQL
It create 2 databases named 'mysql' and 'test'. These one are default in mysql. The database 'test' can be deleted if not needed or used for local development of a web application. I don't suggest to remove the database named 'mysql'. There is no default root password. This means that in your application you have to give an empty password for root account.

Example: mysql_connect('localhost', 'root', '');

PHP
Only default extenstions are enabled.

HOW TO START SERVICES
Httpd: /etc/rc.d/rc.httpd start
MySQL: /etc/rc.d/rc.mysqld start

HOW TO STOP SERVICES
Httpd: /etc/rc.d/rc.httpd stop
MySQL: /etc/rc.d/rc.mysqld stop
Download:lampp-server

Cheers!
The link is bad :wall: PLEASE give me good link to download this module.