Re: daily apache-ssl reload is causing probs

2003-04-17 Thread Vlad Harchev
On Wed, Apr 16, 2003 at 11:56:45AM -0600, David Wilk wrote: Hi, > Hello all, > > I think I have found that an /etc/init.d/apache-ssl restart is the only > way to properly restart apache-ssl after a logrotation. However, I've > had apache-ssl die two days in a row, and the culprit appears to be s

Re: How were the apache debs compiled ?

2003-04-17 Thread Wim Fournier
> Dear listreader, > > I wonder how the apache of apache..deb & apache-common..deb (woody) was > compiled, the ./configure line ... etc. > > I want to create my own debian apache package, but I want it to > be compatible with the other packages in the woody-tree that > depends on apache, or where a

Re: Bad Blocks in IDE software Raid 1

2003-04-17 Thread I. Forbes
Hello Russell On 15 Apr 2003 at 20:21, Russell Coker wrote: > If you do a write and something goes wrong then the data will be re-mapped. > I > don't know how many (if any) drives do "read after write" verification. If > they don't then it's likely that an error will only be discovered some

Re: How were the apache debs compiled ?

2003-04-17 Thread Maarten van der Hoef
On Thu, Apr 17, 2003 at 09:22:41AM +0200, Wim Fournier wrote: > > Dear listreader, > > > > I wonder how the apache of apache..deb & apache-common..deb (woody) was > > compiled, the ./configure line ... etc. > > > > I want to create my own debian apache package, but I want it to > > be compatible wi

Re: Privacy in virtual hosting environment

2003-04-17 Thread Darren Clark
To lock down php scripts running in a virtual host you can use the open_basedir directive in the apache conf. This will ensure that no scripts running in the directory can read files outside of the specified directory. e.g php_value open_basedir /home/vhost/vhostsite -- Darren On Mon, Apr 07,