LAMP Server

Post links to your 32-bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
User avatar
Hamza
Warlord
Warlord
Posts: 1908
Joined: 28 Dec 2010, 07:41
Distribution: Porteus
Location: France

LAMP Server

Post#1 by Hamza » 28 Feb 2013, 10:04

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!
NjVFQzY2Rg==

tadatma
White ninja
White ninja
Posts: 16
Joined: 17 Oct 2012, 16:48
Location: India

Re: LAMP Server

Post#2 by tadatma » 03 Mar 2013, 18:32

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.

Guest

Re: LAMP Server

Post#3 by Guest » 03 Mar 2013, 19:26

Updated initial post.

tadatma
White ninja
White ninja
Posts: 16
Joined: 17 Oct 2012, 16:48
Location: India

Re: LAMP Server

Post#4 by tadatma » 05 Mar 2013, 05:54

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.

ajaxii
White ninja
White ninja
Posts: 5
Joined: 03 Nov 2016, 07:33
Distribution: xfce
Location: russia

Re: LAMP Server

Post#5 by ajaxii » 13 Nov 2016, 12:32

Сообщение 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.
Зеркало и сайт сборки для web дизайнеров Porteus3.1 WebDis http://weblifecd.ru.gg/

Post Reply