Search found 192 matches

by mister_v
Sun Apr 15, 2012 8:44 pm
Forum: Apache
Topic: kubuntu stop apache from starting automatically
Replies: 1
Views: 24746

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: 25761

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: 25761

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: 30788

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: 30788

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: 22920

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: 28887

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: 28887

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.
by mister_v
Tue Jan 31, 2012 3:23 pm
Forum: General
Topic: Solved: How to check urls in linux
Replies: 4
Views: 28887

Solved: How to check urls in linux

Hi,

I want to check my sites for broken or missing urls.
Does anyone know an easy and fast way to check the links of a website.

I want to use it in linux (Ubuntu) and create a script with it,
so I can run it automaticly on a regular basis.

Thanks,
by mister_v
Sun Aug 07, 2011 8:02 pm
Forum: Apache
Topic: Apache redirect domain to another domain
Replies: 1
Views: 24985

Apache redirect domain to another domain

Hi,

I want to redirect domain.net to domain.com.
How can I best do this with Apache.

I know ho to do it with javascript, but then I have to do it on every page.

Code: Select all

 <meta http-equiv="Refresh" content="3; URL=http://www.domain.com/index.php"/>
I don't want that.