Topic: install help writable config file ?
Hi,
Trying to install and I get:
PHP 5.1.2 PHP 5.3.3-1ubuntu9.3
PDO supported true
PDO supports MySQL 1) true
PDO supports SQLite 3 1) false
PDO supports PostgreSQL 1) false
Config file exists 2) true
Config file is writable 2) false
Public directory is writable 3) false
Clean URLs support available 4) not detected
I tried chmod php.config to 755 but that did not help. So for right now I changed it back to 644. I'm learning on Ubuntu localhost setup. Below I'm posting what I think are the relevant permissions. Please let me know what to change or if more info needed. Thanks!
Also have another probably general config very optional question - I see that root is the user and group who owns the files. I expected to see www-data in the mix. At the bottom I show output of a ps command I think shows relevant info. I know this may be a little off-topic but is my config OK? Again thanks.
giga1@giga1:/var/www/wolfcms$ ls -la
total 48
drwxr-xr-x 5 root root 4096 2011-04-08 15:02 .
drwxr-xr-x 3 root root 4096 2011-04-08 15:02 ..
-rw-r--r-- 1 root root 0 2011-01-07 00:29 config.php
drwxr-xr-x 2 root root 4096 2011-04-08 15:02 docs
-rw-r--r-- 1 root root 928 2011-01-07 00:29 _.htaccess
-rw-r--r-- 1 root root 6112 2011-01-07 00:29 index.php
drwxr-xr-x 4 root root 4096 2011-04-08 15:02 public
-rw-r--r-- 1 root root 1770 2011-01-07 00:29 readme.md
-rw-r--r-- 1 root root 11400 2011-01-07 00:29 security.php
drwxr-xr-x 7 root root 4096 2011-04-08 15:02 wolfgiga1@giga1:/var/www$ ps auwfx | grep apache
root 1427 0.0 0.2 36344 7508 ? Ss 11:49 0:00 /usr/sbin/apache2 -k start
www-data 1434 0.0 0.1 36424 4880 ? S 11:49 0:00 \_ /usr/sbin/apache2 -k start
www-data 1435 0.0 0.3 39512 10192 ? S 11:49 0:00 \_ /usr/sbin/apache2 -k start
www-data 1436 0.0 0.3 39896 10928 ? S 11:49 0:00 \_ /usr/sbin/apache2 -k start
www-data 1437 0.0 0.1 36424 4832 ? S 11:49 0:00 \_ /usr/sbin/apache2 -k start
www-data 1438 0.0 0.2 38484 8456 ? S 11:49 0:00 \_ /usr/sbin/apache2 -k start
www-data 2410 0.0 0.1 36424 4796 ? S 12:01 0:00 \_ /usr/sbin/apache2 -k start
www-data 3171 0.0 0.3 38740 9588 ? S 12:10 0:00 \_ /usr/sbin/apache2 -k start
www-data 3172 0.0 0.3 38344 9400 ? S 12:10 0:00 \_ /usr/sbin/apache2 -k start
www-data 3401 0.0 0.3 39652 10364 ? S 12:36 0:00 \_ /usr/sbin/apache2 -k start
www-data 4809 0.0 0.3 39920 10916 ? S 14:30 0:00 \_ /usr/sbin/apache2 -k start
giga1 5796 0.0 0.0 4008 764 pts/0 S+ 15:46 0:00 \_ grep --color=auto apache
giga1@giga1:/var/www$
