Search found 28 matches

by Peter_w
Tue Nov 17, 2009 11:46 am
Forum: General
Topic: Resize script for gimp
Replies: 3
Views: 28666

Resize script for gimp

Hello,

I need to resize several jpeg-files.
I know you can do scripts with gimp,
so you can change several files at once.
But I'm not sure how.

I have ubuntu and gimp 2.6
by Peter_w
Mon Oct 12, 2009 3:18 pm
Forum: Apache
Topic: Apache won't start
Replies: 2
Views: 26764

Re: Apache won't start

Ignore my comment above, It isn't the real solution. The virtual host files weren't read. You need to adapt some setting: <IfDefine SITE1_VHOST> # see bug #178966 why this is in here in your vhost conf file. (/etc/apache2/vhosts.d/00_site1_vhost.conf) And you also need to adapt the file: /etc/conf.d...
by Peter_w
Mon Oct 12, 2009 1:01 pm
Forum: Apache
Topic: Apache won't start
Replies: 2
Views: 26764

Re: Apache won't start

Found the problem

Apparently Listen in the vhost-configuration is not enough.
you need to add it also in /etc/apache2/httpd.conf

Code: Select all

Listen 80
Listen 81
Listen 85
(I have several virtual host for testing purpose)
by Peter_w
Mon Oct 12, 2009 12:52 pm
Forum: Apache
Topic: Apache won't start
Replies: 2
Views: 26764

Apache won't start

Hi, I just installed apache on Gentoo Linux and it won't start I get the following error messages: tail /var/log/apache2/startuperror.log apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName apache2: Could not reliably determine the server's ...
by Peter_w
Sat Sep 12, 2009 9:53 pm
Forum: PHP
Topic: Solved Converting rrs-date format to MySQL date format
Replies: 5
Views: 29033

Solved Converting rrs-date format to MySQL date format

Hi,

Does anyone has fast way to convert the rrs-date format to MySQL date format?

Thanks,
by Peter_w
Thu Aug 06, 2009 10:54 pm
Forum: SQL
Topic: SOLVED Mysql: could not start the service MySQL. Error: 0
Replies: 2
Views: 20206

Re: Mysql: could not start the service MySQL. Error: 0

Success I did a uninstall of MySQL. And then a new complete new install, with standaard settings, BUT most important, without innoDB. As it s for a local intranet site, i don't really need it. Stopped the server I copied all the data files to the directory I wanted. Update the my.ini -file: #Path to...
by Peter_w
Thu Aug 06, 2009 10:17 pm
Forum: SQL
Topic: SOLVED Mysql: could not start the service MySQL. Error: 0
Replies: 2
Views: 20206

Re: Mysql: ould not start the service MySQL. Error: 0

When checking the windows log files,
I see a warning and several error messages for MySQL.

Warning: Plugin 'FEDERATED' is disabled.
Error: Plugin InnoDB init function returned error
Error: Plugin InnoDB registartion as a Storage Engine failed.
...
by Peter_w
Thu Aug 06, 2009 9:57 pm
Forum: SQL
Topic: SOLVED Mysql: could not start the service MySQL. Error: 0
Replies: 2
Views: 20206

SOLVED Mysql: could not start the service MySQL. Error: 0

Hi,

I get the following error when installing MySQL Server 5.1 in windows xp

Code: Select all

Could not start the service MySQL. Error: 0
I use the .msi file for installation.
OS is windows XP

Anyone has any idea what this error means?

Regards
by Peter_w
Sun Jun 28, 2009 7:00 pm
Forum: Apache
Topic: multidomain domain2.com to www.domain1.com
Replies: 2
Views: 31989

Re: multidomain domain2.com to www.domain1.com

Thanks, that did the trick.

Any idea how I can direct all the sub domains to www?
by Peter_w
Wed Jun 24, 2009 6:58 pm
Forum: Apache
Topic: multidomain domain2.com to www.domain1.com
Replies: 2
Views: 31989

multidomain domain2.com to www.domain1.com

Hi, I have the following problem: I have Apache on linux hosting several domains. When I go the domain with http://www.domain2.com everything is OK. But when i do http://domain2.com i get redirected to http://www.domain1.com, domain1.com is my main domain. The domains are all on 1 IP address and the...