LAMP (Linux, Apache, MySQL, Perl) configuration on OpenSUSE Linux 10.0. Here is some useful information : The configuration files are in /etc/apache2/ I had to create an empty file named include.conf in /etc/apache2/sysconfig.d Else 'httpd2 -k start' (the way you need to start the daemon) was giving an error. HTML files and other stuff like images go by default into : /srv/www/htdocs CGI files in /srv/www/cgi-bin Also did some experimentation with 'mysql' based on info that I had got from the LFY magazine. First installed the mysql server. Then the following commands to craete and update databases. linux:~ # mysqladmin -u root -p XXXXX linux:~ # mysql -u root -p Enter password: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 2 to server version: 4.1.8-standard mysql> create database testdb; Query OK, 1 row affected (0.17 sec) mysql> show databases -> -> ; +----------+ Database +----------+ mysql test testdb tmp +----...
In my mind is a strange attractor!