Re: [uug] Apache: Forcing SSL and Authentication

2007-02-09 Thread Chris Carey
On 2/9/07, Topher Fischer <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I'm trying to configure a webserver to redirect clients to use only > secure http when trying to access a certain directory. I also want them > to authenticate using AuthType Basic. In a per

Re: [uug] Apache: Forcing SSL and Authentication

2007-02-09 Thread Phillip Hellewell
On Fri, Feb 09, 2007 at 05:53:59PM -0700, Topher Fischer wrote: > > I connect to the normal http server, it then prompts me to enter in a > username and password. After I authenticate myself over http, it > connects to the https server and prompts me to authenticate myself once > again. > > I'm

Re: [uug] More Crontab Issues

2007-02-09 Thread Bryan Murdock
On 2/9/07, Jacob Albretsen <[EMAIL PROTECTED]> wrote: > I've done some google-ing and I can't see anything I am missing. There are no > cron.deny or cron.allow files, and the crontab is listed > in /var/spool/cron/crontabs. I've also tried /etc/init.d/cron restart. > Perhaps I've missed something

[uug] Apache: Forcing SSL and Authentication

2007-02-09 Thread Topher Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to configure a webserver to redirect clients to use only secure http when trying to access a certain directory. I also want them to authenticate using AuthType Basic. In a perfect world, I'd be able to do all this with a simple .htaccess f

Re: [uug] config file parsing library

2007-02-09 Thread Frank Sorenson
Lloyd Brown wrote: > Can anyone point me to a good config-file parsing library for C? I need > something for a work project that uses files like what you'll often find > in /etc, namely using "#" as comment, and either "name=value" or "name > value". Ideally, I'd just be able to give it a path,

Re: [uug] More Crontab Issues

2007-02-09 Thread Nathan
On 2/9/07, Jacob Albretsen <[EMAIL PROTECTED]> wrote: > So the cron I asked for help on at the beginning of this week has issues > again, but I think I've narrowed them down to system issues. > > I ran it on my desktop for a few days, and when I look at /var/logs/syslog, it > shows as it ran. This

[uug] config file parsing library

2007-02-09 Thread Lloyd Brown
Can anyone point me to a good config-file parsing library for C? I need something for a work project that uses files like what you'll often find in /etc, namely using "#" as comment, and either "name=value" or "name value". Ideally, I'd just be able to give it a path, and get a bunch of name/val

[uug] More Crontab Issues

2007-02-09 Thread Jacob Albretsen
So the cron I asked for help on at the beginning of this week has issues again, but I think I've narrowed them down to system issues. I ran it on my desktop for a few days, and when I look at /var/logs/syslog, it shows as it ran. This is on Ubuntu Edgy 64-bit. Now I put it on the server where