Search found 194 matches

by mister_v
Thu Aug 16, 2012 6:50 am
Forum: PHP
Topic: Solved: How to open 2 mysql databases in php
Replies: 2
Views: 23170

Solved: How to open 2 mysql databases in php

Hi,

I want to access 2 MYSQL databases from the same php script.
Without closing one and opening the other one.
I want to select queries from both databases at the same time.

Thanks
by mister_v
Fri Jun 15, 2012 1:54 pm
Forum: HTML
Topic: max width of a table
Replies: 1
Views: 23669

max width of a table

Hi, The content of my HTML-pages are always in table, because it is easy to place the content, the menu and other stuff. I used to set the width of the table to 100% so the entire page is filled. This was ok for screens of 1024x768 and 1280x960. But it doesn't look so good on 1600x900 and bigger scr...
by mister_v
Sun Apr 15, 2012 8:44 pm
Forum: Apache
Topic: kubuntu stop apache from starting automatically
Replies: 1
Views: 25552

kubuntu stop apache from starting automatically

Hi, How do I stop apache from starting automatically at boot. On my developing PC, I have apache installed. But i don't want it to run always, I don't want to remove it either. I know you can stop it with /etc/init.d/apache2 stop But I don't want to do it every time, I boot. I will start Apache manu...
by mister_v
Sun Apr 15, 2012 8:37 pm
Forum: Apache
Topic: Solved: ssl not working on apache
Replies: 2
Views: 26568

Re: ssl not working on apache

Thanks

I found the problem.
I forgot to add -D SSL in /etc/conf.d/apache2
APACHE2_OPTS=" -D SSL "
by mister_v
Sun Apr 08, 2012 1:15 pm
Forum: Apache
Topic: Solved: ssl not working on apache
Replies: 2
Views: 26568

Solved: ssl not working on apache

Hello, I did setup ssl on apache, but it is not working. When I connect to the port, I get the following error message curl -k --head https://localhost:10443 curl: (35) error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol the port 10443 is listening for apache. Checked it with: sudo n...
by mister_v
Wed Mar 21, 2012 11:31 am
Forum: Servers
Topic: Solved: How do I let a service start at boot on CentOS
Replies: 2
Views: 31682

Re: How do I let a service start at boot on CentOS

Thanks, just what I needed.
by mister_v
Tue Mar 20, 2012 6:39 pm
Forum: Servers
Topic: Solved: How do I let a service start at boot on CentOS
Replies: 2
Views: 31682

Solved: How do I let a service start at boot on CentOS

Hello,

how wow do I let a service start at boot on CentOS.

some start automatically, but some not.

thanks
by mister_v
Wed Mar 14, 2012 2:50 pm
Forum: HTML
Topic: back button
Replies: 1
Views: 23740

back button

Hi,

I want to create a back-button on my page.
What is the fastest way to do this?

Thanks
by mister_v
Mon Feb 06, 2012 7:18 pm
Forum: General
Topic: Solved: How to check urls in linux
Replies: 4
Views: 29873

Re: How to check urls in linux

Many Thanks

I got what I needed.
by mister_v
Wed Feb 01, 2012 7:57 pm
Forum: General
Topic: Solved: How to check urls in linux
Replies: 4
Views: 29873

Re: How to check urls in linux

Thanks,

I used linkchecker it works really great.

But it lists everything, I only want the errors.
It also checks the amazon urls and for some reason they also give errors,
I don't want them.