[EMAIL PROTECTED] Perl Script with Apache

2007-05-13 Thread Gerard Seibert
FreeBSD-6.2 Apache22 I suck at programming, Therefore I am hoping that someone here can assist me. I have the following Perl scrip that works file from within an HTML document as long as the document and the scrip and the files it calls all in the same directory. This is the Perl script: #!/usr

[EMAIL PROTECTED] Perl Script to display Image

2007-04-29 Thread Gerard Seibert
I am not sure if this is the correct forum for this question. If not, perhaps someone could point me in the right direction. FreeBSD-6.2 Apache-2.2.4_2 Perl v5.8.8 The following Perl script is suppose to place a new image in a web page on a daily basis. For some reason, the image is not displayed

Re: [EMAIL PROTECTED] Unsubscribe [EMAIL PROTECTED]

2007-04-02 Thread Gerard Seibert
On Mon, 2 Apr 2007 06:26:09 -0400 "Law, Bryant K CTR N68636" <[EMAIL PROTECTED]> wrote: > Please unsubscribe [EMAIL PROTECTED] Unless otherwise noted, these lists are managed by ezmlm, which means that if you want to subscribe to [EMAIL PROTECTED], then you need to send a message to [EMAIL PROTE

Re: [EMAIL PROTECTED] upgrade 1.2.9 -> 2.3

2006-09-09 Thread Gerard Seibert
ports tree: "sysutils/portmanager". Running it like this: portmanager www/apache22 -f -l -y would insure that the port and all of its dependencies were built correctly. A log file is created in /var/log/portmanager.log for your perusal. Just my 2ยข. -- Gerard Seibert [EMAIL

[EMAIL PROTECTED] How to disable web accelerators

2006-07-27 Thread Gerard Seibert
. -- Gerard Seibert [EMAIL PROTECTED] Vini, vidi, velcro... I came, I saw, I stuck around - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info.

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Gerard Seibert
that > AllowOverride and .htaccess files are needed for password protection. > They're not. If you can edit the config, as you can, it's usually better > to put all the Auth directives straight into the directory container. > > Rgds, > Owen Boyle Thanks, that did it. I w

Re: [EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Gerard Seibert
Nick Kew wrote: > On Tuesday 25 July 2006 12:43, Gerard Seibert wrote: > > Using Apache-2.2.2 on a FreeBSD-6.1 STABLE system. > > > > I recently installed 'postfixadmin' on to my system. The documentation > > said to insert the following into the httpd.con

[EMAIL PROTECTED] Configuring Password Protection

2006-07-25 Thread Gerard Seibert
he .ht* files and accesses the site normally. However, I really want to get this working correctly. I posted my httpd.conf file here: http://seibercom.net/logs/httpd.conf I am obviously doing something really stupid. I would appreciate it if someone could assist me