Gossamer Forum
Home : General : Internet Technologies :

Re: [Stealth] using mySQL local

Quote Reply
Re: [Stealth] using mySQL local In reply to
Thought all of you said were going to work fine, but at one point it failed.
I couldn't restart Apache! And now I can't get it working!

Quote:
The requested operation has failed!


It pops up when I try to start Apache. Had to been something I've done when following your instructions.

Take a look at this:

Code:
#<VirtualHost *>
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#</VirtualHost>

<VirtualHost 127.0.0.1:8081>
ServerAdmin webmaster@mydomain.com
DocumentRoot C:/Programfiler/Apache Group/Apache2/htdocs/MYSITE
ServerName mysite.localhost:8081
ErrorLog C:/Programfiler/Apache Group/Apache2/logs/mysite-error_log.log
CustomLog C:/Programfiler/Apache Group/Apache2/logs/mysite-access_log common.log
</VirtualHost>

(Programfiler means Program Files. Norwegian..)

You see the difference?

The one at top is displayed in httpd.conf. As a comment.
The other one I filled in.

I tested it and it worked when I removed that piece of code!
With it it crashes.

I'm not sure what to fill in there. Got any tips?

Thanks for the help so far! Smile

- perlman
Subject Author Views Date
Thread using mySQL local perlman 23355 May 28, 2003, 1:47 PM
Post Re: [perlman] using mySQL local
Paul 22316 May 28, 2003, 2:56 PM
Thread Re: [perlman] using mySQL local
moog 22406 May 28, 2003, 5:11 PM
Thread Re: [moog] using mySQL local
perlman 22376 May 29, 2003, 4:36 AM
Thread Re: [perlman] using mySQL local
Paul 22446 May 29, 2003, 4:57 AM
Thread Re: [Paul] using mySQL local
perlman 22395 May 29, 2003, 5:49 AM
Thread Re: [perlman] using mySQL local
Paul 22385 May 29, 2003, 5:51 AM
Thread Re: [Paul] using mySQL local
moog 22449 May 29, 2003, 6:59 AM
Thread Re: [moog] using mySQL local
perlman 22432 May 29, 2003, 7:53 AM
Thread Re: [perlman] using mySQL local
moog 22347 May 29, 2003, 8:08 AM
Thread Re: [moog] using mySQL local
perlman 22370 May 29, 2003, 8:14 AM
Thread Re: [perlman] using mySQL local
moog 22356 May 29, 2003, 8:25 AM
Thread Re: [moog] using mySQL local
perlman 22414 May 29, 2003, 8:37 AM
Thread Re: [perlman] using mySQL local
Paul 22442 May 29, 2003, 8:45 AM
Thread Re: [Paul] using mySQL local
perlman 22397 May 29, 2003, 8:48 AM
Thread Re: [perlman] using mySQL local
Paul 22387 May 29, 2003, 9:31 AM
Thread Re: [Paul] using mySQL local
perlman 22323 May 29, 2003, 10:54 AM
Thread Re: [perlman] using mySQL local
Paul 22344 May 29, 2003, 12:46 PM
Thread Re: [Paul] using mySQL local
moog 22340 May 29, 2003, 3:28 PM
Thread Re: [moog] using mySQL local
perlman 22347 May 30, 2003, 1:23 AM
Thread Re: [perlman] using mySQL local
Stealth 22372 May 30, 2003, 6:49 PM
Thread Re: [Stealth] using mySQL local
perlman 22328 May 31, 2003, 2:36 PM
Thread Re: [perlman] using mySQL local
Stealth 22373 May 31, 2003, 5:01 PM
Thread Re: [Stealth] using mySQL local
perlman 22304 Jun 1, 2003, 1:42 PM
Thread Re: [perlman] using mySQL local
Stealth 10559 Jun 1, 2003, 3:49 PM
Thread Re: [Stealth] using mySQL local
perlman 10576 Jun 2, 2003, 1:58 AM
Thread Re: [perlman] using mySQL local
Wil 10741 Jun 2, 2003, 2:00 AM
Thread Re: [Wil] using mySQL local
perlman 10727 Jun 2, 2003, 2:03 AM
Thread Re: [perlman] using mySQL local
Paul 10622 Jun 2, 2003, 2:25 AM
Thread Re: [Paul] using mySQL local
perlman 10655 Jun 2, 2003, 2:58 AM
Thread Re: [perlman] using mySQL local
Paul 10649 Jun 2, 2003, 3:47 AM
Thread Re: [Paul] using mySQL local
perlman 10609 Jun 2, 2003, 3:58 AM
Thread Re: [perlman] using mySQL local
Paul 10660 Jun 2, 2003, 3:59 AM
Thread Re: [Paul] using mySQL local
perlman 10690 Jun 2, 2003, 4:07 AM
Thread Re: [perlman] using mySQL local
Paul 10580 Jun 2, 2003, 10:55 AM
Post Re: [Paul] using mySQL local
perlman 10540 Jun 2, 2003, 12:47 PM
Thread Re: [perlman] using mySQL local
Stealth 10795 Jun 2, 2003, 6:30 PM
Thread Re: [Stealth] using mySQL local
perlman 10551 Jun 3, 2003, 3:35 AM
Post Re: [perlman] using mySQL local
Stealth 10516 Jun 3, 2003, 10:37 AM
Post Re: [perlman] using mySQL local
Paul 10537 Jun 2, 2003, 2:26 AM
Post Re: [perlman] using mySQL local
Andy 22238 May 29, 2003, 3:31 PM