Coburn wrote:As for the WiFi card issue, I don't know.
I do! Faulty USB slot on my hub
Oh well...
Coburn wrote:As for the WiFi card issue, I don't know.
SearchMyAim wrote:Can you post all the necessary login names and passwords. For example for phpMyAdmin? root/root and pi/raspberry isn't working.
Greetings, Alex
poing wrote:The system seems to work real good. The one problem I have so far is that phpMyAdmin only allows import of .sql files over 2MB. Apparently this is due to a setting in php.ini, but which php.ini? I found three
poing wrote:The system seems to work real good. The one problem I have so far is that phpMyAdmin only allows import of .sql files over 2MB. Apparently this is due to a setting in php.ini, but which php.ini? I found three
SearchMyAim wrote:How can I redirect it from www to www/wordpress/ so you only have to type the url without attaching /wordpress/?
SearchMyAim wrote:I'm sure that's a really noobish questions. But I spend some hours now on the internet and didn't find a solution, at least in my eyes.
I'm running wordpress on your distro. It is located in www/wordpress/..., so if I want to access the wordpress side I have to add /wordpress/ to my url. How can I redirect it from www to www/wordpress/ so you only have to type the url without attaching /wordpress/?
Found many solutions with .htaccess, but couldn find these file. Neither the folder sites-available at apache2 direction.
For someone who is into this material I'm sure it is no challenge to fix this. But for me it is.
Would be really great if someone could give me a solution or hint how to fix it.
Best regards,
Alex
Ps.: Running your distro now for quite a time and never had any problem
mv /var/www/wordpress/* /var/www/ && rm -r /var/www/wordpress
cats_five wrote:Cannot use 'sudo' commands
pi@raspberrypi ~ $ cd /etc
pi@raspberrypi /etc $ sudo vi hosts
[sudo] password for pi:Preparing to replace lighttpd 1.4.31-1 (using .../lighttpd_1.4.31-3_armhf.deb) ...
[ ok ] Stopping web server: lighttpd.
Unpacking replacement lighttpd ...
Processing triggers for man-db ...
Setting up libgnutls26:armhf (2.12.20-2) ...
Setting up libkrb5support0:armhf (1.10.1+dfsg-3) ...
Setting up libk5crypto3:armhf (1.10.1+dfsg-3) ...
Setting up libkrb5-3:armhf (1.10.1+dfsg-3) ...
Setting up libgssapi-krb5-2:armhf (1.10.1+dfsg-3) ...
Setting up imagemagick-common (8:6.7.7.10-5) ...
Setting up libicu48:armhf (4.8.1.1-10) ...
Setting up libmagickcore5:armhf (8:6.7.7.10-5) ...
Setting up libmagickwand5:armhf (8:6.7.7.10-5) ...
Setting up xz-utils (5.1.1alpha+20120614-2) ...
Setting up krb5-locales (1.10.1+dfsg-3) ...
Setting up lighttpd (1.4.31-3) ...
Installing new version of config file /etc/lighttpd/conf-available/10-fastcgi.conf ...
Configuration file `/etc/lighttpd/conf-available/15-fastcgi-php.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** 15-fastcgi-php.conf (Y/I/N/O/D/Z) [default=N] ? D
--- /etc/lighttpd/conf-available/15-fastcgi-php.conf 2012-10-15 07:41:52.000000000 +0200
+++ /etc/lighttpd/conf-available/15-fastcgi-php.conf.dpkg-new 2012-11-21 02:12:50.000000000 +0100
@@ -1,13 +1,20 @@
# -*- depends: fastcgi -*-
-# /usr/share/doc/lighttpd-doc/fastcgi.txt.gz
+# /usr/share/doc/lighttpd/fastcgi.txt.gz
# http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs:ConfigurationOptions#mod_fastcgi-fastcgi
## Start an FastCGI server for php (needs the php5-cgi package)
-## Patched by Coburn's Domain for php5-fpm support
fastcgi.server += ( ".php" =>
((
- "socket" => "/var/run/php5-fpm.sock",
-# "host" => "127.0.0.1",
-# "port" => "9000"
+ "bin-path" => "/usr/bin/php-cgi",
+ "socket" => "/tmp/php.socket",
+ "max-procs" => 1,
+ "bin-environment" => (
+ "PHP_FCGI_CHILDREN" => "4",
:
sudo dpkg --configure -a
Setting up lighttpd (1.4.31-3) ...
Configuration file `/etc/lighttpd/conf-available/15-fastcgi-php.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** 15-fastcgi-php.conf (Y/I/N/O/D/Z) [default=N] ? N
Installing new version of config file /etc/lighttpd/conf-available/10-status.conf ...
Installing new version of config file /etc/lighttpd/conf-available/10-userdir.conf ...
Installing new version of config file /etc/lighttpd/conf-available/10-simple-vhost.conf ...
Installing new version of config file /etc/lighttpd/conf-available/10-ssi.conf ...
Installing new version of config file /etc/lighttpd/conf-available/10-proxy.conf ...
Installing new version of config file /etc/lighttpd/conf-available/05-auth.conf ...
Installing new version of config file /etc/lighttpd/conf-available/10-cgi.conf ...
Installing new version of config file /etc/lighttpd/conf-available/10-ssl.conf ...
Installing new version of config file /etc/lighttpd/conf-available/10-rrdtool.conf ...
[ ok ] Starting web server: lighttpd.