On Thu, 14 Sep 2006 09:46:09 -0700
kashani <[EMAIL PROTECTED]> wrote:
> Darko Luketic wrote:
>
> > p.s.: does anyone know of a namebased virtualhosting module or
> > similar for apache2 that doesn't require a graceful apache2 restart?
> >
>
> I've used variations on this a long time ago. It wor
Darko Luketic wrote:
p.s.: does anyone know of a namebased virtualhosting module or
similar for apache2 that doesn't require a graceful apache2 restart?
I've used variations on this a long time ago. It worked fairly well.
http://httpd.apache.org/docs/1.3/mod/mod_vhost_alias.html
For simple
Hi Peter,
no , not one single line in any of the /var/log/mysql/* files, only when i start
mysql manually with the parameters in the init script i see
mysqld: ready for connections.
Version: '4.1.21-log' socket: '/var/run/mysqld/mysqld.sock' port: 3306
Gentoo Linux mysql-4.1.21
06080
On Thu, 14 Sep 2006 02:35:47 +0200
Christian Spoo <[EMAIL PROTECTED]> wrote:
> > p.s.: does anyone know of a namebased virtualhosting module or similar for
> > apache2 that doesn't require a graceful apache2 restart?
>
> You could redirect all requests of a certain domain by using
>
> ServerN
Hello Darko,
Are you saying that turning up the debug puts nothing in the logs? I
don't use mysql, but something ought to be logged. If not, what I
often do is start the daemon manually, and if that isn't enough,
strace it.
As to the vhosts thing, please read the documentation here:
http://httpd
p.s.: does anyone know of a namebased virtualhosting module or similar for
apache2 that doesn't require a graceful apache2 restart?
If you do not need to configure things per vhost you could just use
mod_rewrite to create some rules of how to create a path from the host
asked for.
Jonas
--
ge
> p.s.: does anyone know of a namebased virtualhosting module or similar for
> apache2 that doesn't require a graceful apache2 restart?
You could redirect all requests of a certain domain by using
ServerName *.domain.tld
(other options needed for your vhost)
Then you could easily determine
Hello,
i upgraded mysql a few months ago.
i remember that this upgrade was that one that added the file server-running to
/etc/init.d/mysql
i've been running mysql 4 since 08/2005, 1st install.
current installed version is 4.1.21. in this version the check for the
server-running file was removed