Hi all,
is there a good how to set-up a Stand Alone Webserver using Apache, php, mysql?
I think I already installed the three on my fc6-machine but I can't get it work. Here is what I did so fare - mysql:
Code:
yum -y install mysql
yum -y install mysql-server
yum -y install php-mysql
yum -y install MySQL-python
yum -y install libdbi-dbd-mysql
yum -y install mysql-devel
/etc/init.d/mysqld start
mysqladmin -u root password new_db_user_password
http:
Code:
yum -y install httpd
yum -y install mod_ssl
yum -y install httpd-manual
yum -y install mod_perl
yum -y install mod_auth_mysql
yum -y install crypto-utils
yum -y install mod_python
/etc/init.d/httpd start
And here is what I get:
Code:
httpd starten: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs